10.0.0-alpha.22 (2019-7-2)
Breaking Changes
- [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
- [react-jss] Document
id
prop for JssProvider, add "Class name generator options" to the docs. (#1147) - [react-jss] Use component name or displayName as a class name prefix also in production by default (#1147)