Skip to content

Releases: 21TORR/StoryblokBundle

5.2.0

16 Apr 09:34
5.2.0
903320a

Choose a tag to compare

🎁 New Features

  • Add ContentApi::fetchFoldersInPath(), using a faster content api endpoint.
  • Add ContentApi::fetchFolderTitleMap(), using a faster content api endpoint.
  • Extract Storyblok asset URL parsing for AssetProxyUrlGenerator into a dedicated parser service with DTO.

✨ Improvements

  • Add allow_target_blank and allow_custom_attributes settings to LinkField.
  • Add allow_multiline setting to MarkdownField.
  • Add inline_label setting to BooleanField.
  • Add management API data tests for all field types.

👋 Deprecations

  • Deprecate ManagementApi::fetchFoldersInPath() in favor of ContentApi::fetchFoldersInPath().
  • Deprecate ManagementApi::fetchFolderTitleMap() in favor of ContentApi::fetchFolderTitleMap().

What's Changed

Full Changelog: 5.1.4...5.2.0

5.1.4

05 Mar 15:46
5.1.4
2a6e0c8

Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid pagination handling ManagementApi::sendPaginatedRequest().

What's Changed

  • Fix invalid pagination handling ManagementApi::sendPaginatedRequest() by @apfelbox in #200

Full Changelog: 5.1.3...5.1.4

5.1.3

04 Mar 20:10
5.1.3
97c3008

Choose a tag to compare

✨ Improvements

  • Add useDescriptionAsAlt settin in AssetField.

What's Changed

  • Add useDescriptionAsAlt settin in AssetField by @apfelbox in #199

Full Changelog: 5.1.2...5.1.3

5.1.2

04 Mar 13:46
5.1.2
39dd0f4

Choose a tag to compare

🐛 Bug Fixes

  • Consistently use strings for IDs from Storyblok.

What's Changed

  • Consistently use strings for IDs from Storyblok. by @apfelbox in #198

Full Changelog: 5.1.1...5.1.2

5.1.1

04 Mar 11:31
5.1.1
41cac6a

Choose a tag to compare

✨ Improvements

  • Add app validator to check that adapter keys are valid "snail"s.

🐛 Bug Fixes

  • Use the adapter key as the webhook token, not the space id.

What's Changed

  • Use the adapter key as the webhook token, not the space id by @apfelbox in #196
  • Add app validator to check for valid snails by @apfelbox in #197

Full Changelog: 5.1.0...5.1.1

5.1.0

04 Mar 10:38
5.1.0
f2dab62

Choose a tag to compare

🎁 New Features

  • Add StoryblokDefinitionsSyncedEvent.

✨ Improvements

  • Open up ManagementApi::sendRequest() to be public.

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

04 Mar 09:10
5.0.0
b53cbfb

Choose a tag to compare

💥 Breaking Changes

  • Remove global bundle config.
  • Remove global ContentApi and ManagementApi services, as well as some others.

🎁 New Features

  • Add ManagementApi::fetchAllAssets().
  • Add first support for private assets in the asset proxy.

✨ Improvements

  • Add all relevant getters for AssetData.

🐛 Bug Fixes

  • Always sort query parameters when sending content API requests.

What's Changed

New Contributors

Full Changelog: 3.21.1...5.0.0

5.0.0-beta.1

03 Mar 14:36
5.0.0-beta.1
2645d16

Choose a tag to compare

Release notes will be added in the stable 5.0 release.

3.21.3

02 Mar 14:15
3.21.3
2542e55

Choose a tag to compare

🐛 Bug Fixes

  • Properly support '0' in decimals and minValue option for NumberField

What's Changed

  • Allow '0' in decimals option for NumberField and add test for negative decimals by @michael-toporkov in #188

New Contributors

Full Changelog: 3.21.2...3.21.3

3.21.2

02 Mar 09:50
3.21.2
09e0b52

Choose a tag to compare

✨ Improvements

  • Support new config options minValue, maxValue, decimals and steps for NumberFields.

What's Changed

  • Support new config options minValue, maxValue, decimals and `st… by @apfelbox in #186

Full Changelog: 3.21.1...3.21.2