2019-2-23
- 🌟 Optimize the
Popover
Popconfirm
component arrow style. - 🐞 Fix using autoprefixer 9.4.5 in postcss (vue-cli) will throw an error
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed
. #471 - Tree
- 🐞 Fix
Modal.confirm
class
does not work.#475 - 🐞 Fix some TypeScript definitions.