Skip to content

Commit

Permalink
chore(release): v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuzhang committed Mar 11, 2024
1 parent 25fca8e commit 09b1617
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.2](https://github.com/easy-form/react-form-simple/compare/v1.4.1...v1.4.2) (2024-03-11)


### Bug Fixes

* `useSubscribe` subscribing to a field under a dynamic array form ([8fc9265](https://github.com/easy-form/react-form-simple/commit/8fc9265d83d96d80955f3c77e5eb46c189d4758b))


### Features

* adjusts the priority of the value attribute passed by `defineProps` ([ef2ae3b](https://github.com/easy-form/react-form-simple/commit/ef2ae3bb966c61014be55094f41ae99801342b79))



## [1.4.1](https://github.com/easy-form/react-form-simple/compare/v1.4.0...v1.4.1) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-form-simple",
"version": "1.4.1",
"version": "1.4.2",
"description": "A form library for quickly controlling react form input",
"keywords": [
"react",
Expand Down

0 comments on commit 09b1617

Please sign in to comment.