Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: form-atoms/list-atom

Tags

v2.3.13

Toggle v2.3.13's commit message
chore(release): 2.3.13

## [2.3.13](v2.3.12...v2.3.13) (2025-10-23)

### Bug Fixes

* **types:** add ListItem and ListValue helper types ([66f61eb](66f61eb))

v2.3.12

Toggle v2.3.12's commit message
chore(release): 2.3.12

## [2.3.12](v2.3.11...v2.3.12) (2025-10-23)

### Bug Fixes

* **types:** rename ListItem to SplitListItem ([31d41a0](31d41a0))

v2.3.11

Toggle v2.3.11's commit message
chore(release): 2.3.11

## [2.3.11](v2.3.10...v2.3.11) (2025-10-22)

### Bug Fixes

* **add-action:** return the created item ([547a83c](547a83c))

v2.3.10

Toggle v2.3.10's commit message
chore(release): 2.3.10

## [2.3.10](v2.3.9...v2.3.10) (2025-10-20)

### Bug Fixes

* **ListOf:** rename Nested to Of, deprecate the Nested ([0b09a01](0b09a01))

v2.3.9

Toggle v2.3.9's commit message
chore(release): 2.3.9

## [2.3.9](v2.3.8...v2.3.9) (2025-10-16)

### Bug Fixes

* **extend-atom:** extend with default, instead of RW atom ([e6b51c5](e6b51c5))
* type & test ([7d2f08f](7d2f08f))

v2.3.8

Toggle v2.3.8's commit message
chore(release): 2.3.8

## [2.3.8](v2.3.7...v2.3.8) (2025-10-16)

### Bug Fixes

* **list-item:** peek the field names, no need to subscribe ([e3e5995](e3e5995))

v2.3.7

Toggle v2.3.7's commit message
chore(release): 2.3.7

## [2.3.7](v2.3.6...v2.3.7) (2025-10-16)

### Bug Fixes

* **list-atom:** drop the Value generic param, derive from Fields ([8a469cd](8a469cd))

v2.3.6

Toggle v2.3.6's commit message
chore(release): 2.3.6

## [2.3.6](v2.3.5...v2.3.6) (2025-10-15)

### Bug Fixes

* **scoped-naming:** support intermediary objects (fixes [#18](#18)) ([255ff7e](255ff7e))

v2.3.5

Toggle v2.3.5's commit message
chore(release): 2.3.5

## [2.3.5](v2.3.4...v2.3.5) (2025-10-15)

### Bug Fixes

* **createList:** split the List from the components creation ([961a737](961a737))

v2.3.4

Toggle v2.3.4's commit message
chore(release): 2.3.4

## [2.3.4](v2.3.3...v2.3.4) (2025-10-15)

### Bug Fixes

* **initialization:** add effect only when a value is present ([1f0c7fe](1f0c7fe))
* **list-item:** simplify parent list name ([392bc02](392bc02))