Releases: Headstorm/foundry-ui
Releases · Headstorm/foundry-ui
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-10-14)
Bug Fixes
- button: fix feedback position/display superceding buttoncontainer's position/display (66d3a8f)
- button: set position: relative to contain the feedbackinteraction (c81f008)
- button: tweak margin of icon containers (7f85160)
- button and interactionfeedback: style the InteractionFeedback for the Button to inline-block (acf5389)
- button icon container: add ability to style icon containers (5755755)
- card: header padding equal on all side if body and footer not present (64e0c0b)
- dropdown placeholder and onclear: demostrate styledplaceholder and fix onclear (ce237c5)
- dropdown valuecontainer: rename modalisopen prop to isopen (89b98e8)
- package.json: install react-portal types (9f7e2cc)
- table: remove row height of 100% (1d10f24)
- textinput: fix text input charCounter not appearing at the top w/ no error message (4f31ea2)
- textinput: spread the rest of the props onto the Input element (856f6cb)
- textinput accepts styledtextarea: textinput accepts styledtextarea (9b2d106)
- uncontrolled ability: allows component to be uncontrolled as well controlled (8afbd40)
- update snapshots: update snapshots again (f3754e9)
Features
- button, interactionfeedback: add InteractionFeedback wrapper around Button (26cf13d)
- button, textinput, checkbox: add disabled prop (374355d)
- card: add interaction feedback (946f907)
- card: streamline Card Feedback API and DOM structure (dc7535b)
- docspage props table: add props table to docspage (09b124f)
- dropdown: add value variants using tags (1aae340)
- dropdown: add variants to dropdown (0cc22b3)
- enable ripple on buttons by default: improved the ripple animation and made it the defualt (f467dbf)
- forwardref: add reference to pass through to component container (e47f473)
- foundryprovider: replace useColor hook with generic useTheme hook (7a13871)
- rangeslider: add functionality to support clicking the RangeSlider's rail to set the value (beeb2e6)
- rangeslider: add markers API (519f096)
- rename package: rename package name from hs-react-ui to foundry-react-ui, same for angular (ad21895)
- tag: add new Tag component (2fa81a4)
- textinput: add character counter and maxlength to textInput (b45192b)
- v1 release: commitizen push to trigger a release of v1.0.0 (791bffa)
- 🎸 Added slick animation on modal mount (54fd551)
BREAKING CHANGES
- foundryprovider: Removed the useColors function
v1.0.0-v1-release.23
1.0.0-v1-release.23 (2020-10-14)
Bug Fixes
- uncontrolled ability: allows component to be uncontrolled as well controlled (8afbd40)
Features
v1.0.0-v1-release.22
1.0.0-v1-release.22 (2020-09-28)
Bug Fixes
v1.0.0-v1-release.21
1.0.0-v1-release.21 (2020-09-28)
Bug Fixes
- dropdown valuecontainer: rename modalisopen prop to isopen (89b98e8)