Releases: cfpb/design-system-react
Releases · cfpb/design-system-react
v1.0.1
What's Changed
- Update to ESLint v10, Vite v8, bump jsdom by @anselmbradford in #529
- adding secondary nav component by @flacoman91 in #523
- Fix linter warnings and some errors by @anselmbradford in #532
- PR Preview: update to exclude pr-previews folder on deploy to GH pages by @itsmedavep in #535
- Fixes search input example by @flacoman91 in #515
- Update storybook + addons, eslint + plugins, jsdom, stylelint, vite, node, workflow actions by @anselmbradford in #536
- update gap in inline fieldsets to 20px by @flacoman91 in #537
New Contributors
- @itsmedavep made their first contribution in #535
Full Changelog: v.1.0.0...v.1.0.1
v.1.0.0
What's Changed
- revert button styles and example from responsive menu by @flacoman91 in #517
- fix mobile responsive menu example by @flacoman91 in #519
- Update dependencies by @flacoman91 in #525
- Fixes o-header header rules by @flacoman91 in #526
- update dependencies, push version number to 1.0.0 by @flacoman91 in #528
Full Changelog: v.0.0.16...v.1.0.0
v.0.0.16
Breaking changes
- boolean props such as inline, asLink, and asButton are now isInline, isLink and isButton, etc. updated: See #511
- Button (asLink-> isLink)
- Checkbox (labelInline->isLabelInline)
- Label (inline -> isInline)
- Link (asButton -> isButton)
- RadioButton (labelInline -> isLabelInline)
- PageHeader is now Header
- NavBar removed
tagging @virginiacc for awareness
What's Changed
- adding in browser tests by @flacoman91 in #492
- Link & Button fixes by @flacoman91 in #510
- Remove unnecessary vite config by @flacoman91 in #512
- Fieldset addition by @flacoman91 in #511
- chore(codeowners): add @anselmbradford by @billhimmelsbach in #513
- fix broken storybook test by @flacoman91 in #514
- Update page-header.stories.tsx by @natalia-fitzgerald in #502
Full Changelog: v.0.0.15...v.0.0.16
v.0.0.15
What's Changed
- DSR-490 - remove NavBar by @flacoman91 in #506
- fix barrel imports circular dependency errors by @flacoman91 in #508
- update tslint/eslint configs. update pascal case to storybook story by @flacoman91 in #507
- update package version, update dependencies by @flacoman91 in #509
Full Changelog: v.0.0.14...v.0.0.15
v.0.0.14
What's Changed
- update build path to output index.css file, allow for react 18 & 19 by @flacoman91 in #505
Full Changelog: v.0.0.13...v.0.0.14
v.0.0.13
Breaking changes
The ListLink and Link components were updated to be more like the Button component #464
We no longer use the LinkText wrapper. Please see docs for examples for how to use it.
What's Changed
- update test coverage for expandables and button by @flacoman91 in #463
- Update Dropdown.stories.tsx by @natalia-fitzgerald in #466
- Fix links in documentation by @flacoman91 in #455
- Update Link component story, update unit tests, refactor Link constructor by @flacoman91 in #464
- Final component verification review for Expandables component by @natalia-fitzgerald in #471
- Update dependencies, fix dependabot issues by @flacoman91 in #452
- Switch to standard browserslist by @anselmbradford in #474
- Remove babel by @anselmbradford in #475
- Remove
sass-embedded,msw,scss,whatwg-fetch,workbox-build,workbox-windowby @anselmbradford in #477 - Fixing bug in Link styled as a button by @flacoman91 in #480
- Update to react@19 by @anselmbradford in #478
- Migrate to Storybook 10 by @anselmbradford in #479
- Update to latest typescript-eslint/eslint-plugin, typescript-eslint/parser, vitest/coverage-istanbul, autoprefixer, chromatic, commitizen, globals, jsdom, stylelint, typescript-eslint, vite-plugin-dts, vitest by @anselmbradford in #483
- Update from node 20 > 24 by @anselmbradford in #482
- Add linter script by @anselmbradford in #481
- Migrate from PascalCase to kebab-case by @anselmbradford in #485
- Modernize stylelint config by @anselmbradford in #487
- update tslint config by @flacoman91 in #486
- Move to majority prettier defaults by @anselmbradford in #488
- Create .editorconfig by @anselmbradford in #489
- Update List.stories.tsx by @natalia-fitzgerald in #462
- Remove unnecessary stylelint config by @anselmbradford in #494
- Move svg-raw-loader plugin to its own file and make it async by @anselmbradford in #496
- Remove
build.esbuild.minifyoption by @anselmbradford in #498 - Move Vite
optimizeDepsconfig to top-level. by @anselmbradford in #497 - Update eslint config by @anselmbradford in #493
- Include react in Storybook dev build by @anselmbradford in #501
- Additional ESLint cleanup by @anselmbradford in #499
- Move test config to vitest.config.ts by @anselmbradford in #500
- Fixes the postcss loader & linting fixes by @flacoman91 in #503
- Fix SVG path | fix JSX imports by @anselmbradford in #504
- Move
postcssrc.jsonconfig topostcss.config.tsby @anselmbradford in #495
Full Changelog: v.0.0.12...v.0.0.13
v.0.0.12
What's Changed
- 458 - clean up pagination. by @flacoman91 in #459
- Breadcrumb mobile styling by @flacoman91 in #460
Full Changelog: v0.0.11...v.0.0.12
v0.0.11
What's Changed
- adding breadcrumb example by @flacoman91 in #454
- update default export for the divider by @flacoman91 in #453
- Breadcrumb by @flacoman91 in #457
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Add Summary component and fixing Accordion by @flacoman91 in #450
Full Changelog: v0.0.9...v0.0.10