Skip to content

Releases: uiv-lib/uiv

v0.37.0

10 Sep 02:01
Compare
Choose a tag to compare

Added

  • [MultiSelect] add scoped slot option

v0.36.1

20 Aug 06:25
Compare
Choose a tag to compare

Fixed

  • [Modal] If two modals share the same v-if condition the calculated z-index is incorrect, resulting in popover misbehaviour. (fixed #342)
  • [Popover] Popovers within nested modals do not appear on top (z-index issue). (fixed #341)

v1.0.0-alpha.1

24 Jul 08:58
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Project-level changes:

  • Lib moved from wxsms/uiv (person) to uiv-lib/uiv (org).
  • All bundles (esm, cjs, umd) are using rollup bundler and buble compiler by now (migrated from webpack & babel). Tests are passing so assumes that they works well.
  • Test engin migrated from PhantomJs to Puppeteer.
  • 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 and unfixed.

BREAKING Changes

  • [Tab] rename after-change to changed.
  • [Tab] deprecate html-title prop, use slot instead.
  • [Tabs] rename transition-duration to transition.
  • [Popover/Tooltip] rename transition-duration to transition.
  • [Modal] rename transition-duration to transition.
  • [Collapse] rename transition-duration to transition.

v0.36.0

11 Jul 01:43
Compare
Choose a tag to compare

Added:

  • [MessageBox] add prop reversButton (close #323)

v0.35.2

11 Jul 01:32
Compare
Choose a tag to compare

Fixed:

  • Neither scrolling nor dragging should close modal (#335) (fixed #334)

v0.35.1

20 May 07:29
Compare
Choose a tag to compare

Added better individual import.

v0.35.0

20 May 03:11
Compare
Choose a tag to compare

Added

  1. [Tab] Add hidden prop. (#308)
  2. [Tab] Add title slot (#320)

Fixed

  1. [MultiSelect] truncate long labels (#319)

v0.34.4

07 Apr 06:56
Compare
Choose a tag to compare

Fixed

  1. Fix tooltip directive runtime errors (#315)

v0.34.3

25 Feb 07:54
Compare
Choose a tag to compare

Fixed

  1. [ScrollSpy] v-scrollspy doesn't support dynamic arguments (element ids) (fixed #312)
  2. [Tooltip] Unable to get property 'getBoundingClientRect' of undefined or null reference (fixed #311)

v0.34.2

12 Nov 06:32
Compare
Choose a tag to compare

Fixed

  • [Modal] fix modal closed when cursor is released outside the modal (#285)