Changelog entries are classified using the following labels (from keep-a-changelog):
added
: for new featureschanged
: for changes in existing functionalitydeprecated
: for once-stable features removed in upcoming releasesremoved
: for deprecated features removed in this releasefixed
: for any bug fixes
- Updated existing and added missing German translations
- Optimized images
min-width
for Preview button
- Metadata for
package.json
- Diff in README
- Links in docs
- Imafes not showing in npmjs
- Documentation in README, code of conduct
- Function of
createdOrUpdate
not needed
strapi-files
to integrate in the project
- Plugin settings directly in
core_store
- Models not needed
- Connection with database
- Change all
strapi.notification.config()
tostrapi.notification.toggle()
[4a081b7]
- Notifications settings to use
.config()
, see strapi api for more information [e066cac]
- Function to creatr or update the settings [be947f5]
- Import lodash in service [4bf38ef]
- Get preview url from database [9a2176f]
- Missing translations
en
[c2e25e2]
- Support for models in
npm
[0ddb702]
- Deleting packages not needed [1200b81]
- Script to compile and ignore files in
.gitignore
[aaa5bed]
- Support for Strapi 3.4 files [669f535]
- All routes with initial vanilla javascript [8b099b4]
- TypeScript support for all the plugin [d51b9f0]
- Empty strapi package [9ff05cf]
- Init repository with basic funcionality [9a1ce22]