-
Notifications
You must be signed in to change notification settings - Fork 27
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
4 changed files
with
104 additions
and
39 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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Changelog | ||
|
||
## key | ||
|
||
Changelog entries are classified using the following labels _(from [keep-a-changelog][]_): | ||
|
||
- `added`: for new features | ||
- `changed`: for changes in existing functionality | ||
- `deprecated`: for once-stable features removed in upcoming releases | ||
- `removed`: for deprecated features removed in this release | ||
- `fixed`: for any bug fixes | ||
|
||
## [0.1.4] - 2020-12-22 | ||
|
||
### Changed | ||
|
||
- Notifications settings to use `.toggle()`, see [strapi api](https://strapi.io/documentation/developer-docs/latest/plugin-development/frontend-development.html#api) for more information [[e066cac](https://github.com/danestves/strapi-plugin-preview-content/commit/e066cac)] | ||
|
||
## [0.1.3] - 2020-12-21 | ||
|
||
### Fixed | ||
|
||
- Function to creatr or update the settings [[be947f5](https://github.com/danestves/strapi-plugin-preview-content/commit/be947f5)] | ||
|
||
## [0.1.0] - 2020-12-21 | ||
|
||
### Fixed | ||
|
||
- Import lodash in service [[4bf38ef](https://github.com/danestves/strapi-plugin-preview-content/commit/4bf38ef)] | ||
|
||
## [0.0.8] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- Get preview url from database [[9a2176f](https://github.com/danestves/strapi-plugin-preview-content/commit/9a2176f)] | ||
|
||
### Fixed | ||
|
||
- Missing translations `en` [[c2e25e2](https://github.com/danestves/strapi-plugin-preview-content/commit/c2e25e2)] | ||
|
||
## [0.0.6] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- Support for models in `npm` [[0ddb702](https://github.com/danestves/strapi-plugin-preview-content/commit/0ddb702)] | ||
|
||
## [0.0.5] - 2020-12-21 | ||
|
||
### Removed | ||
|
||
- Deleting packages not needed [[1200b81](https://github.com/danestves/strapi-plugin-preview-content/commit/1200b81)] | ||
|
||
## [0.0.4] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- Script to compile and ignore files in `.gitignore` [[aaa5bed](https://github.com/danestves/strapi-plugin-preview-content/commit/aaa5bed)] | ||
|
||
## [0.0.3] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- Support for Strapi 3.4 files [[669f535](https://github.com/danestves/strapi-plugin-preview-content/commit/669f535)] | ||
|
||
## [0.0.2] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- All routes with initial vanilla javascript [[8b099b4](https://github.com/danestves/strapi-plugin-preview-content/commit/8b099b4)] | ||
- TypeScript support for all the plugin [[d51b9f0](https://github.com/danestves/strapi-plugin-preview-content/commit/d51b9f0)] | ||
|
||
## Fixed | ||
|
||
- Empty strapi package [[9ff05cf](https://github.com/danestves/strapi-plugin-preview-content/commit/9ff05cf)] | ||
|
||
## [0.0.1] - 2020-12-21 | ||
|
||
### Added | ||
|
||
- Init repository with basic funcionality [[9a1ce22](https://github.com/danestves/strapi-plugin-preview-content/commit/9a1ce22)] | ||
|
||
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog |
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
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