Major Changes
-
#1837
813b89eThanks @whitphx! - RenamemountDocumentStylestodisableDocumentStyleswith inverted meaning.Breaking Change: The
mountDocumentStylesprop/option has been renamed todisableDocumentStyleswith inverted logic:- Old:
mountDocumentStyles: true(default) meant document styles were mounted - New:
disableDocumentStyles: false(default) means document styles are mounted
Migration:
mountDocumentStyles={true}→ remove the prop (default behavior)mountDocumentStyles={false}→disableDocumentStyles={true}
- Old:
What's Changed
🏕 Updates
- Fix/rename mount document styles by @whitphx in #1837
- Version Packages by @whitphx-changesets-bot[bot] in #1838
Full Changelog: https://github.com/whitphx/stlite/compare/@stlite/browser@0.97.0...@stlite/react@1.0.0