@gusto/embedded-react-sdk 0.35.0-rc.4 → 0.36.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 +20 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## 0.35.0
3
+ ## 0.36.0
4
4
 
5
5
  ### Features & Enhancements
6
6
 
7
7
  - Integrate tax withholding config into off-cycle payroll creation
8
8
  - Add gross up modal to PayrollConfiguration kebab menu
9
+ - Add observability hooks with PII protection
9
10
 
10
11
  ### Fixes
11
12
 
@@ -14,9 +15,12 @@
14
15
  - Updated to use correct translation keys
15
16
  - Handle date field serialization in state taxes form
16
17
  - Preset payment date based on company payment speed
18
+ - Revert react-aria upgrade and block in dependabot
17
19
 
18
20
  ### Chores & Maintenance
19
21
 
22
+ - Update embedded api to 0.12.4
23
+ - Convert Cursor commands to Claude Code skills
20
24
  - Add comprehensive tests for rem conversion utilities
21
25
  - Improve Cursor configuration for team productivity
22
26
  - Upgrade vitest to v4, coverage-v8 to v4, and plugin-react-swc to v4
@@ -25,17 +29,22 @@
25
29
  - Bump dompurify from 3.3.2 to 3.3.3
26
30
  - Bump react-aria from 3.45.0 to 3.47.0
27
31
  - Bump sass-embedded from 1.97.3 to 1.98.0
28
- - Bump typescript-eslint from 8.56.1 to 8.57.0
29
- - Bump eslint-plugin-storybook from 10.2.15 to 10.2.17
30
- - Bump @storybook/react-vite from 10.2.15 to 10.2.17
31
- - Bump @storybook/addon-docs from 10.2.14 to 10.2.17
32
- - Bump @storybook/addon-a11y from 10.2.16 to 10.2.17
33
- - Bump @storybook/addon-onboarding from 10.2.15 to 10.2.17
34
- - Bump storybook from 10.2.16 to 10.2.17
35
- - Bump lint-staged from 16.3.2 to 16.3.3
32
+ - Bump typescript-eslint from 8.56.1 to 8.57.1
33
+ - Bump eslint-plugin-storybook from 10.2.15 to 10.2.19
34
+ - Bump @storybook/react-vite from 10.2.15 to 10.2.19
35
+ - Bump @storybook/addon-docs from 10.2.14 to 10.2.19
36
+ - Bump @storybook/addon-a11y from 10.2.16 to 10.2.19
37
+ - Bump @storybook/addon-onboarding from 10.2.15 to 10.2.19
38
+ - Bump storybook from 10.2.16 to 10.2.19
39
+ - Bump lint-staged from 16.3.2 to 16.4.0
40
+ - Bump msw from 2.12.10 to 2.12.12
36
41
  - Bump eslint from 9.39.3 to 9.39.4
37
- - Bump @commitlint/cli from 20.4.3 to 20.4.4
38
- - Bump @commitlint/config-conventional from 20.4.3 to 20.4.4
42
+ - Bump @commitlint/cli from 20.4.3 to 20.5.0
43
+ - Bump @commitlint/config-conventional from 20.4.3 to 20.5.0
44
+
45
+ ## 0.35.0 (unpublished)
46
+
47
+ > This version was unpublished from NPM due to a critical bug caused by a react-aria upgrade that required a rollback. All changes are included in 0.36.0.
39
48
 
40
49
  ## 0.34.0
41
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gusto/embedded-react-sdk",
3
- "version": "0.35.0-rc.4",
3
+ "version": "0.36.0",
4
4
  "homepage": "https://github.com/Gusto/embedded-react-sdk",
5
5
  "bugs": {
6
6
  "url": "https://github.com/Gusto/embedded-react-sdk/issues"