We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7fcc commit 1b2fcf9Copy full SHA for 1b2fcf9
README.md
@@ -255,6 +255,10 @@ The `style` property is used to set the style of a Pane component.
255
256
## Changelog
257
258
+### V0.4.1
259
+
260
+- Fixes a nasty bug where all Panes could end up sharing the same static style #44 (thanks @ara4n)
261
262
### V0.4.0
263
264
- Add Object.assign transform plugin
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-sortable-pane",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments