Skip to content

Latest commit

 

History

History
869 lines (435 loc) · 47.3 KB

CHANGELOG.md

File metadata and controls

869 lines (435 loc) · 47.3 KB

Changelog

v2.0.0-rc.19(2021-11-09)

🎉 Enhancements

  1. feat(grid): support onDigest 👉 ( janrywang )

  2. feat(grid): add strictAutoFit option (#2403) 👉 ( liuwei )

🪲 Bug Fixes

  1. fix(grid): fix grid calculate failed when container was hidden (#2400) 👉 ( Janry )

  2. fix(core): fix reset should clear field caches (#2401) 👉 ( Janry )

  3. fix(reactive): fix computed/tracker did not recollect dependencies (#2398) 👉 ( Janry )

📝 Documents Changes

  1. docs(core): update links in Form model Chinese doc (#2414) 👉 ( haloworld )

🌹 Improve code quality

  1. refactor(grid): use data-grid-span for base grid span 👉 ( janrywang )

🚀 Improve Performance

  1. perf(core): improve field errors/success/warnings read performance 👉 ( janrywang )

🛠️ Update Workflow Scripts

  1. build(sourcemap): add "sourcesContent" to the output source map (#2399) 👉 ( zengguirong )

😊 Other Changes

  1. chore(core): improve code 👉 ( janrywang )

  2. chore(core): improve getFormGraph/setFormGraph performance 👉 ( janrywang )

v2.0.0-rc.18(2021-11-03)

🎉 Enhancements

  1. feat(element): add ArrayTable/ArrayCollapse/ArrayTabs event (#2365) 👉 ( Muyao )

🪲 Bug Fixes

  1. fix(reactive): fix computed value can not get real value (#2389) 👉 ( Janry )

  2. fix(core): fix default is not work when name is length (#2387) 👉 ( Janry )

  3. fix: fix decorator attrs is not passed down correctly (#2369) 👉 ( Muyao )

  4. fix(vue): view should updated when schema changed (#2354) 👉 ( Amorites )

  5. fix(json-schema): fix typings and x-reactions.when (#2360) 👉 ( Janry )

  6. fix(core): make exchangeArrayState be right when move (#2357) 👉 ( 折木 )

  7. fix(react): fix incorrect dts in useFieldSchema (#2350) 👉 ( [Jingkun Hua](https://github.com/Jingkun Hua) )

  8. fix(element): fix style path error (#2348) 👉 ( Muyao )

📝 Documents Changes

  1. docs: fix scenes url (#2384) 👉 ( PlutoCA )

  2. docs: add issues-helper badge (#2359) 👉 ( xrkffgg )

🌹 Improve code quality

  1. refactor(core): revert field unmount to skip validate (#2379) 👉 ( Janry )

😊 Other Changes

  1. chore(antd/next): improve array table ui (#2373) 👉 ( Janry )

v2.0.0-rc.17(2021-10-23)

🎉 Enhancements

  1. feat(element): support breakpoints for FormLayout (#2340) 👉 ( Muyao )

🪲 Bug Fixes

  1. fix(core): fix initialValues merge with no fields (#2339) 👉 ( Janry )

😊 Other Changes

  1. chore(grid): improve grid responsive effects 👉 ( janrywang )

v2.0.0-rc.16(2021-10-21)

🎉 Enhancements

  1. feat(next/antd): support breakpoints for FormLayout (#2336) 👉 ( Lyca )

  2. feat(grid): support smart gridSpan -1 👉 ( janrywang )

🪲 Bug Fixes

  1. fix(grid): fix calcSatisfyColumns 👉 ( janrywang )

📝 Documents Changes

  1. docs: update issue-helper api 👉 ( janrywang )

🌹 Improve code quality

  1. refactor(element): redesign form-grid and improve form-layout (#2337) 👉 ( Muyao )

  2. refactor(antd/next/element): adjust the read priority of Form context 👉 ( janrywang )

🚀 Improve Performance

  1. perf(grid): improve grid performance 👉 ( janrywang )

😊 Other Changes

  1. chore(antd/next): improve code 👉 ( janrywang )

  2. chore(grid): update readme 👉 ( janrywang )

v2.0.0-rc.15(2021-10-16)

🎉 Enhancements

  1. feat(element): support useRecord for ArrayBase (#2313) 👉 ( Muyao )

  2. feat(next): fix FormDialog footerActions/okProps/cancelProps (#2312) 👉 ( Lyca )

  3. feat(vue): support useParentForm hook (#2306) 👉 ( Muyao )

  4. feat(json-schema): support extend schema property (#2284) 👉 ( Janry )

  5. feat(next/antd): fix ArrayCards/ArrayTable/ArrayCollapse demo bug (#2283) 👉 ( Lyca )

🪲 Bug Fixes

  1. fix(antd/next): fix style compiler error (#2310) 👉 ( Janry )

  2. fix(schema): fix setValidateRule will throw error when use void field (#2281) 👉 ( Janry )

🌹 Improve code quality

  1. refactor(react): silent useForm for child form sence (#2302) 👉 ( Janry )

v2.0.0-rc.14(2021-10-11)

🪲 Bug Fixes

  1. fix(core): fix validate lifecycle wrong trigger in skip digest (#2279) 👉 ( Janry )

  2. fix(reactive): fix reaction force untrack will effect to setState (#2278) 👉 ( Janry )

  3. fix(validator): getValidatorLocale Maximum call stack size exceeded (#2273) 👉 ( Suel )

v2.0.0-rc.13(2021-10-05)

🪲 Bug Fixes

  1. fix(reactive): fix batch api can not throw error (#2268) 👉 ( Janry )

  2. fix(core): fix validate skip (#2265) 👉 ( Janry )

  3. fix(vue): fix the problem that the component class name will be overwritten rather than merged (#2260) 👉 ( 月落音阑 )

🌹 Improve code quality

  1. refactor(core): reduce core package size (#2261) 👉 ( Janry )

v2.0.0-rc.12(2021-09-29)

🎉 Enhancements

  1. feat(next/antd): change ArrayBase.Addition disabled UI (#2251) 👉 ( Lyca )

🪲 Bug Fixes

  1. fix(core): fix reactions initial value will overwrite value (#2252) 👉 ( Janry )

  2. fix(element): fix form props pass bug (#2253) 👉 ( Muyao )

📝 Documents Changes

  1. docs(reactive): update reactive docs 👉 ( janrywang )

  2. docs: update errors to use selfErrors 👉 ( janrywang )

😊 Other Changes

  1. chore: update build scripts 👉 ( janrywang )

v2.0.0-rc.11(2021-09-25)

🪲 Bug Fixes

  1. fix(core/json-schema): fix props unexpect patch and field reactions unexpect react (#2232) 👉 ( Janry )

  2. fix(antd/next): remove duplicated exports (#2231) 👉 ( [Robin Wong](https://github.com/Robin Wong) )

  3. fix(vue): fix vue2 scopedSlot and slot pass problem (#2221) 👉 ( Muyao )

  4. fix(antd/next): fix FormDialog typings 👉 ( janrywang )

📝 Documents Changes

  1. docs(vue): add more scopedSlot content tests and readme (#2226) 👉 ( lirui )

  2. docs(project): update login-register.md 👉 ( janrywang )

  3. doc: fix typo for Ant Design in docs/guide/quick-start.md (#2201) 👉 ( vagusX )

🌹 Improve code quality

  1. refactor(element): refactor element slot pass way (#2236) 👉 ( Muyao )

🚀 Improve Performance

  1. perf(antd/next): improve FormItem render performance (#2237) 👉 ( Janry )

😊 Other Changes

  1. chore: update ci.yml 👉 ( Janry )

v2.0.0-rc.10(2021-09-21)

🪲 Bug Fixes

  1. fix(core): fix initialValues patch values with wrong type (#2214) 👉 ( Janry )

  2. fix(element): fix select label error (#2202) 👉 ( Muyao )

📝 Documents Changes

  1. docs(vue/element): add codesandbox support (#2206) 👉 ( Muyao )

🚀 Improve Performance

  1. perf(path): use Map replace LRUMap 👉 ( janrywang )

😊 Other Changes

  1. chore(workflow): update ci actions 👉 ( janrywang )

  2. chore(deps-dev): bump semver-regex from 2.0.0 to 3.1.3 (#2209) 👉 ( dependabot[bot] )

  3. chore(desingbale): move designable-antd/next to designable repo 👉 ( janrywang )

v2.0.0-rc.9(2021-09-18)

🎉 Enhancements

  1. feat(element): support element-ui slot (#2162) 👉 ( Muyao )

🪲 Bug Fixes

  1. fix(core): fix assign initialValue will overwrite value 👉 ( janrywang )

v2.0.0-rc.8(2021-09-17)

🎉 Enhancements

  1. feat(react): fix schema x-component-props children invalid (#2160) 👉 ( Lyca )

📝 Documents Changes

  1. docs(reactive): update toJS/markRaw docs 👉 ( janrywang )

🚀 Improve Performance

  1. perf(schema): improve performance 👉 ( janrywang )

😊 Other Changes

  1. chore(workflow): fix actions 👉 ( Janry )

  2. chore(designable): lock version 👉 ( janrywang )

v2.0.0-rc.7(2021-09-15)

🪲 Bug Fixes

  1. fix(json-schema/reactive): fix circular reference check logic 👉 ( janrywang )

v2.0.0-rc.6(2021-09-14)

🪲 Bug Fixes

  1. fix(react): fix x-component-props is not reactive 👉 ( janrywang )

v2.0.0-rc.5(2021-09-14)

🎉 Enhancements

  1. feat(element): add FormCollapse component (#2119) 👉 ( Muyao )

  2. feat(element): radio/checkbox add optionType prop (#2114) 👉 ( Muyao )

  3. feat(next/antd): add tooltipIcon props to FormLayout & FormItem (#2085) 👉 ( Lyca )

🪲 Bug Fixes

  1. fix(antd/next): fix props.prefix is not work for FormGrid/FormLayout (#2151) 👉 ( Janry )

  2. fix(core): fix array unshift with incomplete elements (#2150) 👉 ( Janry )

  3. fix(path): fix path match destructor (#2148) 👉 ( Janry )

  4. fix(next/antd/vue): fix Switch type & add classname to ArrayItems.Index (#2093) 👉 ( Lyca )

  5. fix(designable): fix Uncaught SyntaxError (#1997) (#2089) 👉 ( youshao )

  6. fix(reactive-react): fix observer 2nd generic type (#2071) 👉 ( [Yanlin Jiang](https://github.com/Yanlin Jiang) )

  7. fix(core): unmounted field skip validation (#2066) 👉 ( null )

📝 Documents Changes

  1. docs(core): add data docs 👉 ( janrywang )

  2. docs: add notice for onFormValuesChange (#2146) 👉 ( 月落音阑 )

  3. docs(site): update Pack on Demand doc (#2086) 👉 ( vimvinter )

🌹 Improve code quality

  1. refactor(project): support more features for page description (#2099) 👉 ( Janry )

😊 Other Changes

  1. chore(project): improve code 👉 ( janrywang )

  2. chore(designable): remove designable workspace 👉 ( janrywang )

v2.0.0-rc.4(2021-08-26)

🎉 Enhancements

  1. feat(designable): add icons for drag source 👉 ( janrywang )

  2. feat(designable): support componentsIcon/componentsSourceIcon 👉 ( janrywang )

🪲 Bug Fixes

  1. fix(core): fix add effects memo leak in form umount (#2050) 👉 ( Janry )

  2. fix(element): remove Formily namepsace usecase 👉 ( janrywang )

  3. fix(vue): fix 'x-content' render named slot not work (#2046) 👉 ( jiezi19971225 )

  4. fix(designable-antd): fix locales 👉 ( janrywang )

  5. fix(designable): fix can not drag object to array cards in initialization 👉 ( janrywang )

  6. fix(next): fix usePrefixCls tag undefined (#2042) 👉 ( hellohy )

  7. fix(next): fix formitem inset boder (#2039) 👉 ( Lyca )

😊 Other Changes

  1. chore(designable): update dn deps 👉 ( janrywang )

  2. chore(react): compat ReactNative with SchemaField only json-schema mode 👉 ( janrywang )

  3. chore(designable): improve DesignableText experience 👉 ( janrywang )

v2.0.0-rc.3(2021-08-20)

😊 Other Changes

  1. chore(project): update yarn.lock 👉 ( janrywang )

  2. chore(designable): update dn 👉 ( janrywang )

v2.0.0-rc.2(2021-08-19)

🪲 Bug Fixes

  1. fix(element): fix simple array key (#2024) 👉 ( Muyao )

  2. fix(next): fix usePrefixCls 👉 ( janrywang )

  3. fix(next): fix fullness icon width (#2020) 👉 ( Lyca )

  4. fix(designable-next): fix card styles 👉 ( janrywang )

📝 Documents Changes

  1. docs(site): update controlled docs 👉 ( janrywang )

v2.0.0-rc.1(2021-08-13)

No Change Log

v2.0.0-rc.0(2021-08-13)

🪲 Bug Fixes

  1. fix(antd): fix form size=large bug (#1998) (#2008) 👉 ( Grapedge )

  2. fix(designable-next): fix style and support history (#2007) 👉 ( Grapedge )

  3. fix(next): fix range and transfer styles in FormItem 👉 ( janrywang )

  4. fix(next): fix config provider prefix bug (#2000) (#2002) 👉 ( Grapedge )

📝 Documents Changes

  1. docs(site): update form builder docs 👉 ( janrywang )

🌹 Improve code quality

  1. refactor(json-schema): use with statement for compiler 👉 ( janrywang )

😊 Other Changes

  1. chore(designable): add links 👉 ( janrywang )

v2.0.0-beta.89(2021-08-12)

🎉 Enhancements

  1. feat(designable-antd): support restrictSiblingsComponents (#1984) 👉 ( Janry )

🪲 Bug Fixes

  1. fix(next): fix node scss error (#1995) 👉 ( Janry )

  2. fix(reactive): fix dispose omission clean pendding reactions (#1994) 👉 ( Janry )

  3. fix(core): fix array nested remove (#1989) 👉 ( Janry )

  4. fix(vue): prop "scope" of SchemaField not work with x-reactions (#1976) 👉 ( 月落音阑 )

🌹 Improve code quality

  1. refactor(reactive): change model default batch annotation to action annotation 👉 ( janrywang )

🚧 Add/Update Test Cases

  1. test(core): add designable tests (#1972) 👉 ( Janry )

😊 Other Changes

  1. chore(docs): add antd-formily-boost link 👉 ( janrywang )

  2. chore(dn): update designable 👉 ( janrywang )

  3. chore(pkg): update package.json 👉 ( janrywang )

v2.0.0-beta.88(2021-08-09)

🎉 Enhancements

  1. feat(designable-antd): support HistoryWidget 👉 ( janrywang )

🪲 Bug Fixes

  1. fix(core): fix euqal initial empty value will trigger change (#1967) 👉 ( Janry )

  2. fix(antd/next): fix FormItem styles (#1966) 👉 ( Janry )

😊 Other Changes

  1. chore(designable): improve markup printer 👉 ( janrywang )

  2. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.87(2021-08-05)

😊 Other Changes

  1. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.86(2021-08-05)

🪲 Bug Fixes

  1. fix(next): fix mapStatus takeState 👉 ( janrywang )

  2. fix(antd): fix dark label color 👉 ( janrywang )

  3. fix(shared): fix applyMiddleware can not catch error (#1952) 👉 ( Janry )

  4. fix(next): fix FormItem vertical style (#1948) 👉 ( Lyca )

📝 Documents Changes

  1. docs(designable): add designable form docs 👉 ( janrywang )

  2. docs(site): improve home site contributors ui 👉 ( janrywang )

  3. docs(site): add serverless functions 👉 ( janrywang )

😊 Other Changes

  1. chore(core): improve heart 👉 ( janrywang )

  2. chore(designable): add save service to playground 👉 ( janrywang )

  3. chore(designable-antd): update locale namespace 👉 ( janrywang )

  4. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.85(2021-08-03)

🪲 Bug Fixes

  1. fix(next): add the default language when the language is undefined (#1939) 👉 ( Grapedge )

  2. fix(next/designable-antd): fix Select bug && designable-antd spelling error (#1934) 👉 ( Grapedge )

  3. fix(next): fix FormItem styles (#1916) 👉 ( Janry )

📝 Documents Changes

  1. docs(reactive): improve home page styles 👉 ( janrywang )

🌹 Improve code quality

  1. refactor(reactive): break change to redefine action semantics (#1930) 👉 ( Janry )

😊 Other Changes

  1. chore(designable-antd): upgrade designable 👉 ( janrywang )

  2. chore(ts): map @formily/* to src folder during development (#1917) 👉 ( [JuFeng Zhang](https://github.com/JuFeng Zhang) )

  3. chore(validator): improve validator (#1918) 👉 ( Janry )

  4. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.84(2021-07-31)

🎉 Enhancements

  1. feat(core): support field destroy method (#1895) 👉 ( Janry )

🪲 Bug Fixes

  1. fix(antd/next/element): fix array base addition default value (#1913) 👉 ( Janry )

  2. fix(core): fix setValues/setInitialValues array merge strategy 👉 ( janrywang )

  3. fix(next): fix size style in FormItem/main.scss && set default fullness true (#1908) 👉 ( Lyca )

  4. fix(element): fix protal destroy (#1898) 👉 ( Muyao )

  5. fix(designable-antd): add default name value 👉 ( janrywang )

📝 Documents Changes

  1. docs(site): improve home page 👉 ( janrywang )

  2. docs(site): update fragment linkage case 👉 ( janrywang )

🌹 Improve code quality

  1. refactor(element): refactor FormDialog/FormDrawer & refactor component export type (#1892) 👉 ( Muyao )

😊 Other Changes

  1. chore(dn): update dn 👉 ( janrywang )

  2. chore(designable-antd): switch to dark mode 👉 ( janrywang )

  3. chore(settings): improve ValidatorSetter ui 👉 ( janrywang )

v2.0.0-beta.83(2021-07-27)

🎉 Enhancements

  1. feat(antd/next): improve FormDialog/FormDrawer typings and api (#1886) 👉 ( Janry )

  2. feat(setters): add ValidatorSetter (#1885) 👉 ( Janry )

📝 Documents Changes

  1. docs(reactive): update translated docs 👉 ( janrywang )

😊 Other Changes

  1. chore(designable-setters): improve ui 👉 ( janrywang )

  2. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.82(2021-07-24)

🎉 Enhancements

  1. feat(element): update array-table component & doc (#1862) 👉 ( Muyao )

🌹 Improve code quality

  1. refactor(antd/core): refactor FormDialog/FormDrawer/Form.setValues/setInitialValues (#1876) 👉 ( Janry )

  2. refactor(shared): change applyMiddleware behavior (#1859) 👉 ( Janry )

🚧 Add/Update Test Cases

  1. test(reactive): optimize box test case (#1866) 👉 ( Zardddddd60 )

😊 Other Changes

  1. chore(flow): update release.yml 👉 ( janrywang )

v2.0.0-beta.81(2021-07-22)

🎉 Enhancements

  1. feat(element): add dialog & drawer component (#1841) 👉 ( Muyao )

  2. feat(next): optimize array-table validate style (#1837) 👉 ( 王大白 )

  3. feat(packages): add react 18 test cases (#1834) 👉 ( Janry )

🪲 Bug Fixes

  1. fix(react): fix select type validate error #1838 (#1844) 👉 ( 张威 )

  2. fix(antd): fix sideEffects mismatch when use babel-plugin-import (#1843) 👉 ( KM.Seven )

  3. fix(core): fix object field's children auto clean but they are not additionalProperty (#1840) 👉 ( Janry )

  4. fix(core): fix ArrayField operation will trigger memo leak (#1831) 👉 ( Janry )

  5. fix(path): fix segments match (#1826) 👉 ( 砂糖梨子 )

📝 Documents Changes

  1. docs(main): add schema fragment controlled case (#1852) 👉 ( Janry )

v2.0.0-beta.80(2021-07-19)

🎉 Enhancements

  1. feat(element): improve docs & add components (#1821) 👉 ( Muyao )

  2. feat(reactive): support autorun.memo/autorun.effect (#1819) 👉 ( Janry )

  3. feat(setters): support declaration to ReactionsSetter (#1805) 👉 ( Janry )

🪲 Bug Fixes

  1. fix(antd/next): form-grid and layout props optional with default value (#1809) 👉 ( gwsbhqt )

📝 Documents Changes

  1. docs(project): improve english docs 👉 ( janrywang )

  2. docs(project): add translated docs (#1822) 👉 ( Janry )

🌹 Improve code quality

  1. refactor(project): remove Formily.* use cases (#1820) 👉 ( Janry )

  2. refactor(designable-ant): expose upload component's textContent property in setting form (#1818) 👉 ( nekic )

😊 Other Changes

  1. chore(flow): update lint.yml 👉 ( Janry )

v2.0.0-beta.79(2021-07-15)

🎉 Enhancements

  1. feat(project): support bundle dts (#1796) 👉 ( Janry )

🪲 Bug Fixes

  1. fix(vue): fix field doesnt update correctly in designable mode (#1799) 👉 ( 月落音阑 )

😊 Other Changes

  1. chore(project): improve typings and fix typo (#1802) 👉 ( Janry )

v2.0.0-beta.78(2021-07-13)

🎉 Enhancements

  1. feat(form-dialog): add form dialog and form drawer oncancel return value (#1791) 👉 ( 张威 )

  2. feat(gitignore): support ignore .history directory (#1792) 👉 ( 张威 )

🪲 Bug Fixes

  1. fix(core): fix onFormValuesChange does not trigger with ArrayField initialValue (#1787) 👉 ( Janry )

😊 Other Changes

  1. chore(designable): fix build failed 👉 ( janrywang )

  2. chore(designable): improve ReactionsSetter ui 👉 ( janrywang )

v2.0.0-beta.77(2021-07-12)

🎉 Enhancements

  1. feat(setters): add ReactionsSetter (#1768) 👉 ( Janry )

  2. feat(antd): transfer compat label/value 👉 ( janrywang )

  3. feat(designable): add data source setter (#1746) 👉 ( CoCoManYY )

  4. feat(element): add element support (#1734) 👉 ( Muyao )

🪲 Bug Fixes

  1. fix(element): fix vuepress doc not identify fetch (#1769) 👉 ( Muyao )

  2. fix(element): add rollup external to fix element package size (#1766) 👉 ( Muyao )

  3. fix(antd/next): fix tooltip style incorrect of formitem (#1749) 👉 ( liuwei )

  4. fix(vue): fix x-content is not work with array type (#1754) 👉 ( Muyao )

  5. fix(core): fix array value changed but not auto clean node (#1742) 👉 ( Janry )

  6. fix(vue): fix vue typing (#1730) 👉 ( Muyao )

📝 Documents Changes

  1. docs(site): add designer link 👉 ( janrywang )

  2. docs(react): improve ObjectField demo code (#1727) 👉 ( 砂糖梨子 )

🛠️ Update Workflow Scripts

  1. build: fix build global may be failed (#1744) 👉 ( liuwei )

😊 Other Changes

  1. chore(site): add formily element link 👉 ( janrywang )

  2. chore(designable): upgrade 👉 ( janrywang )

  3. chore(setters): update locales 👉 ( janrywang )

  4. chore(setters): improve DataSourceSetter ui 👉 ( janrywang )

  5. chore(designable-antd): improve locales (#1758) 👉 ( Janry )

  6. chore(project): update readme 👉 ( janrywang )

v2.0.0-beta.76(2021-07-05)

🪲 Bug Fixes

  1. fix(reactive): fix Tracker memo leak in StrictMode (#1715) 👉 ( Janry )

v2.0.0-beta.75(2021-07-03)

😊 Other Changes

  1. chore(core): improve display model (#1713) 👉 ( Janry )

v2.0.0-beta.74(2021-07-03)

🎉 Enhancements

  1. feat(core): skip validate when parent.visible is equal hidden/none (#1712) 👉 ( Janry )

  2. feat(designable-antd): support markup schema view 👉 ( janrywang )

🪲 Bug Fixes

  1. fix(reactive): fix tracker recursive react (#1709) 👉 ( Janry )

  2. fix(json-schema): fix typo about transformer 👉 ( janrywang )

🛠️ Update Workflow Scripts

  1. build: fix git message sort incorrect (#1708) 👉 ( liuwei )

😊 Other Changes

  1. chore(designable-antd): upgrade designable 👉 ( janrywang )

v2.0.0-beta.73(2021-07-01)

🎉 Enhancements

  1. feat(vue): add components prop for schema-field (#1686) 👉 ( 月落音阑 )

🪲 Bug Fixes

  1. fix(reactive): fix Tracker in nested reaction (#1703) 👉 ( Janry )

  2. fix(core): fix lifecycle not working after call form.setXXX (#1699) 👉 ( liuwei )

  3. fix(core): fix array exchange with children (#1697) 👉 ( Janry )

  4. fix(json-schema): fix editable valid (#1679) 👉 ( febugcoder )

  5. fix(designable-antd): rename operationNpde to operationNode (#1681) 👉 ( Dark )

  6. fix(antd/next): fix event type incorrect of Submit (#1662) 👉 ( liuwei )

  7. fix(designable-antd): fix typings 👉 ( janrywang )

  8. fix(shared): fix defaults merge with null will get unexpect results #1644 👉 ( janrywang )

📝 Documents Changes

  1. docs(site): update links 👉 ( janrywang )

  2. docs(readme): add designable antd links 👉 ( janrywang )

🌹 Improve code quality

  1. refactor(json-schema): remove json-schema index type 👉 ( janrywang )

🛠️ Update Workflow Scripts

  1. build: add sourcemap support (#1687) 👉 ( liuwei )

🚧 Add/Update Test Cases

  1. test(core): nested reaction should recall the tracker (#1696) 👉 ( 小黄黄 )

😊 Other Changes

  1. chore(core): improve typings 👉 ( janrywang )

v2.0.0-beta.72(2021-06-25)

🎉 Enhancements

  1. feat(antd): improve Submit API (#1640) 👉 ( 后浪 )

🪲 Bug Fixes

  1. fix(antd/next): fix Editable is not work with babel-import-plugin #1645 👉 ( janrywang )

v2.0.0-beta.71(2021-06-24)

🪲 Bug Fixes

  1. fix(json-schema): fix throw timing for schema error 👉 ( janrywang )

  2. fix(json-schema): fix findComponent return unexpected result (#1625) 👉 ( liuwei )

📝 Documents Changes

  1. docs(core): fix HTML Anchor jump link (#1639) 👉 ( 后浪 )

  2. docs(json-schema): update json-schema docs 👉 ( janrywang )

🚧 Add/Update Test Cases

  1. test: update jest config (#1634) 👉 ( liuwei )

😊 Other Changes

  1. chore(designable-antd): improve playgroun ui 👉 ( janrywang )

v2.0.0-beta.70(2021-06-22)

🪲 Bug Fixes

  1. fix(antd/next): fix FormItem inherit priority #1624 👉 ( janrywang )

  2. fix(designable-antd): fix useDropTemplate 👉 ( janrywang )

📝 Documents Changes

  1. docs: issue helper add codesandbox template (#1623) 👉 ( liuwei )