v1.0.0-beta.1
Pre-release
Pre-release
github-actions
released this
20 Sep 14:04
·
9 commits
to main
since this release
🚀 Features
- Add property
form.title
- by @cloydlau (cd5af) - Add function
list.search
- by @cloydlau (436e3) - Add function
list.reset
&list.proxy.reset
- by @cloydlau (ff4fc)
🐞 Bug Fixes
- Entry module "src/index.js" is using named and default exports together. Consumers of your bundle will have to use
admate.default
to access the default export, which may not be what you want. Useoutput.exports: "named"
to disable this warning - by @cloydlau (67901)