@hippy/vue-router
Version:
Official router for hippy-vue
136 lines (50 loc) • 2.87 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.3.2](https://github.com/Tencent/Hippy/compare/3.3.2-rc.3...3.3.2) (2024-11-05)
**Note:** Version bump only for package @hippy/vue-router
## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)
**Note:** Version bump only for package @hippy/vue-router
# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)
**Note:** Version bump only for package @hippy/vue-router
## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)
**Note:** Version bump only for package @hippy/vue-router
## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)
**Note:** Version bump only for package @hippy/vue-router
# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)
### Bug Fixes
* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940))
## [2.1.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.1.1...2.1.2) (2020-11-23)
**Note:** Version bump only for package @hippy/vue-router
## [2.1.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.1.0...2.1.1) (2020-11-11)
**Note:** Version bump only for package @hippy/vue-router
# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.3...2.1.0) (2020-10-29)
**Note:** Version bump only for package @hippy/vue-router
## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.2...2.0.3) (2020-04-23)
**Note:** Version bump only for package @hippy/vue-router
## [2.0.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.1...2.0.2) (2020-03-18)
**Note:** Version bump only for package @hippy/vue-router
## 2.0.1 (2020-01-22)
### Change
* Rename to @hippy/vue-router.
## 2.0.0 (2019-12-18)
### Change
* Removed the npm namespace prefix '@tencent', restore to version 2.0.0, and make it public.
## 3.0.0-beta.5 (2019-04-12)
### Fixed
* Make BackAndroid event switch on later to make sure it works.
## 3.0.0-beta.4 (2019-04-08)
### Added
* Added BackAndroid event switch to hippy-vue-router.
## 3.0.0-beta.3 (2019-03-26)
### Fixed
* Fixed beforeAppExit() lifecycle this binding.
## 3.0.0-beta.2 (2019-03-26)
### Added
* Added disableAutoBack option for disable back button listner.
* Added beforeAppExit() lifecycle for exit confirmation.
## 3.0.0-beta.1 (2018-11-11)
### Added
* Based on vue-router 3.0.1.
* Initial completed hippy integration.
* Initial android hardware back button integration.