v1.2.1
版本发布时间: 2021-08-09 05:15:58
epicmaxco/vuestic-ui最新发布版本:v1.10.0(2024-09-02 21:35:48)
Real good stuff
- Datepickers: With input and standalone.
- Tree shaking (allows to import only components you need, reducing bundle size): should work with vue-cli and vite (ssr) unless we messed something up :X.
Internal changes and smaller stuff
- We're gradually moving from mixins to composition API. That gives us good typing; also composables are easy to expand. Downside is the steep(er) learning curve :/.
- Docs tweaks (anchors, file structure, markdown tweaks).
- Simplify translations handling.
- Small fixes.