UNPKG

2.01 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.4](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2019-02-08)
7
8**Note:** Version bump only for package @nuxtjs/icon
9
10
11
12
13
14# [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)
15
16**Note:** Version bump only for package @nuxtjs/icon
17
18
19
20
21
22# [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)
23
24**Note:** Version bump only for package @nuxtjs/icon
25
26
27
28
29
30# [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)
31
32
33### Features
34
35* **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))
36
37
38
39
40
41# [3.0.0-beta.0](https://github.com/nuxt-community/pwa-module/compare/v2.6.0...v3.0.0-beta.0) (2019-02-04)
42
43
44### chore
45
46* only support nuxt.hook ([854d826](https://github.com/nuxt-community/pwa-module/commit/854d826))
47
48
49### Code Refactoring
50
51* use tapable hooks ([#103](https://github.com/nuxt-community/pwa-module/issues/103)) ([9f27d5c](https://github.com/nuxt-community/pwa-module/commit/9f27d5c))
52
53
54### Features
55
56* remove debug ([92ba73e](https://github.com/nuxt-community/pwa-module/commit/92ba73e))
57* **icon:** new options ([#126](https://github.com/nuxt-community/pwa-module/issues/126)) ([12e6576](https://github.com/nuxt-community/pwa-module/commit/12e6576))
58
59
60### BREAKING CHANGES
61
62* needs nuxt 2.x or later
63* webpack >= 4 (Nuxt >= 2) is required
64
65
66
67
68
69<a name="2.6.0"></a>
70# [2.6.0](https://github.com/nuxt-community/pwa-module/compare/v2.5.0...v2.6.0) (2018-09-21)
71
72
73### Features
74
75* **icon:** update to jimp 0.5.0 ([b071c4b](https://github.com/nuxt-community/pwa-module/commit/b071c4b))