Releases: pluginpal/strapi-plugin-config-sync
Releases · pluginpal/strapi-plugin-config-sync
v1.0.0-alpha.4
- Small fix in the readme (@nihey)
- Removed
postinstall
script for Windows support
v1.0.0-alpha.3
Dynamically use user-role
& i18n-locale
types based on their plugin dependency:
@strapi/plugin-users-permissions
@strapi/plugin-i18n
v1.0.0-alpha.2
Fixed #30
v1.0.0-alpha.1
Strapi v4 is here!
New features 🎉
- Strapi v4 support
- Fully featured CLI (#19)
- Partial import/export (#22)
- Managed access to admin page (#24)
- Cleanup & future proofing
Bug fixes 🐛
- Issue with the
i18n
plugin is fixed (#8) - Windows support (#14)
- Async/await issue with import on bootstrap (#17)
Miscellaneous 🥇
- Eslint linting
- Jest tests
- Github actions for linting & tests
- Codecov
- Code of Conduct
- Contributing guidelines
- Issue & PR templates
v0.1.6
v0.1.5
Fix redux useSelector syntax
v0.1.4
- Track config deletions
- Fix the exclude setting
- Import/export the changes, not all config.
- Bugfixes
v0.1.3
- Bugfixes
v0.1.2
- Fix export controller when autoReload is enabled.
v0.1.1
- Handle initial export in the admin page