Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: brave/brave-ui

v0.8.0

04 May 20:03
Compare
Choose a tag to compare
  • rename actionButton to unstyledButton - #30
  • rename browserButton to pushButton - #29
  • rename browserText to textLabel - #28
  • rename browserSelect to selectOption - #27
  • ContentToggle improvements - #26
    • Renamed to ContentToggleArrow
    • Better render logic
    • Tests are back
  • un-skip browserSelect tests - #25
  • SwitchButton improvements - #24
    • Better render logic
    • Tests are back

v0.7.1

26 Apr 20:51
Compare
Choose a tag to compare
  • Pass down id for SwitchButton for the onChange handler (#23)

v0.7.0

26 Apr 20:24
Compare
Choose a tag to compare
  • Replaced CSS with styled-components

v0.7.0 [RELEASE CANDIDATE]

20 Apr 01:59
Compare
Choose a tag to compare
Pre-release
  • Replaced CSS with styled-components

v0.6.0

05 Apr 15:06
00b4e15
Compare
Choose a tag to compare
  • 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 or Component from 'brave-ui/component'
  • Drop Aphrodite support and make it vanilla CSS (future: CSS modules)
  • renamed brave-ui/ to package/ which now only hosts the compiled JS files
  • src/ was taken out of brave-ui/ and is now defined as components/
  • Several production improvements

v0.6.0 release candidate

05 Apr 15:02
ee4dfa9
Compare
Choose a tag to compare
Pre-release

-- RELEASE CANDIDATE --

See v0.6.0 for what's new.

v0.5.0

21 Feb 08:10
Compare
Choose a tag to compare

Improved GridSystem:

  • Grid has now a property columns to define how many columns should it accept;
  • Column has now a property direction which defined the flex-direction property

v0.4.0

21 Feb 08:08
Compare
Choose a tag to compare
  • Whole project was rewritten to TypeScript

v0.3.0

13 Dec 23:05
Compare
Choose a tag to compare

Add support for TS in production

v0.3.0-0 (Release Candidate)

06 Dec 13:36
Compare
Choose a tag to compare
Pre-release
  • Add TypeScript definitions (#14)
  • BrowserButton as a PureComponent (#9)