Skip to content

Releases: uiv-lib/uiv

Release v2.0.6

06 May 02:49
Compare
Choose a tag to compare

What's Changed

fix: Btn component uses RouterLink component that is missing #803

Full Changelog: v2.0.5...v2.0.6

Release v1.4.3

06 May 01:44
Compare
Choose a tag to compare

fix #804

Full Changelog: v1.4.2...v1.4.3

Release v2.0.5

04 Jan 03:36
Compare
Choose a tag to compare

What's Changed

  • fix: Notifications overlap each other (close #789)

Full Changelog: v2.0.4...v2.0.5

Release v2.0.4

19 Sep 03:47
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency vite to v3.0.6 by @renovate in #762
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #763
  • chore(deps): update dependency @vue/vue3-jest to v29 by @renovate in #764
  • fix: setting initial value of activeIndex for Tabs by @mrtnmtth in #766

New Contributors

Full Changelog: v2.0.3...v2.0.4

Release v2.0.3

29 Jul 01:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

Release v2.0.2

28 Jul 09:27
Compare
Choose a tag to compare

Fixed

  • Dropdown menu appear out of screen with menu-right prop #758

Release v1.4.2

28 Jul 09:21
Compare
Choose a tag to compare

Fixed

  • Dropdown menu appear out of screen with menu-right prop #758

Release v2.0.1

21 Jul 09:11
Compare
Choose a tag to compare

Fixed

  • i18n locales not available in npm package #753

Release v2.0.0

09 Feb 07:13
Compare
Choose a tag to compare

2.0.0 (2022-02-09)

This is the version for Vue.js 3.x.

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

Release v2.0.0-alpha.2

13 Dec 03:16
Compare
Choose a tag to compare

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