-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/egoist/saber/compare/[email protected]@0.3.0) (2019-05-11) | ||
|
||
### Bug Fixes | ||
|
||
- **saber-plugin-pwa:** read manifest.json from static folder ([52c22f5](https://github.com/egoist/saber/commit/52c22f5)) | ||
|
||
### Features | ||
|
||
- **saber-plugin-pwa:** add appleTouchIcon option ([594c1c3](https://github.com/egoist/saber/commit/594c1c3)) | ||
- **saber-plugin-pwa:** support apple-touch-icon ([b3e0f40](https://github.com/egoist/saber/commit/b3e0f40)) | ||
|
||
## [0.2.1](https://github.com/egoist/saber/compare/[email protected]@0.2.1) (2019-05-08) | ||
|
||
**Note:** Version bump only for package saber-plugin-pwa | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.3.0](https://github.com/egoist/saber/compare/[email protected]@0.3.0) (2019-05-11) | ||
|
||
### Bug Fixes | ||
|
||
- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead | ||
|
||
# [0.2.0](https://github.com/egoist/saber/compare/[email protected]@0.2.0) (2019-05-08) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber-plugin-query-posts", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"files": [ | ||
"lib" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.6.0](https://github.com/egoist/saber/compare/[email protected]@0.6.0) (2019-05-11) | ||
|
||
### Bug Fixes | ||
|
||
- frontmatter asset loading, fixes [#169](https://github.com/egoist/saber/issues/169) ([#170](https://github.com/egoist/saber/issues/170)) ([7ba1114](https://github.com/egoist/saber/commit/7ba1114)) | ||
- never add new properties to page.attributes ([d0ddafe](https://github.com/egoist/saber/commit/d0ddafe)) | ||
- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8)) | ||
- switch back to devalue for cyclical references support ([02e976b](https://github.com/egoist/saber/commit/02e976b)) | ||
|
||
### Features | ||
|
||
- prettify output page component ([992a6a3](https://github.com/egoist/saber/commit/992a6a3)) | ||
- remove trailing slash in permalink ([405157f](https://github.com/egoist/saber/commit/405157f)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead | ||
|
||
## [0.5.4](https://github.com/egoist/saber/compare/[email protected]@0.5.4) (2019-05-10) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"files": [ | ||
"bin", | ||
"lib", | ||
|