Skip to content

Releases: Automattic/vip-design-system

2.3.0

23 Apr 18:00
e7a12b5
Compare
Choose a tag to compare

What's Changed

  • New develop release: 2.2.1-dev.0 by @github-actions in #370
  • Setup user-event and change some fireEvent to userEvent in tests by @djalmaaraujo in #371
  • Add button variants to the Link component by @djalmaaraujo in #374
  • Responsive changes — General Changes + New components by @djalmaaraujo in #372
  • New package release: v2.3.0 by @github-actions in #375

Full Changelog: 2.2.0...2.3.0

2.2.0

27 Mar 13:37
ff64b52
Compare
Choose a tag to compare

What's Changed

  • New develop release: 2.1.1-dev.0 by @github-actions in #363
  • Bump webpack-dev-middleware from 6.1.1 to 6.1.2 by @dependabot in #364
  • Remove special VIP border from the Avatar by @djalmaaraujo in #366
  • Bump express from 4.18.3 to 4.19.2 by @dependabot in #368
  • Adjust checkbox/radio with indeterminate rules and less examples by @djalmaaraujo in #367
  • New package release: v2.2.0 by @github-actions in #369

Full Changelog: 2.1.0...2.2.0

2.1.0

20 Mar 18:45
3cc5f6d
Compare
Choose a tag to compare

What's Changed

  • New develop release: 2.1.0-dev.0 by @github-actions in #358
  • Bump follow-redirects from 1.15.4 to 1.15.6 in /tokens/utilities/colors by @dependabot in #356
  • Adjust/checkbox radio styles by @djalmaaraujo in #361
  • New package release: v2.1.0 by @github-actions in #362

Full Changelog: 2.0.0...2.1.0

2.0.0

15 Mar 20:25
e943752
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.7-dev.0 by @github-actions in #349
  • Add devcontainer.json by @chriszarate in #351
  • Fix wrapping of items in toolbar util menu by @t-wright in #350
  • Bump plotly.js from 2.23.0 to 2.25.2 in /tokens/utilities/colors by @dependabot in #342
  • Bump es5-ext from 0.10.62 to 0.10.64 in /tokens/utilities/colors by @dependabot in #346
  • PIE-3831 Fixes word wrapping on OptionRow with meta by @brunobasto in #343
  • Upgrade Storybook to 7.6.17 by @djalmaaraujo in #353
  • Update Input Radio Component Styles + TypeScript conversion by @djalmaaraujo in #354
  • Update Input Checkbox Component Styles and functionality by @djalmaaraujo in #355
  • New package release: v2.0.0 by @github-actions in #357

Breaking changes

  • The' renderLabel' prop should now be used to customize the label property (for using React elements, not simple strings). The documentation has examples.
{
	value: 'a',
	renderLabel: ( commonProps, labelStyle ) => (
		<Label
			{ ...commonProps }
			className="custom-class"
			sx={ { ...labelStyle, color: 'error' } }
		>
			(Custom) All domains listed on this environment, and all subdomains
		</Label>
	),
	id: 'another-option-custom-a',
}
  • Passing other properties to the rendered Input should now use the inputProps prop. Passing arbitrary arguments to the option will no longer spread to the Input.
{
	value: 'b',
	label: 'All domains listed on this environment',
	labelProps: {
		id: 'label-option-custom-b-custom-props',
	},
	className: 'custom-class-for-this',
	id: 'option-custom-b',
	inputProps: {
		'aria-describedby': 'describe-radio-all-domains-subdomains',
	},
},

Full Changelog: 1.6.6...2.0.0

1.6.6

01 Mar 03:51
707fab6
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.6-dev.0 by @github-actions in #339
  • Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #336
  • Bump ip from 2.0.0 to 2.0.1 by @dependabot in #345
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /tokens/utilities/colors by @dependabot in #344
  • FORNO-1880: Fix alignment of inline label and select field by @t-wright in #347
  • New package release: v1.6.6 by @github-actions in #348

Full Changelog: 1.6.5...1.6.6

1.6.5

30 Nov 21:55
1d84e3c
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.5-dev.0 by @github-actions in #333
  • General Responsive Adjustments by @djalmaaraujo in #335
  • Change Drawer export by @djalmaaraujo in #338
  • New package release: v1.6.5 by @github-actions in #337

Full Changelog: 1.6.4...1.6.5

1.6.4

28 Nov 19:57
a82be90
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.4-dev.0 by @github-actions in #330
  • Fix Drawer close focus by @djalmaaraujo in #331
  • New package release: v1.6.4 by @github-actions in #332

Full Changelog: 1.6.3...1.6.4

1.6.3

28 Nov 17:08
05e03bf
Compare
Choose a tag to compare

What's Changed

  • Make Nav full-width by default by @djalmaaraujo in #328
  • New develop release: 1.6.3-dev.0 by @github-actions in #327
  • New package release: v1.6.3 by @github-actions in #329

Full Changelog: 1.6.2...1.6.3

1.6.2

28 Nov 01:25
2b80fad
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.2-dev.0 by @github-actions in #324
  • Fix responsive position for drawer by @djalmaaraujo in #325
  • New package release: v1.6.2 by @github-actions in #326

Full Changelog: 1.6.1...1.6.2

1.6.1

28 Nov 00:49
484682c
Compare
Choose a tag to compare

What's Changed

  • New develop release: 1.6.1-dev.0 by @github-actions in #321
  • Update with some adjustments by @djalmaaraujo in #322
  • New package release: v1.6.1 by @github-actions in #323

Full Changelog: 1.6.0...1.6.1