Releases: Automattic/vip-design-system
Releases · Automattic/vip-design-system
v0.17.1
v0.17.0
What's Changed
- Adds new NewConfirmationDialog component 🥳 by @djalmaaraujo in #94
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Bump file-type from 16.5.3 to 16.5.4 by @dependabot in #87
- Upgrade storybook to 6.5.10 by @djalmaaraujo in #89
- Change the way NewDialog is exported by @djalmaaraujo in #90
- Revert "Upgrade storybook to 6.5.10" by @djalmaaraujo in #92
- Allow custom state management to NewDialog by @djalmaaraujo in #91
Full Changelog: v0.15.0...v0.16.0
BREAKING CHANGE:
This PR changes the way we export NewDialog component to provide more ways to export the sub-components.
New way:
import * as NewDialog from '...';
<NewDialog.Root>
<NewDialog.Close>
v0.15.0
What's Changed
- Valet Theme Updater — Token Transformer by @djalmaaraujo in #83
- Fix/new dialog references by @djalmaaraujo in #88
Full Changelog: v0.14.2...v0.15.0
v0.14.2
What's Changed
- Fix Dialog heading big spacing by @djalmaaraujo in #85
Full Changelog: v0.14.1...v0.14.2
v0.14.1
What's Changed
- Add/toggle hover dialog document by @djalmaaraujo in #84
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #81
- Improvements for Focus and Disabled states by @djalmaaraujo in #80
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Fix component icon size and colors by @djalmaaraujo in #76
- [PIE-3193] New Dialog using Radix component by @djalmaaraujo in #77
- Add another visual indicator for the Toggle component state by @djalmaaraujo in #78
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Exposes so users have more control over table markups by @brunobasto in #74
- Replace Toggle component using Radix by @djalmaaraujo in #75
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add/alert role to notifications and ScreenReaderText by @djalmaaraujo in #70
- Format all files to avoid future PR interruptions by @djalmaaraujo in #72
- Hide Avatar from Screen Readers by @djalmaaraujo in #69
- Improve
a11y by @djalmaaraujo in #73
Full Changelog: v0.10.3...v0.11.0