Skip to content

Commit c934438

Browse files
authored
React-JSS id prop docs and improvements (#1147)
* keep only specific to the old HOC parts in the legacy doc * update all TOCs * section about class name generator * flatten sheetOptions, generate new generateId once id options changed
1 parent 329a8bc commit c934438

11 files changed

Lines changed: 237 additions & 472 deletions

File tree

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Since you are interested in what happens next, in case, you work for a for-profi
44

55
---
66

7+
### Bug fixes
8+
9+
- [react-jss] When id options passed to JssProvider, we need to create a new `generateId` function ([#1147](https://github.com/cssinjs/jss/pull/1147))
10+
11+
### Improvements
12+
13+
- [react-jss] Document `id` prop for JssProvider, add "Class name generator options" to the docs. ([#1147](https://github.com/cssinjs/jss/pull/1147))
14+
- [react-jss] Use component name or displayName as a class name prefix also in production by default ([#1147](https://github.com/cssinjs/jss/pull/1147))
15+
716
## 10.0.0-alpha.21 (2019-6-22)
817

918
### Bug fixes

0 commit comments

Comments
 (0)