@nypl/design-system-react-components 1.5.0-rc2 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -12
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,8 +8,11 @@ Currently, this repo is in Prerelease. When it is released, this project will ad
8
8
 
9
9
  ## Prerelease
10
10
 
11
+ ## 1.5.0 (March 16, 2023)
12
+
11
13
  ### Adds
12
14
 
15
+ - Adds `brand` as a `breadcrumbsType` to the `Breadcrumbs` component.
13
16
  - Adds `dark` color mode support for `background-color` and `color` global styles.
14
17
  - Adds `dark` color mode support for the `HelperErrorText` and `StatusBadge` components.
15
18
  - Adds `dark` color mode support for the `Button`, `Checkbox`, `DatePicker`, `ProgressIndicator`, `Radio`, `SearchBar`, `Select`, `Slider` and `Toggle` components.
@@ -26,8 +29,14 @@ Currently, this repo is in Prerelease. When it is released, this project will ad
26
29
 
27
30
  ### Updates
28
31
 
32
+ - Updates background color values available in Storybook.
33
+ - Updates the hex value for `dark.ui.error.primary`.
29
34
  - Updates the `Design Tokens Style Guide` to include more detailed information about the available tokens.
30
35
 
36
+ ### Deprecates
37
+
38
+ - Deprecates the `darkMode` prop in the `ProgressIndicator` component.
39
+
31
40
  ## 1.4.2 (March 2, 2023)
32
41
 
33
42
  ### Updates
@@ -171,16 +180,6 @@ This release is exactly the same as the `1.3.0-rc` release candidate published o
171
180
 
172
181
  ### Adds
173
182
 
174
- - Adds `brand` as a `breadcrumbsType` to the `Breadcrumbs` component.
175
-
176
- ### Updates
177
-
178
- - Updates the hex value for `dark.ui.error.primary`.
179
-
180
- ## 1.2.1 (October 27, 2022)
181
-
182
- ### Adds
183
-
184
183
  - Adds the `"buttonPrimary"`, `"buttonSecondary"`, `"buttonPill"`, `"buttonCallout"`, `"buttonNoBrand"`, `"buttonDisabled"` variants for the the `Link` component, set through the `type` prop.
185
184
 
186
185
  ### Deprecates
@@ -257,7 +256,6 @@ This release is exactly the same as the `1.3.0-rc` release candidate published o
257
256
  ### Deprecates
258
257
 
259
258
  - Deprecates the `link` variant in the `Button` component.
260
- - Deprecates the `darkMode` prop in the `ProgressIndicator` component.
261
259
 
262
260
  ## 1.1.0 (August 30, 2022)
263
261
 
@@ -301,7 +299,6 @@ This release is exactly the same as the `1.1.0-rc5` release candidate which was
301
299
  - Updates the `onClick` event type for the `Pagination` links `onClick` function.
302
300
  - Updates the `Link` component's `onClick` event type.
303
301
  - Makes small, clarifying update to `Color Mode` story in Storybook.
304
- - Updates background color values available in Storybook.
305
302
 
306
303
  ### Fixes
307
304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "1.5.0-rc2",
3
+ "version": "1.5.0",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",