react-grid-layout v1.2.0 Release Notes

Release Date: 2020-11-17 // over 3 years ago
  • ๐Ÿ†• New Features

    • ๐Ÿ‘ You can now customize your resizable handle component as supported by react-resizable. For example:
    <ReactGridLayout
      resizeHandle={<span className="custom-handle custom-handle-se" />}
      {...props}
    />
    

    Thanks @typeetfunc #1303

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix onDrop handler not firing on Firefox if you drop over the placeholder.
      • Thanks @Charles-Lamoureux #1333
    • ๐Ÿ’… Various example style fixes #1283 #1299