This project adheres to Semantic Versioning.
- Remove Children API support from Menu component @miroslavstastny (#111)
- Fix wrong typings generated for dist @kuzhelov (#99)
- Fix components generation script @kuzhelov (#105)
- Reactivate tests for
Text@kuzhelov (#104)
- Add Menu
iconOnly, MenuItemiconOnlyandiconprops @miroslavstastny (#73) - Add
Gridcomponent base implementation @Bugaa92 (#93)
v0.2.7 (2018-08-13)
- Add selection property to child items in ListExampleSelection so that styles and roles are applied properly @jurokapsiar (#70)
- Menu
onClickhandler moved fromlitoa(accessibility) @miroslavstastny (#61) - Image
fluidis applied on the avatar variations @mnajdova (#77) - Include missing
typesdirectory in dist @smykhailov (#76) - Temporarily disable Provider.Consumer typings to avoid TS bug @levithomason (#88)
- Fix
MenuItembroken styles @miroslavstastny (#94)
- Add
colorvariables to Header and Header.Description @kuzhelov (#72) - Add
ItemLayoutcomponent @mnajdova (#60)
v0.2.6 (2018-08-09)
- Remove unused dependencies and move development dependencies to devDependencies @levithomason (#51)
- Fix Avatar alignment issue and initials for long names @mnajdova (#38)
- Changing the default styles for Input component @alinais (#25)
- Upgrade Typescript to version 3.0.1 @luzhon (#67)
- Prevent Fela from rendering CSS property values that could crash all styling on the page @kuzhelov (#65)
- Behaviors for accessibility roles and other ARIA attributes @smykhailov, @jurokapsiar, @sophieH29 (#29)
- Update styles for Menu underlined primary @miroslavstastny (#20)
- Add Avatar
getInitialsprop andpresenceIndicatorBackgroundvariable @mnajdova (#38) - Add
fluidvariant and size variables to Image @kuzhelov (#54) - Add SVG icons support @kuzhelov (#50)
- Add
fluidprop and variation and width variables to Input @alinais (#59) - Support
stylesprop and nested theme Providers @levithomason (#16)
v0.2.5 (2018-08-03)
- Include typings for each module target in dist @levithomason (#48)
v0.2.4 (2018-08-03)
- Replaced Header
subheaderwithdescriptionand fixed it to render well-formed HTML @mnajdova (#17) - Removed allowSyntheticDefaultImports from shared tsconfig but allow it on docs @aniknafs (#46)
- Add Icon
xSpacingprop @Bugaa92 (#22) - Add Button
iconprop and Texttruncatedprop @Bugaa92 (#13) - Add Button
disabledprop @Bugaa92 (#14) - Add Label
icon,onIconClickandiconPositionprops @mnajdova (#19) - Add Menu
verticalprop @miroslavstastny (#21) - Add Menu support for
shape="pills" vertical@miroslavstastny (#36) - Add Icon support for
backgroundvariable @kuzhelov (#47)
- Improve UX for "knobs" form on component examples @levithomason (#20)
- Use correct styles in RTL component preview @miroslavstastny (#34)
v0.2.3 (2018-07-24)
- Make Chat.Messages position relative to contain absolutely positioned children @levithomason (7625becc55fc051175fa3143bdfbc212de2d436c)
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
rtlflag to rules (styles) function @kuzhelov (#109) - Add Icon
circularandborderedprops @kuzhelov (#85) - Add Divider
typeandimportantprops @mnajdova (#67) - Add Avatar component @mnajdova (#75)
- Add Menu
shapeproperty for describing the shape of the component, instead using the type property @mnajdova (#68) - Add Input component @alinais (#64)
- Add Text
importantprop @mnajdova (#120) - Add Avatar
altprop @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
stardustimports with@stardust-ui/react-oldto 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
secondaryandpointingprops @mnajdova (#49) - Add Menu
itemsshorthand 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