UNPKG

2.53 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# [3.0.0-beta.8](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2019-02-18)
7
8**Note:** Version bump only for package @nuxtjs/icon
9
10
11
12
13
14# [3.0.0-beta.7](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.6...v3.0.0-beta.7) (2019-02-17)
15
16**Note:** Version bump only for package @nuxtjs/icon
17
18
19
20
21
22# [3.0.0-beta.6](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2019-02-08)
23
24**Note:** Version bump only for package @nuxtjs/icon
25
26
27
28
29
30# [3.0.0-beta.5](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.3...v3.0.0-beta.5) (2019-02-08)
31
32**Note:** Version bump only for package @nuxtjs/icon
33
34
35
36
37
38# [3.0.0-beta.3](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2019-02-07)
39
40**Note:** Version bump only for package @nuxtjs/icon
41
42
43
44
45
46# [3.0.0-beta.2](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2019-02-07)
47
48**Note:** Version bump only for package @nuxtjs/icon
49
50
51
52
53
54# [3.0.0-beta.1](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2019-02-07)
55
56
57### Features
58
59* **icon:** allow reading icon from assetc/icon.png ([#29](https://github.com/nuxt-community/pwa-module/issues/29)) ([9e0fde3](https://github.com/nuxt-community/pwa-module/commit/9e0fde3))
60
61
62
63
64
65# [3.0.0-beta.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)
66
67
68### chore
69
70* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))
71
72
73### Code Refactoring
74
75* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))
76
77
78### Features
79
80* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))
81* **icon:** new options ([#126](https://github.com/nuxt-community/pwa-module/issues/126)) ([12e6576](https://github.com/nuxt-community/pwa-module/commit/12e6576))
82
83
84### BREAKING CHANGES
85
86* needs nuxt 2.x or later
87* webpack >= 4 (Nuxt >= 2) is required
88
89
90
91
92
93<a name="2.6.0"></a>
94# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)
95
96
97### Features
98
99* **icon:** update to jimp 0.5.0 ([b071c4b](https://github.com/nuxt-community/pwa-module/commit/b071c4b))