Skip to content

Releases: pluginpal/strapi-plugin-config-sync

v1.0.0

16 Mar 21:23
Compare
Choose a tag to compare

Stable release 🎉

Changes:

  • Migrate <Text> component to <Typography> component (#46)
  • Disallow importing through the CLI when the /config/sync dir is empty
  • Move the admin page from the sidebar to the settings section

v1.0.0-beta.8

26 Jan 18:28
Compare
Choose a tag to compare

Fix issue in the bootstrap function

v1.0.0-beta.7

25 Jan 16:45
Compare
Choose a tag to compare

Disallow the importOnBootstrap setting to be used in the development env

v1.0.0-beta.6

25 Jan 10:07
Compare
Choose a tag to compare

Fixed advanced relation import (#42)

v1.0.0-beta.5

19 Jan 16:55
6a05393
Compare
Choose a tag to compare
  • Combined UID from multiple fields (#40) - @tilman

See documentation here:
https://github.com/boazpoolman/strapi-plugin-config-sync#uid

v1.0.0-beta.4

13 Jan 18:55
Compare
Choose a tag to compare
  • Fixed an issue with the importOnBootstrap setting.

v1.0.0-beta.3

07 Jan 11:53
Compare
Choose a tag to compare
  • Consistency in use of dependencies (#36)

v1.0.0-beta.2

07 Jan 09:21
Compare
Choose a tag to compare
  • Added tests for the CLI
  • Updated some dependencies
  • Added immutable and redux-immutable as a direct plugin dependency (#35)

v1.0.0-beta.1

29 Dec 01:23
Compare
Choose a tag to compare

New features 🎉

  • Sync custom types (#21)

Cleanup

  • Rewritten some of the plugin settings
  • Added logging for when you delete default roles (#12)
  • Allow excluding config with a wildcard (#10)

No more breaking changes leading up to the stable release. Only bugfixes.

v1.0.0-alpha.5

13 Dec 16:12
Compare
Choose a tag to compare

Fixed an issue with filenames containing more than 1 dot.
e.g. config-type.name-part-1.name-part-2