Skip to content

Releases: instacart/Snacks

0.0.131 (#356)

27 Aug 17:19
9e063c9
Compare
Choose a tag to compare
0.0.131 (#356) Pre-release
Pre-release
  • Adds the new Trending icon received from design.
  • Fixes a type bug where spacing.PADDING_X_* are missing.
  • Fixes a type bug where thumbsUpFilled icon is missing.

v0.0.130

17 Jul 13:26
Compare
Choose a tag to compare
v0.0.130 Pre-release
Pre-release
  • Export WithThemeInjectedProps from the root (#350)
  • A few type definition fixes (#352)

0.0.129

09 Jul 21:22
Compare
Choose a tag to compare
0.0.129 Pre-release
Pre-release

New Icons

  • thumbs up svg icon added

v0.0.128

26 Jun 19:50
Compare
Choose a tag to compare
v0.0.128 Pre-release
Pre-release
  • Add type declarations for the generated SVG components

v0.0.126

21 Jun 21:14
Compare
Choose a tag to compare
v0.0.126 Pre-release
Pre-release
  • Add an ESM build (#336)
  • Add TypeScript declarations (#334)

v0.0.125

18 Jun 17:18
Compare
Choose a tag to compare
v0.0.125 Pre-release
Pre-release
  • Fix padding for small size <Tooltip />

0.0.124

29 May 16:22
7b35713
Compare
Choose a tag to compare
0.0.124 Pre-release
Pre-release
  • Update dependency to fix security vulnerability.

0.0.123

07 May 22:50
f2af03f
Compare
Choose a tag to compare
0.0.123 Pre-release
Pre-release
  • Updated Styleguidist and refactor the readmes to have consistent formatting.
  • Allow additional props in TextField for accessibility purposes.

0.0.122

24 Apr 01:14
1591096
Compare
Choose a tag to compare
0.0.122 Pre-release
Pre-release
  • Fixed hint typo in PhoneNumberField
  • Fixed hint in TextFieldHint from being reachable by screen reader when not active
  • Updated TextField and TextFieldHint accessibility association
  • Updated MaskedTextField and TextFieldHint accessibility association
  • Added propTypes for the DateField component

0.0.121

08 Apr 18:15
a5635d0
Compare
Choose a tag to compare
0.0.121 Pre-release
Pre-release

Minor accessibility improvements for Button and Textfield focus indicators. PR: #314