Releases: uiv-lib/uiv
Releases · uiv-lib/uiv
v0.37.0
v0.36.1
v1.0.0-alpha.1
Project-level changes:
- Lib moved from
wxsms/uiv
(person) touiv-lib/uiv
(org). - All bundles (esm, cjs, umd) are using
rollup
bundler andbuble
compiler by now (migrated from webpack & babel). Tests are passing so assumes that they works well. - Test engin migrated from
PhantomJs
toPuppeteer
. - Docs are move out from the project for slim purpose. Under the
uiv-lib
org too as well. v1 docs (https://uiv.wxsm.space) are rewitten with VuePress for better ue, v0 (https://uiv-v0.wxsm.space) are the same as the old one.
These changes are for better maintaining & developing for futhur versions, such as Vue 3 or Bootstrap 4.
Fixed
- [ScrollSpy] calc wrong offsets on content size changed.
Added
- [Affix] add event
unfix
andunfixed
.
BREAKING Changes
- [Tab] rename
after-change
tochanged
. - [Tab] deprecate
html-title
prop, use slot instead. - [Tabs] rename
transition-duration
totransition
. - [Popover/Tooltip] rename
transition-duration
totransition
. - [Modal] rename
transition-duration
totransition
. - [Collapse] rename
transition-duration
totransition
.