diff --git a/CHANGELOG.md b/CHANGELOG.md index 4696c842..2296b8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.18.0](https://github.com/gravity-ui/dynamic-forms/compare/v5.17.1...v5.18.0) (2026-06-15) + + +### Features + +* **unstable:** add the ability to use multiple schema-renderer compo… ([#377](https://github.com/gravity-ui/dynamic-forms/issues/377)) ([eae01d9](https://github.com/gravity-ui/dynamic-forms/commit/eae01d9051ff339e19b35787549dd6f8c8a92066)) +* **unstable:** support schema defenitions ([#376](https://github.com/gravity-ui/dynamic-forms/issues/376)) ([ebad0b8](https://github.com/gravity-ui/dynamic-forms/commit/ebad0b8651950ca08b33822bac4ba3edb9048c09)) +* **unstable:** update errors handling logis, add tests for validate … ([#374](https://github.com/gravity-ui/dynamic-forms/issues/374)) ([2b5eb19](https://github.com/gravity-ui/dynamic-forms/commit/2b5eb197ad61316544fc443104870420b943e90d)) + + +### Bug Fixes + +* enhance ColorPicker documentation with stability notes and usage DATAUI-2028 ([#372](https://github.com/gravity-ui/dynamic-forms/issues/372)) ([09a00c4](https://github.com/gravity-ui/dynamic-forms/commit/09a00c46a58be1e4fcfcd3bcea2b0688505197bd)) + ## [5.17.1](https://github.com/gravity-ui/dynamic-forms/compare/v5.17.0...v5.17.1) (2026-06-05) diff --git a/package-lock.json b/package-lock.json index be800bd2..6ac76a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dynamic-forms", - "version": "5.17.1", + "version": "5.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gravity-ui/dynamic-forms", - "version": "5.17.1", + "version": "5.18.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index a12e99c5..10e49be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dynamic-forms", - "version": "5.17.1", + "version": "5.18.0", "description": "", "license": "MIT", "main": "build/cjs/index.js",