Releases: bigbluebutton/bbb-ui-components-react
Releases · bigbluebutton/bbb-ui-components-react
v2.0.2
Bug Fixes
- toggle: id mismatch between toggle and its label (fa115e0)
What's Changed
- fix(toggle): id mismatch between toggle and its label by @Arthurk12 in #19
- Merge 'develop' into 'main' by @Arthurk12 in #20
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Bug Fixes
- move '@mui/icons-material' to
peerDependenciesas intended in v2.0.0 (035f426)
What's Changed
- fix: move '@mui/icons-material' to
peerDependenciesas intended in v2.0.0 by @Arthurk12 in #16
Full Changelog: v2.0.0...v2.0.1
v2.0.0
⚠ BREAKING CHANGES
- deps: @mui/icons-material has been moved from
dependenciesto
peerDependenciesto prevent version conflicts and reduced bundle size.
Consumers must now install this package manually in their host
application.
Bug Fixes
- BBBAccordion: prevent
scrollHeightprop leakage to DOM (b77d979) - ci: use NPM access token instead (36c7eee)
Miscellaneous Chores
- deps: move dependencies to peer/dev and fix audit issues (6009287)
What's Changed
- fix(BBBAccordion): prevent
scrollHeightprop leakage to DOM & chore(deps)!: move dependencies to peer/dev and fix audit issues by @Arthurk12 in #15
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Enhance documentation and some fixes by @Arthurk12 in #4
- docs(Storybook): adds component stories by @Arthurk12 in #6
- ci(storybook): use node 20 by @Arthurk12 in #7
- ci(storybook): add debug step by @Arthurk12 in #8
- ci(storybook): add write permission to contents by @Arthurk12 in #9
- fix(tooltips): adds missing tippy style && docs: improve readme information by @Arthurk12 in #13
- fix(build): switch to UMD and externalize dependencies by Arthurk12
- fix(build): externalize mui and emotion dependencies by Arthurk12
- docs: update depndencies in readme by Arthurk12
- docs: reorganize readme and add npm package link by Arthurk12
Full Changelog: v1.0.0...v1.0.1