Skip to content

Commit 0f51c7e

Browse files
chore(release): 2.28.0-alpha.1 [skip ci]
# [2.28.0-alpha.1](v2.27.1...v2.28.0-alpha.1) (2025-01-23) ### 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)) * if json_attrs present don't use attrs parsing ([cf537cc](cf537cc)) * 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)) * **colorPicker:** add new component colorPicker ([01fe659](01fe659)) * **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)) * sync changes from v2 to alpha ([#162](#162)) [skip ci] ([289f815](289f815)) * sync changes from v2 to alpha ([#165](#165)) [skip ci] ([2bb247c](2bb247c))
1 parent 0121f33 commit 0f51c7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gisce/ooui",
3-
"version": "2.27.1",
3+
"version": "2.28.0-alpha.1",
44
"engines": {
55
"node": "20.5.0"
66
},

0 commit comments

Comments
 (0)