Skip to content

Commit

Permalink
chore(release): 2.16.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.16.0-alpha.1](v2.15.0...v2.16.0-alpha.1) (2024-11-11)

### Bug Fixes

* add isFunction prop to widgets ([a7ba02c](a7ba02c))
* add tests and adjust parseJsonAttributes in order to ignore the falsy ones like parseAttributes ([3c329cd](3c329cd))
* adjust fallback widget type to field ([c540ea6](c540ea6))
* field domain should have priority over fields ([460ba28](460ba28))
* revert changes ([08ad4b8](08ad4b8))

### Features

* add infinite attribute to trees ([c227efd](c227efd))
* **field:** add new property fieldType to Field class ([0f3da71](0f3da71))
* **json:** add json field ([f0df547](f0df547))
  • Loading branch information
semantic-release-bot committed Nov 11, 2024
1 parent 3875dde commit ab15394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@gisce/ooui",
"version": "2.15.0",
"version": "2.16.0-alpha.1",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit ab15394

Please sign in to comment.