Skip to content

Latest commit

 

History

History
165 lines (85 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

165 lines (85 loc) · 8.13 KB

4.1.0

5.0.0

Major Changes

  • #395 af83823 Thanks @JackRobards! - This release contains a breaking change by removing surface-dash-widget classes. If you were previously using these classes, there is no replacement.

Minor Changes

  • #395 af83823 Thanks @JackRobards! - Update new Charts color palette for better accessibility and contrast with existing surface colors.

4.4.0

Minor Changes

4.3.0

Minor Changes

4.2.0

Minor Changes

Minor Changes

4.0.0

Major Changes

  • #294 60e5d86 Thanks @joelamb! - possibly breaking change that sets all type style properties explicitly, which could cause subtle, but unexpected, changes in the weight of rendered text if inherited parent styles are no longer applied.

3.5.1

Patch Changes

  • #254 e8c01b1 Thanks @ynotdraw! - Moved changeset dependencies from dependencies to devDependencies as they were added there by accident.

3.5.0

Minor Changes

  • #234 8998c90 Thanks @ynotdraw! - Added a new "read-only-outline" box-shadow to help build read-only form elements.

Patch Changes

  • #218 c98f38a Thanks @ynotdraw! - (internal): swap semantic-release for Changesets so that we can have more granular control over releases, and batch breaking changes together without massive PRs

3.4.0 (2023-03-20)

Features

  • Add error-focus-outline shadow (e0a748a)

3.3.1 (2022-09-27)

Bug Fixes

  • #182: remove darkMode from config (cdecd50), closes #182

3.3.0 (2022-07-13)

Features

  • Add new zIndex for overlay-loader (4d46b94)

3.2.1 (2022-07-10)

Bug Fixes

  • types: add types tests and assure that this library works with TS (885fabf)

3.2.0 (2022-07-06)

Features

  • types: add looser type utilities for working with theme-data (3f67ae8)

3.1.1 (2022-06-08)

Bug Fixes

  • package: run build on prepublishOnly (7a3b5b5)

3.1.0 (2022-06-08)

Features

  • build theme-data and type-declarations (42d4cab)

3.0.5 (2022-05-25)

Bug Fixes

  • package: remove devDep from dependencies (b9109cd)

3.0.4 (2022-05-20)

Bug Fixes

  • npm: publish themes.json in npm package (85fb038)

3.0.3 (2022-05-20)

Bug Fixes

  • graphs: re-assign graph colors to 'data-visualization' (824549c)

3.0.2 (2022-05-19)

Bug Fixes

  • themes.json must specify the extension when used as package (65d7b0f)

3.0.1 (2022-05-17)

Bug Fixes

  • npm: flip publishConfig.access to public (ca78e9e)

3.0.0 (2022-05-17)

chore

  • npm: flip "private" to false (aacdb8b)

BREAKING CHANGES

  • npm: publishing package to npm for the first time

2.0.0 (2022-05-17)

chore

BREAKING CHANGES

  • forcing version bump

1.0.0 (2022-05-17)

chore

  • sync version with internal (5f08e21)

Features

  • preview: add tailwind-config-viewer (dc36b93)
  • prepare for initial public release (635c007)

BREAKING CHANGES

  • version sync, public release must be next major
  • initial release prep