File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# RoactRodux Changelog
22
33## Current master
4- * Change order of connection to store so that Parent components are connected to the store before their children.
54
6- ## 1.0.0 (TODO: Date)
7- * Initial release
5+ ## 0.2.1 (2020-05-14)
6+ * Changed order of connection to store so that Parent components are connected to the store before their children.
7+ * This should resolve some issues with components receiving bad combinations of props and store state.
8+
9+ ## 0.2.0 (2019-10-24)
10+ * Initial release.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "roblox/roact-rodux"
33author = " Roblox"
44license = " Apache-2.0"
55content_root = " src"
6- version = " 0.2.0 "
6+ version = " 0.2.1 "
77
88[dependencies ]
99Roact = " roblox/roact@1.2"
You can’t perform that action at this time.
0 commit comments