Skip to content
Open
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.21.0](https://github.com/gravity-ui/dynamic-forms/compare/v5.20.0...v5.21.0) (2026-08-26)


### Features

* **unstable:** add ability to define default config components props ([#391](https://github.com/gravity-ui/dynamic-forms/issues/391)) ([4f7c3c8](https://github.com/gravity-ui/dynamic-forms/commit/4f7c3c88354f5b4a204bca9d7fe73b55af4d8796))
* **unstable:** add big numbers support ([#388](https://github.com/gravity-ui/dynamic-forms/issues/388)) ([98e9835](https://github.com/gravity-ui/dynamic-forms/commit/98e98350fdcbfee1b186daeb6325ccd0a06e77d5))
* **unstable:** add overview entities ([#396](https://github.com/gravity-ui/dynamic-forms/issues/396)) ([32209ed](https://github.com/gravity-ui/dynamic-forms/commit/32209ed7649599a3074c8d5f150faaf3cf52de58))
* **unstable:** add user ctx, add monaco ([#390](https://github.com/gravity-ui/dynamic-forms/issues/390)) ([f64b91d](https://github.com/gravity-ui/dynamic-forms/commit/f64b91d4148d043317c4b84230529cd4ed0dda22))
* **unstable:** replace ajv wit jsl ([#395](https://github.com/gravity-ui/dynamic-forms/issues/395)) ([285dd8d](https://github.com/gravity-ui/dynamic-forms/commit/285dd8d9b9e19ac2d2a938aa75bd1e4f359e27cd))
* **unstable:** update core patterns and namings, add subscriptions ([#394](https://github.com/gravity-ui/dynamic-forms/issues/394)) ([e4d0a49](https://github.com/gravity-ui/dynamic-forms/commit/e4d0a497b0d657a4b4b006fefb136402b4cbc19e))
* warn about unsupported dots in spec property keys ([#393](https://github.com/gravity-ui/dynamic-forms/issues/393)) ([1e45f66](https://github.com/gravity-ui/dynamic-forms/commit/1e45f66309a413623bc544073e082a5a41e610b6))

## [5.20.0](https://github.com/gravity-ui/dynamic-forms/compare/v5.19.1...v5.20.0) (2026-07-08)


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": "@gravity-ui/dynamic-forms",
"version": "5.20.0",
"version": "5.21.0",
"description": "",
"license": "MIT",
"main": "build/cjs/index.js",
Expand Down
Loading