Uiv Versions Save

Bootstrap 3 components implemented by Vue.js.

v2.0.6

1 year ago

What's Changed

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

Full Changelog: https://github.com/uiv-lib/uiv/compare/v2.0.5...v2.0.6

v1.4.3

1 year ago

v2.0.5

1 year ago

What's Changed

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

Full Changelog: https://github.com/uiv-lib/uiv/compare/v2.0.4...v2.0.5

v2.0.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uiv-lib/uiv/compare/v2.0.3...v2.0.4

v2.0.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uiv-lib/uiv/compare/v2.0.2...v2.0.3

v2.0.2

1 year ago

Fixed

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

v1.4.2

1 year ago

Fixed

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

v2.0.1

1 year ago

Fixed

  • i18n locales not available in npm package #753

v2.0.0

2 years ago

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

v2.0.0-alpha.2

2 years ago

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