Skip to content

Releases: pluginpal/strapi-plugin-config-sync

v1.0.0-alpha.4

13 Dec 10:56
Compare
Choose a tag to compare
  • Small fix in the readme (@nihey)
  • Removed postinstall script for Windows support

v1.0.0-alpha.3

10 Dec 07:25
Compare
Choose a tag to compare

Dynamically use user-role & i18n-locale types based on their plugin dependency:

  • @strapi/plugin-users-permissions
  • @strapi/plugin-i18n

v1.0.0-alpha.2

09 Dec 21:18
Compare
Choose a tag to compare

v1.0.0-alpha.1

08 Dec 13:18
75197b9
Compare
Choose a tag to compare

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

05 May 20:37
Compare
Choose a tag to compare
  • Ignore the _id key in the exports #7

v0.1.5

10 Apr 15:42
b28f34f
Compare
Choose a tag to compare

Fix redux useSelector syntax

v0.1.4

27 Mar 20:57
b9e6a37
Compare
Choose a tag to compare
  • Track config deletions
  • Fix the exclude setting
  • Import/export the changes, not all config.
  • Bugfixes

v0.1.3

25 Mar 21:28
148a92e
Compare
Choose a tag to compare
  • Bugfixes

v0.1.2

24 Mar 23:08
a1704d0
Compare
Choose a tag to compare
  • Fix export controller when autoReload is enabled.

v0.1.1

24 Mar 21:33
Compare
Choose a tag to compare
  • Handle initial export in the admin page