Skip to content

Releases: brewkit/components

v4.9.1

03 Feb 02:27
Compare
Choose a tag to compare

4.9.1 (2022-02-03)

Bug Fixes

  • 🐛 Update LICENSE for 2022 (2d42520)

Brewkit components 5 alpha

13 Jan 21:34
Compare
Choose a tag to compare
Pre-release

Version 5 alpha release

Changes summary

Brewkit 5 is out in testing alpha. Changes include

  • Removal of themes repo in favor of styles export from @brewkit/components.
  • Styles API is now used directly from @brewkit/components which is declarative approach over Material 4 styles solution (documentation is underway)
  • Types files are removed in favor of direct embedding into the component, this way we eliminate empty types files, and direct import from component structure (inspired by Material's approach)
  • Temporarily the storybook will be unavailable due to numerous file structure and API changes. New storybook implementation is underway. Not yet decided should we bother to reboot the old storybook for temporary support or just focus on the new one, which will be deployed soon.
  • Jest unit testing is also broken due to style API change, and it will be fixed in one of the next updates

Usage notes

Components are tested with ovrc-ui, and so far no major bugs are found.
If any other team on SnapOne decides to use this prerelease version, it will be great help if you report bugs/or have any suggestions.

Issues

Invalid hook call

More info here

This happens for reason no 3 in document above. Your bundler detecs additional react package declared as peer dependancy from @brewkit/components which collides with your react package in node modules.
This also happens if you

** Working solution ** link

Note: This is a temporary solution, until we find a more elegant way to address this.

Material - several instances found

More info here

** Working solution **
Same as for react Invalid hook call. Use @material-ui/styles package as alias in you bundler.

v4.9.0

20 Jan 18:00
Compare
Choose a tag to compare

4.9.0 (2022-01-20)

Bug Fixes

  • 🐛 Resolve testing and storybook errors (eb678c0)

Features

  • 🎸 Add Prettier + ESLint Ext + AirBnB TS (bca95bf)
  • 🎸 Add support for SvgIcons (c6880a0)

v4.8.1

10 Jan 18:10
Compare
Choose a tag to compare

4.8.1 (2022-01-10)

Bug Fixes

  • 🐛 Added Icon theme files (589d8ff)

v4.8.0

06 Jan 22:30
Compare
Choose a tag to compare

4.8.0 (2022-01-06)

Features

v4.7.2

22 Dec 02:11
Compare
Choose a tag to compare

4.7.2 (2021-12-22)

Bug Fixes

  • 🐛 Resolve build issues caused by local js references (5ac561a)

v4.7.1

20 Dec 15:40
Compare
Choose a tag to compare

4.7.1 (2021-12-20)

Bug Fixes

  • 🐛 Fix build issues due to capitalization problems (adc6a99)
  • 🐛 Resolve build issues (a7dd552)

v4.7.0

17 Dec 17:48
Compare
Choose a tag to compare

4.7.0 (2021-12-17)

Bug Fixes

  • 🐛 Resolve issues with Storybook's dark mode (#208) (cfab746)
  • 🐛 Resolve Storybook sandboxes issues (8353367)

Features

v4.6.17

30 Nov 19:34
Compare
Choose a tag to compare

4.6.17 (2021-11-30)

Bug Fixes

  • 🐛 Add updated style files for OutlinedInput component (fee875f)

v4.6.16

30 Nov 19:27
Compare
Choose a tag to compare

4.6.16 (2021-11-30)

Bug Fixes

  • 🐛 Removed errant color override on disabled inputs (af63076)
  • 🐛 Renamed story file for Radio component (afd9034)
  • 🐛 Resolve errors in Storybook (b5443a2)
  • 🐛 Resolve issues with disabled input labels (81d72bb)
  • 🐛 Update badges in README and Storybook Intro (5713ca2)
  • 🐛 Update dark styles for inputs (24a3c83)