Skip to content

Releases: Headstorm/foundry-ui

v1.0.6

15 Jul 20:58
Compare
Choose a tag to compare

1.0.6 (2021-07-15)

Bug Fixes

  • dropdown.tsx: don't show scrollbars on dropdowns if they don't need to scroll (20c2a12)
  • dropdown.tsx: set color of selected option's checkmark to match its text color (aa78d66), closes #242

v1.0.5

29 Jun 19:17
Compare
Choose a tag to compare

1.0.5 (2021-06-29)

Bug Fixes

  • fix interaction animation bounds when elevation <= 0 (8fe84ef), closes #233

v1.0.4

12 Mar 03:35
Compare
Choose a tag to compare

1.0.4 (2021-03-12)

Bug Fixes

  • interactionfeedback.tsx: update useResizeObserver in accordance with breaking change (417598e)

v1.0.3

04 Mar 06:15
Compare
Choose a tag to compare

1.0.3 (2021-03-04)

Bug Fixes

  • 🐛 Scroll position now persists when open/closing options (5cc4e85), closes #214

v1.0.2

19 Oct 21:43
Compare
Choose a tag to compare

1.0.2 (2020-10-19)

Bug Fixes

  • dropdown: merge valueItemContainerProps more intelligently (74625e7), closes #202

Performance Improvements

  • move more dependencies to devDependencies to improve experience while using Foundry UI (91c3ac6)

v1.0.1

15 Oct 19:15
Compare
Choose a tag to compare

1.0.1 (2020-10-15)

Bug Fixes

  • image paths: use absolute paths to github for images and files that are not part of bundle (80834f3)

v1.0.0

14 Oct 21:02
Compare
Choose a tag to compare

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

14 Oct 20:26
Compare
Choose a tag to compare
v1.0.0-v1-release.23 Pre-release
Pre-release

1.0.0-v1-release.23 (2020-10-14)

Bug Fixes

  • uncontrolled ability: allows component to be uncontrolled as well controlled (8afbd40)

Features

  • forwardref: add reference to pass through to component container (e47f473)
  • rename package: rename package name from hs-react-ui to foundry-react-ui, same for angular (ad21895)

v1.0.0-v1-release.22

28 Sep 20:34
Compare
Choose a tag to compare
v1.0.0-v1-release.22 Pre-release
Pre-release

1.0.0-v1-release.22 (2020-09-28)

Bug Fixes

  • card: header padding equal on all side if body and footer not present (64e0c0b)
  • dropdown placeholder and onclear: demostrate styledplaceholder and fix onclear (ce237c5)

v1.0.0-v1-release.21

28 Sep 17:26
Compare
Choose a tag to compare
v1.0.0-v1-release.21 Pre-release
Pre-release

1.0.0-v1-release.21 (2020-09-28)

Bug Fixes

  • dropdown valuecontainer: rename modalisopen prop to isopen (89b98e8)