Skip to content

Releases: cloydlau/admate

v1.0.0-beta.3

11 Oct 11:21
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v1.0.0-beta.2

25 Sep 15:55
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

   🚨 Breaking Changes

    View changes on GitHub

v1.0.0-beta.1

20 Sep 14:04
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

   🚀 Features

   🐞 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. Use output.exports: "named" to disable this warning  -  by @cloydlau (67901)
    View changes on GitHub

v1.0.0-beta.0

14 Aug 09:23
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

   🚀 Features

  • Support the case where axiosConfig.urlPrefix is empty  -  by @cloydlau (6e492)
    View changes on GitHub

v1.0.0-alpha.2

13 Aug 08:30
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.1

13 Aug 02:02
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-alpha.0

12 Aug 13:53
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

   🚨 Breaking Changes

    View changes on GitHub

v0.10.2

01 Aug 07:34
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • ./dist/admate.mjs and ./dist/admate.umd.js do not exist  -  by @cloydlau (83236)
    View changes on GitHub

v0.10.1

01 Aug 07:04
Compare
Choose a tag to compare

   🐞 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

29 Jan 08:53
Compare
Choose a tag to compare

   🚨 Breaking Changes

  • Support specifying the path of page number parameter, add list.pageNumberAt, remove list.pageNumberKey  -  by @cloydlau (b670c)
    View changes on GitHub