You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
[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, pass create({Renderer: null}) when creating a Jss instance.
[react-jss] Add dynamic rules to the static sheet (#1048)