File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Rodux Changelog
22
3+ ## Unreleased Changes
4+ * Added color schemes for documentation based on user preference ([ #56 ] ( https://github.com/Roblox/rodux/pull/56 ) ).
5+
36## 1.0.0 (2019-09-18)
47* Added ` combineReducers ` utility, mirroring Redux's ([ #9 ] ( https://github.com/Roblox/rodux/pull/9 ) )
58* Added ` createReducer ` utility, similar to ` redux-create-reducer ` ([ #10 ] ( https://github.com/Roblox/rodux/pull/10 ) )
1417* Added ` makeActionCreator ` utility for common action creator pattern ([ #35 ] ( https://github.com/Roblox/rodux/pull/35 ) )
1518
1619## Public Release (2017-12-13)
17- * Initial release!
20+ * Initial release!
Original file line number Diff line number Diff line change 77 palette :
88 primary : ' Light Blue'
99 accent : ' Light Blue'
10+ scheme : preference
1011
1112pages :
1213 - Home : index.md
@@ -30,4 +31,4 @@ markdown_extensions:
3031 guess_lang : false
3132 - toc :
3233 permalink : true
33- - pymdownx.superfences
34+ - pymdownx.superfences
You can’t perform that action at this time.
0 commit comments