Skip to content

Releases: bigbluebutton/bbb-ui-components-react

v2.2.0

22 Jun 21:58

Choose a tag to compare

Features

  • BBBModal: add testId and closeButtonDataTest props (062959a)
  • BBBSearch: add search component (4182a58)

Bug Fixes

  • BBBModal: enforce footer hide when noFooter is true (3af4bf9)
  • BBBModal: make stickyFooter: false position footer below (109b745)
  • BBBModal: replace hardcoded #fff with colorWhite CSS variable (6cd4e43)
  • sync package-lock.json with package.json (2ff2bbb)
  • sync package-lock.json with package.json again (398bcb1)

What's Changed

  • ci: allow calling sync-develop by other workflows by @Arthurk12 in #27
  • fix(BBBModal): footer tweaks, docs(BBBModal): enhance story usability by @Arthurk12 in #38
  • ci(publish): call sync-develop via workflow_call to ensure back-sync on release by @Arthurk12 in #42
  • chore(deps): restrict React dependency to ^18.2.0 to match html5 by @Arthurk12 in #41
  • feat(BBBModal): add testId and closeButtonDataTest props by @Arthurk12 in #44
  • feat(BBBSearch): add search component by @AtilaU19 in #39
  • Merge develop into main: BBBSearch by @Arthurk12 in #45
  • fix: sync package-lock.json with package.json by @Arthurk12 in #46
  • fix: sync package-lock.json with package.json again by @Arthurk12 in #47

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 May 19:17

Choose a tag to compare

Features

  • expose underlying element props for BBBModal and BBBToggle (9f67041)

Bug Fixes

  • BBBAccordion: set tooltipLabel default to undefined (6aa276f)
  • BBButton: prevent size change on hover for tertiary variant when focused (62b3f8c)

What's Changed

  • fix(BBButton): prevent size change on hover for tertiary variant when focused by @Arthurk12 in #22
  • feat: expose underlying element props for BBBModal and BBBToggle by @Arthurk12 in #23
  • Update component's readme, add github actions workflows and pull request/issue templates. by @Arthurk12 in #25
  • Merge develop into main by @Arthurk12 in #26

Full Changelog: v2.0.2...v2.1.0

v2.0.2

08 Apr 13:09

Choose a tag to compare

Bug Fixes

  • toggle: id mismatch between toggle and its label (fa115e0)

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 Jan 18:27

Choose a tag to compare

Bug Fixes

  • move '@mui/icons-material' to peerDependencies as intended in v2.0.0 (035f426)

What's Changed

  • fix: move '@mui/icons-material' to peerDependencies as intended in v2.0.0 by @Arthurk12 in #16

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Jan 23:03

Choose a tag to compare

⚠ BREAKING CHANGES

  • deps: @mui/icons-material has been moved from dependencies to
    peerDependencies to prevent version conflicts and reduced bundle size.
    Consumers must now install this package manually in their host
    application.

Bug Fixes

  • BBBAccordion: prevent scrollHeight prop 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 scrollHeight prop 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

17 Dec 23:27

Choose a tag to compare

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

v1.0.0

04 Dec 19:39

Choose a tag to compare