This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: brave/brave-ui
Releases · brave/brave-ui
v0.8.0
- rename
actionButton
tounstyledButton
- #30 - rename
browserButton
topushButton
- #29 - rename
browserText
totextLabel
- #28 - rename
browserSelect
toselectOption
- #27 ContentToggle
improvements - #26- Renamed to
ContentToggleArrow
- Better render logic
- Tests are back
- Renamed to
- un-skip
browserSelect
tests - #25 SwitchButton
improvements - #24- Better render logic
- Tests are back
v0.7.1
v0.7.0
- Replaced CSS with styled-components
v0.7.0 [RELEASE CANDIDATE]
- Replaced CSS with styled-components
v0.6.0
- Components are now separated entities. Each component has its own place and own spec, style, and snapshot
- You can now require using
{ Component } from 'brave-ui
orComponent from 'brave-ui/component'
- Drop Aphrodite support and make it vanilla CSS (future: CSS modules)
- renamed
brave-ui/
topackage/
which now only hosts the compiled JS files src/
was taken out ofbrave-ui/
and is now defined ascomponents/
- Several production improvements
v0.6.0 release candidate
-- RELEASE CANDIDATE --
See v0.6.0 for what's new.
v0.5.0
Improved GridSystem:
- Grid has now a property
columns
to define how many columns should it accept; - Column has now a property
direction
which defined theflex-direction
property
v0.4.0
- Whole project was rewritten to TypeScript
v0.3.0
Add support for TS in production