All Versions
44
Latest Version
Avg Release Cycle
36 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v10.0.0-alpha.22 Changes
๐ฅ Breaking Changes
- 0๏ธโฃ [jss] SheetsRegistry.toString(options) will now return all sheets by default, no matter detached or attached. You can specify which one you want by using the option
registry.toString({attached: true})
(1140)
๐ Bug fixes
- [react-jss] SSR for the hooks based API will now work with the registry as expected (1140)
- [react-jss] When id options passed to JssProvider, we need to create a new
generateId
function (#1147)
๐ Improvements
- 0๏ธโฃ [jss] SheetsRegistry.toString(options) will now return all sheets by default, no matter detached or attached. You can specify which one you want by using the option
-
v10.0.0-alpha.20 Changes
๐ Bug Fixes
- ๐ [react-jss] Experimental styled API got some fixes and many more tests (#1118)
-
v10.0.0-alpha.2
December 26, 2018 -
v10.0.0-alpha.18 Changes
-
v10.0.0-alpha.17 Changes
-
v10.0.0-alpha.13 Changes
๐ Bug fixes
- [react-jss] Replace spaces inside the display name with hyphens (#1049)
๐ Improvements
- ๐ [jss] Remove VirtualRenderer and the option
virtual: true
. Now to simulate a non-browser environment, passcreate({Renderer: null})
when creating a Jss instance. - [react-jss] Add dynamic rules to the static sheet (#1048)