Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

formily

Alibaba unified form solution.
Collective - Host: opensource - https://opencollective.com/formily - Website: https://formilyjs.org - Code: https://github.com/alibaba/formily

feat(core): support controlled mode for lowcode

github.com/alibaba/formily - c45c751055ae2e391f245b45eff9cf0a4ce799e3 authored over 3 years ago
feat(core): support controlled property

github.com/alibaba/formily - cd8fa4149bfdc305acc747aac8f8dd59afd2c0a8 authored over 3 years ago
feat(antd/next): improve code

github.com/alibaba/formily - 731e51f8beb174e9274749075f31472158d2a9a9 authored over 3 years ago
feat(antd/next): remove toFieldProps

github.com/alibaba/formily - edf078dafc6bd1654e055ed7e1af38c664d4575b authored over 3 years ago
chore(publish): v2.0.0-beta.50

github.com/alibaba/formily - 967f316d0e341a8320c7c097de67c9d84811aeae authored over 3 years ago
fix(antd/next): fix layout context

github.com/alibaba/formily - 1bb9f1a03d915436e82935d50927dfebfa23e79c authored over 3 years ago
Revert "refactor(antd/next): change the way of FormLayout pass context (#1417)" (#1437)

This reverts commit ead62fe02d4f44819738ea198d4fc15ed92ff229.

github.com/alibaba/formily - fbfab1cfdfaf7b05fbba7a3d8465ce5242354f7f authored over 3 years ago
chore(publish): v2.0.0-beta.49

github.com/alibaba/formily - d52eee01c1f9d14179be770fe736bed147e78184 authored over 3 years ago
feat(vue): improve typings and docs(#1433)

* fix(vue): 修复@formily/vue部分组件类型推断不正确的问题

* fix(vue): 修复文档报错问题

* feat(vue): support events ...

github.com/alibaba/formily - fc5d66500c63efbb31a00b89290fe99a901c6b5e authored over 3 years ago
refactor(core): modify IFormState type (#1434)

github.com/alibaba/formily - 57a7ea37bb12013f3abe2dc72a6c1062862b6f18 authored over 3 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - 3f78ec57fc47b6072cdf356149971677f9f7f802 authored over 3 years ago
perf(json-schema): improve performace and fix sahred schema ref

github.com/alibaba/formily - d4e93357b3e21516bdc6b1fe5d415a54d3ac2914 authored over 3 years ago
feat(.md): Form => FormLayout (#1427)

github.com/alibaba/formily - 2501e72fd6ca50b996b936588662ee30e7a636c6 authored over 3 years ago
fix(core): fix empty checker in intialFieldValue

github.com/alibaba/formily - 7db3417947f42101640aa2ce934a03de3d0b77e6 authored over 3 years ago
chore(publish): v2.0.0-beta.48

github.com/alibaba/formily - f4399c01da1085d0091aa1f1a9a1f3f3e813d74d authored over 3 years ago
refactor(react-reactive): change the way of observer function pass ref (#1422)

github.com/alibaba/formily - 8215f5e56bea6bc11f48dd7057398ef404e46700 authored over 3 years ago
refactor(antd/next): change the way of FormLayout pass context (#1417)

github.com/alibaba/formily - ead62fe02d4f44819738ea198d4fc15ed92ff229 authored over 3 years ago
Update .umirc.js

github.com/alibaba/formily - 612f30f2fdbf73a833f249be4effc8d1ad65a69b authored over 3 years ago
fix(core): fix the effects of IFormProps losing generic type (#1418)

github.com/alibaba/formily - ee8d118de71070b6ce03ed076508737b5cc4a634 authored over 3 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - e79d0a3d5575d0df20fbbc5e5e40b52161cca2ef authored over 3 years ago
fix(antd/next): fix #1407

github.com/alibaba/formily - aaa08a3b035fa396ad3d92f9af34f22343c65dcc authored over 3 years ago
feat(core): createForm supports generic type (#1403)

github.com/alibaba/formily - e73cea1fc848cfc164a8e3a206210858820eb550 authored over 3 years ago
feat(core): add generic type support for form (#1400)

* feat(core): Form get/set state keep generic type

* feat(react): useForm supports generic type

github.com/alibaba/formily - 29ef93f15dc73470d1ffeab40561208c8e282866 authored over 3 years ago
fix(antd/next): fix form-item styles

github.com/alibaba/formily - 885421723569a611b56bb4f65c3d34fe9a2187f9 authored over 3 years ago
fix(antd/next): fix form-item styles

github.com/alibaba/formily - fe8dab35ae34c6eb1991e6b2ee45eb08265a67b4 authored over 3 years ago
fix(json-schema): fix defaultValue was filter by transformer

github.com/alibaba/formily - 091ca0d25738926d573e624922304744f0fe7c1c authored over 3 years ago
chore(publish): v2.0.0-beta.47

github.com/alibaba/formily - 5732eaffdc067b03043e3200231ab762038be386 authored over 3 years ago
fix(antd/next): fix typings

github.com/alibaba/formily - b8a6ddef027f74280a84631cd4c4f96037b82fa5 authored over 3 years ago
fix(antd/next): fix typings

github.com/alibaba/formily - 1049fe58fd1ae4a222654a6cbf6f889fa3cf8ad0 authored over 3 years ago
perf(reactive): improve toJS performace

github.com/alibaba/formily - 01922f5d70ae9d983465fbdd4bb1fc90549ee0ee authored over 3 years ago
chore(publish): v2.0.0-beta.46

github.com/alibaba/formily - 6cae76f7fec679ae765aa32b5b586e58c4eb1cd9 authored over 3 years ago
fix(core/reactive): fix toJS and initialValue assign value

github.com/alibaba/formily - 1d6c473663ab89dab2c2d1001f791e644acbcf28 authored over 3 years ago
fix(antd): fix typings

github.com/alibaba/formily - 581db2314ad7fd7c6ea526300df1bc4aec83001e authored over 3 years ago
fix(antd): fix typings

github.com/alibaba/formily - c421c6982a3aa923ac0c0dd312daef886cb28d19 authored over 3 years ago
fix(react): fix createSchemaField empty options

github.com/alibaba/formily - 165637331b3a39a27c42a4af5beedbd9cbdd8fbb authored over 3 years ago
chore(publish): v2.0.0-beta.45

github.com/alibaba/formily - 8e37d5dd05474311d80ac5ac4f13c77530cb613b authored over 3 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - d2354bd40228a98a7d236a4bc07483772cf4e58f authored over 3 years ago
fix Form.submit miss return values (#1382)

github.com/alibaba/formily - 57c2c1b3657f9b746183e6b78ff9e4edebdddadd authored over 3 years ago
docs(core): update docs

github.com/alibaba/formily - 2df524828099b2ec0b9d66ef62873f8094683c7d authored over 3 years ago
feat(react): support scope components api for SchemaField

github.com/alibaba/formily - 307e88facf7d22907579fb81e8968baf9bb4fd22 authored over 3 years ago
fix(antd): fix antd form-item dark label color (#1391)

github.com/alibaba/formily - b6ac9f2b14e766c23221138716ff6710e93131cf authored over 3 years ago
fix(doc): fix next doc (#1385)

github.com/alibaba/formily - 77e2c4860010d96343d10af46a4d28a44dd7d4cd authored over 3 years ago
feat(next): improve styles

github.com/alibaba/formily - bce90958481482b189ec45f07d1d4934e2e8d815 authored over 3 years ago
feat(antd): improve styles

github.com/alibaba/formily - 8da6b9c23708f24b14c036f56d2e276fe6f127af authored over 3 years ago
chore(publish): v2.0.0-beta.44

github.com/alibaba/formily - 521edaf63a80bdb8d8eb1b8a74d099c9238cfa19 authored over 3 years ago
feat(next): improve form-item styles

github.com/alibaba/formily - 315c314177f55d78c4ad8b8a659c18a4cd701385 authored over 3 years ago
feat(antd/next): support text toolip style

github.com/alibaba/formily - 756be19d006dae649481e1596f28d41fcfced64c authored over 3 years ago
feat: url regexp support /?a=1 and ?a=1 (#1374)

github.com/alibaba/formily - 4fed62462e67f8385a52b4d7aa97fec5f0b6b266 authored over 3 years ago
fix(antd/next): fix the feedbackLayout type definition error of the form-layout (#1372)

github.com/alibaba/formily - 3c5f6f7c3c664fd565eb30b97449d7b7b7995cc2 authored over 3 years ago
fix json-schema SchemaReaction type error (#1367)

* fix(json-schema): fix SchemaReaction#dependencies type error

* fix(json-schema): fix Schema...

github.com/alibaba/formily - adae3da5f0a7625e6e7470244a276e4587d6ef24 authored over 3 years ago
chore(publish): v2.0.0-beta.43

github.com/alibaba/formily - c896afc92cd1d96dbab4c27406853e506c965e97 authored over 3 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - d9e31eded920084e7fa828440c8b10cfefa7caeb authored over 3 years ago
fix(core): fix initialValue empty string is not work

github.com/alibaba/formily - eb7562c89ab7091dbf4a2c984509ab9350f3544d authored over 3 years ago
perf(reactive): improve performance

github.com/alibaba/formily - 47c9e46b1328227e93ec3c2d20e1152a6d4e1018 authored over 3 years ago
perf(reactive): improve performance

github.com/alibaba/formily - 9a0073cea37c226c1cda24b6624814a61dcafc0f authored over 3 years ago
perf(reactive): improve performance

github.com/alibaba/formily - b1be0fa32f2f19b5e9b642c6a2468cc838136366 authored over 3 years ago
Update Form.md

github.com/alibaba/formily - aab3ad5c642a4a3921d8aad32a4a73c6a1482d0b authored over 3 years ago
fix(antd/next): fix missing key in form-collapse map render (#1356)

github.com/alibaba/formily - be8b1c75ab27eb422a312083ac7ef862860dabd7 authored over 3 years ago
Merge branch 'formily_perf' into formily_next

github.com/alibaba/formily - 6025ff6aabbee3d33f08ac81f67b43c01b5e24c9 authored over 3 years ago
refactor(reactive): add benchmark scripts

github.com/alibaba/formily - 6954a1fb972e950f6a7e6cab627a19e2346efb9a authored over 3 years ago
perf(reactive): improve performace

github.com/alibaba/formily - 18a748834d5c23e5660d3407fdc0fa27555f4fe6 authored over 3 years ago
fix(antd/next): fix typings import (#1340)

github.com/alibaba/formily - 75d7af2ba327de0b4c64d3a7d1cd845773c52b24 authored over 3 years ago
chore(publish): v2.0.0-beta.42

github.com/alibaba/formily - 93f5e7d6ba777bee901e4df57a682b87d0450027 authored over 3 years ago
refactor(project): update deps declaration

github.com/alibaba/formily - 0b846317b21d02a0b7c529d7ea0b4e0cb968ed86 authored over 3 years ago
fix(reactive): fix action binding context

github.com/alibaba/formily - 7a42eb69ac0e3e307f515694425b3aa689de883a authored over 3 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - f10f45a6c2bd836f0d80956598203744d3f3a2ea authored over 3 years ago
feat(shared): remove isValidElement types dependency

github.com/alibaba/formily - b649228fa5a4a05cb959c4fac72f42a1ff348f48 authored over 3 years ago
feat(antd/next): export FormGrid props interface (#1327)

github.com/alibaba/formily - 733f7c2657112305277040ffb503e5c5ac03df88 authored over 3 years ago
chore: improve github pull request template (#1328)

github.com/alibaba/formily - 353e87a7dc8a2d5ee2598f94c45af920656e9dc0 authored over 3 years ago
feat(react): add context cleaner to FormProvider

github.com/alibaba/formily - b1eab98a779051ac403b0825b2217ce23467a744 authored almost 4 years ago
chore(publish): v2.0.0-beta.41

github.com/alibaba/formily - 4fef95af22bd0fe044ecdbcf35446ffba288150e authored almost 4 years ago
fix(reactive-react): fix browser crash in strict-mode async linkages scence

github.com/alibaba/formily - feb648752f63ab191927d29412c71b334941a33a authored almost 4 years ago
test(core): add some tests

github.com/alibaba/formily - 6bb3bedab25f6ac06dbc96da5ff8c40540b0d15d authored almost 4 years ago
chore(publish): v2.0.0-beta.40

github.com/alibaba/formily - 105bc6a3bbd6e39851d3c8f498bf3a6c30088b48 authored almost 4 years ago
fix(reactive-react): fix browser crash in strict-mode async linkages scence

github.com/alibaba/formily - aebc09355d5af702a06ffe21fb1fed76bb36a472 authored almost 4 years ago
chore(publish): v2.0.0-beta.39

github.com/alibaba/formily - 98d08c674fc139d1e18a8a0cbc46d276ae66180c authored almost 4 years ago
fix(core): fix initialValues merge strategy

github.com/alibaba/formily - c9ccd709b670272de7953b1849591c634a42c2c7 authored almost 4 years ago
chore(publish): v2.0.0-beta.38

github.com/alibaba/formily - 1560d4716ea85558275f19afeabf586b561c9924 authored almost 4 years ago
fix(next): fix scss variables

github.com/alibaba/formily - c99a380eccc8f52b7dc5a37db77573f6c4329589 authored almost 4 years ago
docs(next): update docs

github.com/alibaba/formily - 645666d7cf370162748dbccb19bb8a3d750ed46e authored almost 4 years ago
chore(publish): v2.0.0-beta.37

github.com/alibaba/formily - ccc814c2361783a36b07ef9aeba5071b75ae8549 authored almost 4 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - c0dab10eb4809e9bcdf6e5526fae3094913a950a authored almost 4 years ago
fix(next): fix scss variables

github.com/alibaba/formily - 3d01b8fe36e37322ab395952f3583998e0b387a0 authored almost 4 years ago
docs(react): improve schema static declarations document (#1310)

github.com/alibaba/formily - 02aee29f785abb0ad26cbfc3ca9c7e9f2ec3c175 authored almost 4 years ago
fix(antd&next): `false` should be a valid value in `PreviewText.Select` (#1297)

github.com/alibaba/formily - 388288ae5ee38e65efc0af6e368f244d2cf853b8 authored almost 4 years ago
chore(publish): v2.0.0-beta.36

github.com/alibaba/formily - 132bbe4d596a6816b1bb65f21ac69e5fcdd29b32 authored almost 4 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - b3c8e486d5f1c5d0367e3ede975b85d068e0ad72 authored almost 4 years ago
feat(json-schema): add registerPolyfills/enablePolyfills api

github.com/alibaba/formily - fd5eac5f1a1c38fe6e3687a9cce664c621fea7c0 authored almost 4 years ago
Merge pull request #1290 from hashplus/patch-1

Update connect.ts

github.com/alibaba/formily - bc58bf4131beeef95c67f34dd308e9c985d060fc authored almost 4 years ago
fix(vue): mapProps、mapReadPretty listeners bug

github.com/alibaba/formily - b5f39ce0c3422b5d108e5772971fdb36408e4cf8 authored almost 4 years ago
chore(publish): v2.0.0-beta.35

github.com/alibaba/formily - 600449ec091bf0e85ce21dca0d01d557d5a06ee0 authored almost 4 years ago
Merge branch 'formily_next' of github.com:alibaba/uform into formily_next

github.com/alibaba/formily - 61b6a3b5b2befbe457cf8b8edf9fa320e319ec63 authored almost 4 years ago
fix(array-table): give toFieldProps an options

github.com/alibaba/formily - edf3cab210216b02b1d8b38e0f08a438efe2da7e authored almost 4 years ago
Feat vue3 observer (#1285)

* feat(vue): add vue3 observer support

* feat(vue): update observer

* feat(vue): update do...

github.com/alibaba/formily - 02abd5ba833f9b4bf3e03caeff33f2a52258869a authored almost 4 years ago
docs(antd): fix antd time picker ref (#1282)

github.com/alibaba/formily - affa40c44b580d51bb82aa36136925da82a70f0c authored almost 4 years ago
refactor(project): update version scripts

github.com/alibaba/formily - 84c28f289d25c527d596c18028c7329ffad30bd4 authored almost 4 years ago
chore(publish): v2.0.0-beta.34

github.com/alibaba/formily - 7b4e171dafff94d03b8c3cd308be7d5d265f16a4 authored almost 4 years ago
refactor(project): add deps version lock

github.com/alibaba/formily - c86818b42f96dca121d99777c20f48e702f4bb94 authored almost 4 years ago
feat(json-schema): add error when x-component can not found

github.com/alibaba/formily - 8bc884b3af3704e47c904f1161d146808229cb20 authored almost 4 years ago
fix(next): fix textarea status map

github.com/alibaba/formily - ffb52a7cf460a2497a33cac47875ae9c5e57ef53 authored almost 4 years ago