Skip to content

Releases: LatitudeFinancialOSS/basis

1.20.3

27 Apr 07:02
Compare
Choose a tag to compare
  • Accordion component:
    • Fix how color is determined by Container's background color.

1.20.2

09 Apr 06:11
Compare
Choose a tag to compare
  • Sticky component:
    • Fixed an issue where Sticky.Item offset was changing on rerender.

1.20.1

26 Mar 04:21
Compare
Choose a tag to compare
  • Fixed focus style overlap issue.

1.20.0

26 Mar 01:42
Compare
Choose a tag to compare
  • Added Footer.Links.

1.19.1

24 Mar 22:58
Compare
Choose a tag to compare
  • Added z-index to Sticky.Item to fix the painting order. See why.

1.19.0

24 Mar 04:57
Compare
Choose a tag to compare
  • Sticky component:
    • Sticky.Item's child is required to expose a unique ID now.
  • Link component:
    • Added a new analyticsClassName prop that allows setting a className on the link for analytics purposes.
  • Other:
    • Upgraded to Prettier 2.0.
    • peerDependencies are not pinned anymore.

1.18.0

19 Mar 22:24
Compare
Choose a tag to compare
  • Added a new Sticky component.
  • Header component:
    • It's not styled with position: fixed anymore. Use Sticky, and wrap the Header in a Sticky.Item.
  • Stepper component:
    • It's rendering a Section with a background color now.

1.17.1

13 Mar 03:38
Compare
Choose a tag to compare
  • Added a Typography page.
  • Updated styles for <Button variant="icon">.
  • Optimized website build time and bundle size.

1.17.0

11 Mar 05:19
Compare
Choose a tag to compare
  • Added a Stack component.
  • Flex component:
    • Removed the gap prop. Use Stack instead.
    • Removed the wrap prop. Use a horizontal Stack instead. It wraps by default.
  • Footer component:
    • Realigned legal links.
  • All form components:
    • Improved error messages.
  • Playground:
    • Fixed lagging when typing the code.
    • Fixed crashing on certain errors.

1.16.1

06 Mar 04:01
Compare
Choose a tag to compare
  • List component:
    • Added more space between items.