Skip to content

Release v2.0.0-alpha.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 03:16

2.0.0-alpha.2 (2021-12-13)

Documentation Changes
Bug Fixes
BREAKING CHANGES
  • update DOM apis, drop IE support (a376c88e)
  • use fetch api for internal ajax (b5057478)
  • drop support for browsers that do not support Promise. because Vue 3 does not support IE anymore. (d885db5a)
  • remove all components' locale prop (067a9f61)
  • DatePicker use script setup & remove locale prop (61e868d0)
Refactors
Tests