All Versions
91
Latest Version
Avg Release Cycle
64 days
Latest Release
472 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.12.6 Changes
June 05, 2016- ๐ Fix blindingly obvious bug where mounted isn't set to true. Smack forehead.
-
v0.12.5 Changes
June 03, 2016- ๐ Fixes for server rendering checksum failures.
-
v0.12.4 Changes
May 22, 2016- โก๏ธ Update to React-Draggable v2. Fixes: #241, #239, #24
- v2 contains a number of bugfixes & enhancements for touchscreens, multitouch, and scrolling containers.
- โก๏ธ Update to React-Draggable v2. Fixes: #241, #239, #24
-
v0.12.3 Changes
May 03, 2016- ๐ Bugfix: Rendering with new
breakpoints
/cols
does not refresh the layout. Fixes #208 - thanks @damienleroux
- ๐ Bugfix: Rendering with new
-
v0.12.2 Changes
May 01, 2016- ๐ Bugfix: Fix warning about undefined
useCSSTransforms
when server-rendering.
- ๐ Bugfix: Fix warning about undefined
-
v0.12.1 Changes
April 19, 2016- ๐ Bugfix: Don't set
layout
twice on width change. See #217 - thanks @damienleroux - โจ Enhancement: Add Flow type comments
- ๐ Bugfix: Don't set
-
v0.12.0 Changes
April 14, 2016- ๐
<ReactGridLayout>
will no longer animate so severely on mount. See #212.- If you are using
<WidthProvider>
, you may notice that the container's width still shunts on mount. If you like, you may delay mounting by settingmeasureBeforeMount={true}
on the wrapped element. This will eliminate the mounting animation completely. - If you enjoyed the old animation, set
useCSSTransforms={this.state.mounted}
and toggle the mounting flag. See0-showcase.jsx
for an example.
- If you are using
- Set more permissive version ranges for
<Draggable>
and<Resizable>
dependencies, as they are now stable and will only introduce breaking changes on major version ticks.
- ๐
-
v0.11.3 Changes
April 08, 2016- ๐ Officially support React v15.
-
v0.11.2 Changes
April 06, 2016- ๐ Bugfix: Draggable cancel selectors, see #203 - thanks @RiiD
- ๐ README fixes, thanks @bravo-kernel & @ro-savage
-
v0.11.1 Changes
- ๐ Bugfix:
<ResponsiveReactGridLayout>
was using stale data when synchronizing children with the layout on a breakpoint change.
- ๐ Bugfix: