Skip to content

Commit c8b75b1

Browse files
chore: update CHANGELOG.md by github-tag-release
1 parent 4bdd14b commit c8b75b1

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v2.3.3(2025-03-31)
4+
5+
### :tada: Enhancements
6+
7+
1. [feat: slot (#4259)](https://github.com/alibaba/formily/commit/123d536b) :point_right: ( [NiceTooo](https://github.com/NiceTooo) )
8+
9+
1. [feat(core): 支持用户配置 validate 在哪些 pattern & display 下生效 (#4211)](https://github.com/alibaba/formily/commit/39fdb681) :point_right: ( [liuwei](https://github.com/liuwei) )
10+
11+
### :bug: Bug Fixes
12+
13+
1. [fix(antd): fix antd/next render error at React 19 (#4262)](https://github.com/alibaba/formily/commit/a0f3169a) :point_right: ( [ChaoGPT](https://github.com/ChaoGPT) )
14+
15+
1. [fix: array-table/main.scss mixed-decls Deprecation warning on [email protected] + (#4195)](https://github.com/alibaba/formily/commit/d60f12db) :point_right: ( [Godpu](https://github.com/Godpu) )
16+
317
## v2.3.2(2024-07-18)
418

519
### :tada: Enhancements
@@ -640,12 +654,6 @@
640654

641655
## v2.1.8(2022-06-28)
642656

643-
### :blush: Other Changes
644-
645-
1. [chore(reactive): improve strict mode update strategy](https://github.com/alibaba/formily/commit/c3002bde) :point_right: ( [janrywang](https://github.com/janrywang) )
646-
647-
## v2.1.7(2022-06-27)
648-
649657
### :tada: Enhancements
650658

651659
1. [feat(react): improve formily scope standard specification (#3212)](https://github.com/alibaba/formily/commit/0811c87d) :point_right: ( [Janry](https://github.com/Janry) )
@@ -786,7 +794,7 @@
786794

787795
1. [feat(.md): Form => FormLayout (#1427)](https://github.com/alibaba/formily/commit/2501e72f) :point_right: ( [Lyca](https://github.com/Lyca) )
788796

789-
1. [feat(next): improve form-item styles](https://github.com/alibaba/formily/commit/315c3141) :point_right: ( [janrywang](https://github.com/janrywang) )
797+
1. [feat(next): improve styles](https://github.com/alibaba/formily/commit/bce90958) :point_right: ( [janrywang](https://github.com/janrywang) )
790798

791799
1. [feat: url regexp support /?a=1 and ?a=1 (#1374)](https://github.com/alibaba/formily/commit/4fed6246) :point_right: ( [No.96](https://github.com/No.96) )
792800

@@ -836,8 +844,6 @@
836844

837845
1. [feat(core): add more effects](https://github.com/alibaba/formily/commit/5b42226d) :point_right: ( [janrywang](https://github.com/janrywang) )
838846

839-
1. [feat(project): improve code](https://github.com/alibaba/formily/commit/756ccb7d) :point_right: ( [janrywang](https://github.com/janrywang) )
840-
841847
1. [feat: update alignment (#1060)](https://github.com/alibaba/formily/commit/fadb3f7d) :point_right: ( [quirkyvar](https://github.com/quirkyvar) )
842848

843849
1. [feat(core): support enableUnmountRemoveNode/disableUnmountRemoveNode API](https://github.com/alibaba/formily/commit/8f99e5b3) :point_right: ( [janrywang](https://github.com/janrywang) )
@@ -948,8 +954,6 @@
948954

949955
1. [feat(docs): support deconstruction (#179)](https://github.com/alibaba/formily/commit/b114c9e7) :point_right: ( [Janry](https://github.com/Janry) )
950956

951-
1. [feat(@uform/types): improve types (#168)](https://github.com/alibaba/formily/commit/0e6fd69c) :point_right: ( [Janry](https://github.com/Janry) )
952-
953957
1. [feat(@uform/core): Improve noValidate reset logic](https://github.com/alibaba/formily/commit/efaa75a8) :point_right: ( [janrywang](https://github.com/janrywang) )
954958

955959
1. [feat: update the api docs using typescript (#149)](https://github.com/alibaba/formily/commit/5a9ea5a2) :point_right: ( [Kevin Tan](https://github.com/Kevin Tan) )
@@ -962,6 +966,8 @@
962966

963967
1. [feat(refactor): perfect test suites and add builder demo in docs (#100)](https://github.com/alibaba/formily/commit/ada8ba9f) :point_right: ( [SkyCai](https://github.com/SkyCai) )
964968

969+
1. [feat(@uform/types): update validator type description](https://github.com/alibaba/formily/commit/6763583a) :point_right: ( [janryWang](https://github.com/janryWang) )
970+
965971
1. [feat(@uform/utils): support ts, but build scripts is not work](https://github.com/alibaba/formily/commit/8e452149) :point_right: ( [janryWang](https://github.com/janryWang) )
966972

967973
1. [feat(@uform/next): add disabled when loading](https://github.com/alibaba/formily/commit/1b1d70db) :point_right: ( [monkindey](https://github.com/monkindey) )
@@ -972,8 +978,6 @@
972978

973979
1. [feat(fix): add builder-next package and fix builder bugs. fix(docs): update playground link and fix some bugs](https://github.com/alibaba/formily/commit/71e6af8a) :point_right: ( [cnt1992](https://github.com/cnt1992) )
974980

975-
1. [feat(@uform/validator): add default validate message](https://github.com/alibaba/formily/commit/04f263cb) :point_right: ( [janryWang](https://github.com/janryWang) )
976-
977981
1. [feat(@uform/next/antd): support mapTextComponent and mapStyledProps](https://github.com/alibaba/formily/commit/b0f7134d) :point_right: ( [janryWang](https://github.com/janryWang) )
978982

979983
1. [feat(utils): export path destruct string parse methods.](https://github.com/alibaba/formily/commit/1bded6c3) :point_right: ( [janryWang](https://github.com/janryWang) )
@@ -1720,8 +1724,6 @@
17201724

17211725
1. [docs(site): add serverless functions](https://github.com/alibaba/formily/commit/d872ea4c) :point_right: ( [janrywang](https://github.com/janrywang) )
17221726

1723-
1. [docs(reactive): improve home page styles](https://github.com/alibaba/formily/commit/799f4226) :point_right: ( [janrywang](https://github.com/janrywang) )
1724-
17251727
1. [docs(site): update fragment linkage case](https://github.com/alibaba/formily/commit/7e5e2625) :point_right: ( [janrywang](https://github.com/janrywang) )
17261728

17271729
1. [docs(main): add schema fragment controlled case (#1852)](https://github.com/alibaba/formily/commit/2212486b) :point_right: ( [Janry](https://github.com/Janry) )
@@ -2024,6 +2026,8 @@
20242026

20252027
### :blush: Other Changes
20262028

2029+
1. [chore(reactive): improve strict mode update strategy](https://github.com/alibaba/formily/commit/c3002bde) :point_right: ( [janrywang](https://github.com/janrywang) )
2030+
20272031
1. [chore(deps-dev): bump semver-regex from 3.1.3 to 3.1.4 (#3166)](https://github.com/alibaba/formily/commit/ca97cae3) :point_right: ( [dependabot[bot]](https://github.com/dependabot[bot]) )
20282032

20292033
1. [chore(reactive): revert batch tracker (#3112)](https://github.com/alibaba/formily/commit/604d74ac) :point_right: ( [Janry](https://github.com/Janry) )

0 commit comments

Comments
 (0)