@rws-aoa/utils
Version:
Utilities for RWS AOA libraries and applications
84 lines (49 loc) • 5.55 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
# [@rws-aoa/utils@3.0.2](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@3.0.1...@rws-aoa/utils@3.0.2) - (2026-02-03)
## 🚨 Deprecation
- Remove deprecated classes ([0f4e877](https://github.com/RWS-NL/aoa-design-system/commit/0f4e877d12a8559050eaa7d6bd860d93be9cbac2))
# [@rws-aoa/utils@3.0.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@2.1.4...@rws-aoa/utils@3.0.0) - (2025-11-05)
## 🐛 Bug Fixes
- **deps:** Update all non-major dependencies ([28ae5b4](https://github.com/RWS-NL/aoa-design-system/commit/28ae5b48b72542254318164232b27f386dbd2ba4)) ([#2046](https://github.com/RWS-NL/aoa-design-system/pull/2046) by @renovate[bot])
- Update dependencies ([052b4c2](https://github.com/RWS-NL/aoa-design-system/commit/052b4c2cf81aa01ee8f7f312bfbef9d9c42845de))
- **react-library:** Bump to material ui v7 and mui x v8 ([d9e5678](https://github.com/RWS-NL/aoa-design-system/commit/d9e5678e047585ffd73c7f4d3f785e198eb0f64d))
- 💥 **BREAKING CHANGE:** This updates the library to Material UI v7. Please refer to https://mui.com/material-ui/migration/upgrade-to-v7/
- 💥 **BREAKING CHANGE:** This updates the library to MUI X v8. Please refer to https://mui.com/x/migration/migration-data-grid-v7/
## 🚀 Features
- Update tanstack form to v1 ([1a0bb28](https://github.com/RWS-NL/aoa-design-system/commit/1a0bb28d114e5ed8f939b4d25bfa8cdbde6ecc78)) ([#1580](https://github.com/RWS-NL/aoa-design-system/pull/1580) by @favna)
- 💥 **BREAKING CHANGE:** The `@tanstack/react-form` library has been upgraded to a new major version. Consult their blog for breaking change information: https://tanstack.com/blog/announcing-tanstack-form-v1
- 💥 **BREAKING CHANGE:** `@tanstack/react-form` no longer supports Yup validation and now relies on [Standard Schema](https://standardschema.dev) validation libraries such as zod (preferred)
- 💥 **BREAKING CHANGE:** The `FormError` component has been renamed to `FieldError` to make room for an actual `FormError` for form-based validation as opposed to field-based validation
- 💥 **BREAKING CHANGE:** The `FieldError` component is no longer exposed directly from the library. This is to ensure that it cannot be accidentally used without `field.AppField`.
- 💥 **BREAKING CHANGE:** The `FormModal` component is no longer exposed directly from the library. This is to ensure that it cannot be accidentally used without `form.AppForm`.
- 💥 **BREAKING CHANGE:** `FormModal` no longer accepts a prop for `form` as it's not passed through the Tanstack Form context.
# [@rws-aoa/utils@2.1.3](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@2.1.2...@rws-aoa/utils@2.1.3) - (2025-02-24)
## 🐛 Bug Fixes
- **utils:** Bump dependencies ([d1f6a2b](https://github.com/RWS-NL/aoa-design-system/commit/d1f6a2b36ab61ebb97c1436faaa829301c768b23))
## 🪞 Styling
- Prettier single quotes ([9dace8b](https://github.com/RWS-NL/aoa-design-system/commit/9dace8b29ed84fd4e0e1ec4c02b6b108ef772649)) ([#1516](https://github.com/RWS-NL/aoa-design-system/pull/1516) by @favna)
# [@rws-aoa/utils@2.1.2](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@2.1.1...@rws-aoa/utils@2.1.2) - (2025-01-22)
## 🐛 Bug Fixes
- **utilitiess:** Fixed export mapping ([9da2128](https://github.com/RWS-NL/aoa-design-system/commit/9da2128a9670c0a5f03f349dcbe7a6661b8e822b))
# [@rws-aoa/utils@2.1.1](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@2.1.0...@rws-aoa/utils@2.1.1) - (2025-01-21)
## 🏠 Refactor
- Update dependencies & eslint config ([359e0c7](https://github.com/RWS-NL/aoa-design-system/commit/359e0c74da581669d06e0d133e62bb985852ee19)) ([#1490](https://github.com/RWS-NL/aoa-design-system/pull/1490) by @favna)
## 🐛 Bug Fixes
- Bump dependencies ([173c825](https://github.com/RWS-NL/aoa-design-system/commit/173c825e43da8c9995f977f174c7ad3f5836da04))
## 📝 Documentation
- Fix formatting in changelog ([393f5bd](https://github.com/RWS-NL/aoa-design-system/commit/393f5bd3b57faf0e3965a12b39945b0e9e6dfba5))
# [@rws-aoa/utils@2.1.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@2.0.0...@rws-aoa/utils@2.1.0) - (2024-08-26)
## 🐛 Bug Fixes
- Deprecate most of utils ([eadb9c9](https://github.com/RWS-NL/aoa-design-system/commit/eadb9c912b7e385fdadd01561b8fa146ad5e1a7c)) ([#1240](https://github.com/RWS-NL/aoa-design-system/pull/1240) by @favna)
## 🚀 Features
- Adjust code for better form support ([55e2ac2](https://github.com/RWS-NL/aoa-design-system/commit/55e2ac21a808b2c9a311aa6ef5793bb44689b1bc)) ([#995](https://github.com/RWS-NL/aoa-design-system/pull/995) by @favna)
# [@rws-aoa/utils@2.0.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/utils@1.1.6...@rws-aoa/utils@2.0.0) - (2024-06-05)
## 🏠 Refactor
- **utils:** Migrate build stack to tsup + vitest ([87629bf](https://github.com/RWS-NL/aoa-design-system/commit/87629bf80b108e4564afb48f7d097457d0097b0b))
- 💥 **BREAKING CHANGE:** The previously incorrectly spelled function `capitilizeFirstLetter` is no correctly spelled `capitalizeFirstLetter`
- 💥 **BREAKING CHANGE:** `capitalizeFirstLetter` and `snakeToCamelCase` are now re-exports of @sapphire/utilities
- 💥 **BREAKING CHANGE:** proper CJS and ESM bundles are now provided
- 💥 **BREAKING CHANGE:** the output target is now ES2022
# Changelog
All notable changes to this project will be documented in this file.