Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 93a4f3c

Browse files
author
Matt Levy
authored
Uplift npm packages (#25)
* Update npm packages * Move router config * Add uiv for navbar dropdown * Update templates
1 parent f4d0567 commit 93a4f3c

File tree

14 files changed

+756
-569
lines changed

14 files changed

+756
-569
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
## [v1.0.0] (2017-11-06)
4+
5+
**Features**
6+
7+
* Add [uiv](https://uiv.wxsm.space/) for navbar dropdown
8+
* Move router config to `router.ts` with dynamic imports
9+
* Uplift npm packages - Vue 2.5, Webpack 3.8, Typescript 2.6
10+
311
## [v0.10.0] (2017-11-06)
412

513
**Features**
@@ -116,6 +124,7 @@
116124
[#3]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/3
117125
[#2]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/2
118126
[#1]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/1
127+
[v1.0.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.10.0...v1.0.0
119128
[v0.10.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.9.0...v0.10.0
120129
[v0.9.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.8.0...v0.9.0
121130
[v0.8.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.7.1...v0.8.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A Vue, Webpack and Typescript setup with hot reload, unit testing, code coverage, sass and bundling/minification.
44
5-
> This template is for Vue 2.4. See the [changelog](CHANGELOG.md) for updates.
5+
> This template is for Vue 2.5. See the [changelog](CHANGELOG.md) for updates.
66
77
### Usage
88

0 commit comments

Comments
 (0)