This project adheres to Semantic Versioning.
- Improve UX for "knobs" form on component examples @levithomason (#20)
- Replaced Header
subheader
withdescription
and fixed it to render well-formed HTML @mnajdova (#17)
v0.2.3 (2018-07-24)
- Make Chat.Messages position relative to contain absolutely positioned children @levithomason (7625becc55fc051175fa3143bdfbc212de2d436c)
- Add Button
fluid
prop @Bugaa92 (#6) - Add Icon
disabled
prop @Bugaa92 (#12) - Add Icon
xSpacing
prop @Bugaa92 (#22)
v0.2.2 (2018-07-24)
- Fix Layout vertical prop not making layouts vertical @levithomason (#10)
v0.2.1 (2018-07-20)
- Remove broken normalize.css button styles @levithomason (#79)
- Add missing Button styles @levithomason (#82)
- Fix Accordion to hide the content provided as nested children when closed (#108)
- Add
rtl
flag to rules (styles) function @kuzhelov (#109) - Add Icon
circular
andbordered
props @kuzhelov (#85) - Add Divider
type
andimportant
props @mnajdova (#67) - Add Avatar component @mnajdova (#75)
- Add Menu
shape
property for describing the shape of the component, instead using the type property @mnajdova (#68) - Add Input component @alinais (#64)
- Add Text
important
prop @mnajdova (#120) - Add Avatar
alt
prop @mnajdova (#124)
- Add accessibility section to each component @mnajdova (#46)
- Fix down doc site, bad links, and bad image src paths @levithomason (#77)
- Add JSX and HTML code preview and card view for component examples in the doc site @Bugaa92 (#62)
- Add shorthand examples for the Label component @mnajdova (#99)
- Replace
stardust
imports with@stardust-ui/react-old
to reflect the new npm package @davezuko (#115) - Further improve code edit experience @levithomason (#100)
- Improve general clarity in README @davezuko (#118)
v0.2.0 (2018-07-10)
- Fix merging of theme values for nested Providers @kuzhelov (#55)
- Publish TypeScript typings with package @levithomason (54caeb56219e2d92d2e2fe24da4b797ea92e9d09)
- Add Chat component @levithomason (#32)
- Add Menu
secondary
andpointing
props @mnajdova (#49) - Add Menu
items
shorthand prop @miroslavstastny (#41)
- Fix nav links for examples, remove introduction @seankeating (#58)
- Fix live edit for component variables @kuzhelov (#55)
- Implement a base UIComponent @levithomason (#21)
v0.1.0 (2018-07-05)
Initial prototype release