Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## 0.18.0

### Features & Enhancements

- Add Modal component
- Update Tabs to allow for responsive behavior
- Update to provide all profile fields on admin review
- Updates UI for deductions v2
- Update autogenerated component adapter props docs
- Add error handling for payroll processing

### Fixes

- Update to restore translations in federal taxes
- Fix responsive layouts in payroll components
- Fix clearing alerts when leaving overview step

### Refactoring

- Normalize date formatting and consolidate hooks into single location

### Chores & Maintenance

- Bump react-hook-form from 7.65.0 to 7.66.0
- Bump typescript-eslint from 8.46.2 to 8.46.3
- Bump @ladle/react from 5.1.0 to 5.1.1
- Bump react-i18next from 16.2.3 to 16.2.4
- Bump eslint from 9.39.0 to 9.39.1
- Bump @eslint/js from 9.39.0 to 9.39.1
- Bump eslint from 9.38.0 to 9.39.0
- Bump sass-embedded from 1.93.2 to 1.93.3
- Bump globals from 16.4.0 to 16.5.0
- Bump @eslint/js from 9.38.0 to 9.39.0
- Bump react-i18next from 16.2.1 to 16.2.3

## 0.17.0

### Features & Enhancements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gusto/embedded-react-sdk",
"version": "0.17.0",
"version": "0.18.0",
"homepage": "https://github.com/Gusto/embedded-react-sdk",
"bugs": {
"url": "https://github.com/Gusto/embedded-react-sdk/issues"
Expand Down