Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 5.55 KB

CHANGELOG.md

File metadata and controls

96 lines (73 loc) · 5.55 KB

Changelog

This project adheres to Semantic Versioning.

[Unreleased]

Documentation

  • Improve UX for "knobs" form on component examples @levithomason (#20)

Fixes

  • Replaced Header subheader with description and fixed it to render well-formed HTML @mnajdova (#17)

v0.2.3 (2018-07-24)

Compare changes

Fixes

  • Make Chat.Messages position relative to contain absolutely positioned children @levithomason (7625becc55fc051175fa3143bdfbc212de2d436c)

Features

  • Add Button fluid prop @Bugaa92 (#6)
  • Add Icon disabled prop @Bugaa92 (#12)
  • Add Icon xSpacing prop @Bugaa92 (#22)

v0.2.2 (2018-07-24)

Compare changes

Fixes

  • Fix Layout vertical prop not making layouts vertical @levithomason (#10)

v0.2.1 (2018-07-20)

Compare changes

Fixes

  • 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)

Features

  • Add rtl flag to rules (styles) function @kuzhelov (#109)
  • Add Icon circular and bordered props @kuzhelov (#85)
  • Add Divider type and important 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)

Documentation

  • 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)

Compare changes

Fixes

  • Fix merging of theme values for nested Providers @kuzhelov (#55)

Features

  • Publish TypeScript typings with package @levithomason (54caeb56219e2d92d2e2fe24da4b797ea92e9d09)
  • Add Chat component @levithomason (#32)
  • Add Menu secondary and pointing props @mnajdova (#49)
  • Add Menu items shorthand prop @miroslavstastny (#41)

Documentation

  • Fix nav links for examples, remove introduction @seankeating (#58)
  • Fix live edit for component variables @kuzhelov (#55)

Performance

  • Implement a base UIComponent @levithomason (#21)

v0.1.0 (2018-07-05)

Initial prototype release