Skip to content

Commit ca26a95

Browse files
chore: release 0.18.0 (#755)
* chore: release 0.18.0 * Update CHANGELOG for recent fixes --------- Co-authored-by: Jeffrey D Johnson <jeffredodd@users.noreply.github.com>
1 parent a9c1e50 commit ca26a95

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.18.0
4+
5+
### Features & Enhancements
6+
7+
- Add Modal component
8+
- Update Tabs to allow for responsive behavior
9+
- Update to provide all profile fields on admin review
10+
- Updates UI for deductions v2
11+
- Update autogenerated component adapter props docs
12+
- Add error handling for payroll processing
13+
14+
### Fixes
15+
16+
- Update to restore translations in federal taxes
17+
- Fix responsive layouts in payroll components
18+
- Fix clearing alerts when leaving overview step
19+
20+
### Refactoring
21+
22+
- Normalize date formatting and consolidate hooks into single location
23+
24+
### Chores & Maintenance
25+
26+
- Bump react-hook-form from 7.65.0 to 7.66.0
27+
- Bump typescript-eslint from 8.46.2 to 8.46.3
28+
- Bump @ladle/react from 5.1.0 to 5.1.1
29+
- Bump react-i18next from 16.2.3 to 16.2.4
30+
- Bump eslint from 9.39.0 to 9.39.1
31+
- Bump @eslint/js from 9.39.0 to 9.39.1
32+
- Bump eslint from 9.38.0 to 9.39.0
33+
- Bump sass-embedded from 1.93.2 to 1.93.3
34+
- Bump globals from 16.4.0 to 16.5.0
35+
- Bump @eslint/js from 9.38.0 to 9.39.0
36+
- Bump react-i18next from 16.2.1 to 16.2.3
37+
338
## 0.17.0
439

540
### Features & Enhancements

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gusto/embedded-react-sdk",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"homepage": "https://github.com/Gusto/embedded-react-sdk",
55
"bugs": {
66
"url": "https://github.com/Gusto/embedded-react-sdk/issues"

0 commit comments

Comments
 (0)