This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Releases: BuoySoftware/anchor-ui
Releases · BuoySoftware/anchor-ui
v0.35.2
What's Changed
- Add @buoysoftware/anchor-types package by @Simonpedro in #364
- Make
Button
component polymorphic by @Simonpedro in #361
Full Changelog: v0.33.3...v0.35.2
v0.33.3
What's Changed
- Add testIds to modal body & actions by @cornshuckin2 in #220
- Make TabBar story interactive by @davidrf in #221
- Bump libphonenumber-js from 1.10.24 to 1.10.26 by @dependabot in #228
- Update cursor to pointer in Tab component by @davidrf in #237
- Bump ts-jest from 29.0.5 to 29.1.0 by @dependabot in #234
- Bump react-select from 5.7.0 to 5.7.2 by @dependabot in #200
- Bump i18next from 22.4.11 to 22.4.14 by @dependabot in #226
- Bump eslint-config-prettier from 8.7.0 to 8.8.0 by @dependabot in #201
- Bump react-markdown from 8.0.5 to 8.0.7 by @dependabot in #242
- Bump @storybook/addon-interactions from 6.5.16 to 7.0.4 by @dependabot in #248
- Bump iconoir-react from 6.4.0 to 6.6.0 by @dependabot in #246
- Bump eslint from 8.36.0 to 8.38.0 by @dependabot in #245
- Bump @storybook/addon-actions from 6.5.16 to 7.0.5 by @dependabot in #250
- Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.59.0 by @dependabot in #252
- Bump @babel/core from 7.21.3 to 7.21.4 by @dependabot in #236
- Bump react-toastify from 9.1.1 to 9.1.2 by @dependabot in #199
- Bump @types/jest from 29.4.4 to 29.5.0 by @dependabot in #204
- Bump prettier from 2.8.4 to 2.8.7 by @dependabot in #215
- Bump lerna from 6.5.1 to 6.6.1 by @dependabot in #219
- Bump @types/node from 18.15.5 to 18.15.11 by @dependabot in #211
- Bump react-hook-form from 7.43.5 to 7.43.9 by @dependabot in #222
- update storybook to 7 and fix sidenav story by @ryanong in #260
- Bump prettier from 2.8.7 to 2.8.8 by @dependabot in #278
- Add data-testid to dropdown menu item by @cornshuckin2 in #360
New Contributors
Full Changelog: v0.33.2...v0.33.3
v0.33.2
Fix Sortable Table re-renders
What's Changed
- Fix sortable table record caching by @acostanzo in #209
Full Changelog: v0.33.0...v0.33.1
Sortable Table
What's Changed
- Introduce SortableTable component by @acostanzo in #207
- Fix svg copy in table component build by @acostanzo in #208
Full Changelog: v0.32.6...v0.33.0
v0.32.4
v0.31.4
v0.31.3
- Introduce Phone field component
- Introduce LegacyTable and LegacyConnectionTable components
- Introduce LegacyTrans component
- Small bugfixes and cleanup
v0.30.4
- Add LegacyLayout component to anchor-ui-compat
- Small bugfixes and cleanup
v0.30.0
- Checkbox component
- Introduce CheckboxField
- Introduce LegacyButton component
- Let anchor clients render BaseErrors where they see fit (and expose BoxProps)
- Let RadioField receive FlexProps
- Port over useConditionalField from BuoyRails
- Small bugfixes and cleanup