Skip to content

Commit

Permalink
chore(release): 2.26.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.26.0-alpha.1](v2.25.0...v2.26.0-alpha.1) (2024-12-13)

### 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 bad conflict resolution ([f28fca5](f28fca5))
* adjust fallback widget type to field ([c540ea6](c540ea6))
* adjust height parsing ([dcd265b](dcd265b))
* field domain should have priority over fields ([460ba28](460ba28))
* revert changes ([08ad4b8](08ad4b8))

### Features

* add height to indicator ([0f77b8e](0f77b8e))
* add infinite attribute to trees ([c227efd](c227efd))
* add new tree test for autorefresh and add autorefreshFields property ([81ee897](81ee897))
* add test and add autorefreshable list in form ([91d2dd8](91d2dd8))
* **autorefresh:** set property as boolean ([70a6880](70a6880))
* **field:** add a new property autorefresh ([5f2cbcf](5f2cbcf))
* **field:** add new property fieldType to Field class ([0f3da71](0f3da71))
* **field:** allow suffix and prefix ([774e3bf](774e3bf))
* **group:** add height ([c6cc73c](c6cc73c))
* **json:** add json field ([f0df547](f0df547))
* **parseBoolAttribute:** allow true as valid string ([9f7786a](9f7786a))
* sync changes from v2 to alpha ([8e8abe3](8e8abe3))
* sync changes from v2 to alpha ([#139](#139)) ([0f45c68](0f45c68))
* sync changes from v2 to alpha ([#142](#142)) [skip ci] ([822bfcb](822bfcb))
* sync changes from v2 to alpha ([#145](#145)) ([8591dd3](8591dd3))
* sync changes from v2 to alpha ([#151](#151)) ([5c9bb34](5c9bb34))
* sync changes from v2 to alpha ([#157](#157)) ([4af6d42](4af6d42))
* sync changes from v2 to alpha ([#159](#159)) [skip ci] ([d0b844c](d0b844c))
  • Loading branch information
semantic-release-bot committed Dec 13, 2024
1 parent 238dd8a commit 7303fef
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.25.0",
"version": "2.26.0-alpha.1",
"engines": {
"node": "20.5.0"
},
Expand Down

0 comments on commit 7303fef

Please sign in to comment.