Releases: cloydlau/admate
Releases · cloydlau/admate
v1.0.0-beta.3
No significant changes
View changes on GitHub
v1.0.0-beta.2
🚨 Breaking Changes
View changes on GitHub
v1.0.0-beta.1
🚀 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)
View changes on GitHub
v1.0.0-beta.0
🚀 Features
View changes on GitHub
v1.0.0-alpha.2
v1.0.0-alpha.1
v1.0.0-alpha.0
v0.10.2
v0.10.1
🐞 Bug Fixes
- If
list.watchFilter
is disabled,getListProxy
is not called when deleting the last row of the current pagination - by @cloydlau (cdfeb)
View changes on GitHub
v0.10.0
🚨 Breaking Changes
- Support specifying the path of page number parameter, add
list.pageNumberAt
, removelist.pageNumberKey
- by @cloydlau (b670c)