All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
2.0.0-alpha.1 - 2020-04-01 [YANKED]
2.0.0-alpha.0 - 2020-03-20
1.0.1 - 2020-04-01
- Fixed button alignment issues
1.0.0 - 2020-01-08
- Global style now supports body font color
- Box component no longer supports use of
tagprop
- Tooltip z-index now always 9999
- Removed
NavBar,NavBarSection,Field, andToggleFieldcomponents
1.0.0-beta.0 - 2020-01-07
- Pagination component
- Text component now inherits font-size #235
1.0.0-alpha.8 - 2019-09-13
- Added custom styled-system
whiteSpaceprop to the TYPOGRAPHY prop group
1.0.0-alpha.7 - 2019-09-06
1.0.0-alpha.6 - 2019-09-06
- Button theme structure changed
- Dialog custom transitions, overlay color, opacity. Props and theme structure changed.
- RangeInput component
- FocusVisible component
1.0.0-alpha.5 - 2019-07-29
- Major Icon component overhaul
- Updated Card to compositional theme system. Removed density prop.
- Updated Text to compositional theme system.
- Updated Heading to compositional theme system.
- Updated A to compositional theme system. Added colorFocus and colorActive props.
- Updated Divider to compositional theme system.
- Updated Image to compositional theme system. Replaced shape prop with rounded and circle props.
- Updated ProgressBar to compositional theme system.
- Updated Swatch to compositional theme system. Replaced shape prop with rounded and circle props.
- Major Button component overhaul
- Major Badge component overhaul
- Renamed
HeadertoHeading - Updated Heading to utilize Styled Props
- Moved Blaster component docs to Primitives menu
- Updated A component to utilize Styled Props
- new documentation for Blaster Theme and Styled Props
- Added Blaster application wrapper component #173
- Added chan for changelog management
Dividercomponent added to the core package #94Iconcomponent added to the core package #103Boxcomponent added to the core package #112Textcomponent added to the core package #114- 'GlobalStyle' component added to the core package #115
- Added command
update-iconsto the CLI to regenerate the icon index file when new icons are added #118 Label,TextInput,Textarea,Select,Checkbox,Radio,FileInput,ColorInput,Field,ToggleField#121Dialogcomponent added to the core package #123Tooltipcomponent added to the core package #128Tablecomponents added to the core package #132
- Changed theme file
radiustoradii(breaking change for custom themes) - Normalized usage of styled-system across every component
- Renamed
LinktoA. - Refactored theme system to support per-component themeing, replacing
defaultTheme.jswith athemefolder #129
- Removed reset.css.