Skip to content

Latest commit

 

History

History
244 lines (133 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

244 lines (133 loc) · 11.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.8 (2025-01-17)

Bug Fixes

  • use correct revision id on latest_version route (5f27eed)

2.0.7 (2024-09-09)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

2.0.6 (2024-05-10)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

2.0.5 (2024-05-09)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.4 (2023-08-24)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.3 (2023-05-30)

Bug Fixes

  • catch the UndefinedLinkTemplateException when generating the preview link (3aaac4d)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.2 (2023-05-25)

Bug Fixes

  • remove the deprecated EXTERNAL_PREVIEW_BASE_URL env var check (9af4e6c)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.1 (2023-03-23)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2023-02-02)

  • feat(silverback_external_preview)!: update preview links to use new __preview path on the frontend (fd22061)

BREAKING CHANGES

  • preview and live hosts are Drupal config settings, rather than ENV vars.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.4 (2023-01-30)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.3 (2023-01-24)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.3.2 (2022-08-16)

Bug Fixes

  • preview entity url language prefix (6d761eb)

1.3.1 (2022-07-11)

Bug Fixes

  • make external preview computed field private by default (80e0a20)
  • typo (5ef654a)

1.3.0 (2022-07-07)

Features

  • add hook_silverback_external_preview_entity_url_alter() (994d987)
  • add unpublished preview url, fix tempstore id with no langcode (5539783)

1.2.1 (2022-07-05)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.2.0 (2022-06-28)

Bug Fixes

Features

1.1.12 (2022-06-16)

Bug Fixes

  • external_preview: get entity from last index in route match param array instead of first (ff12637)

1.1.11 (2022-06-16)

Bug Fixes

  • external_preview: resolve fatal error on frontend (10ee0d5)

1.1.10 (2022-06-16)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.1.9 (2022-06-16)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.1.8 (2022-06-15)

Bug Fixes

  • external_preview: replace preview tempstore path with content entity id as key_value key (34300b9)

1.1.7 (2022-04-21)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.1.6 (2022-04-20)

Bug Fixes

  • silverback_external_preview: preview button caching (45a2c19)

1.1.5 (2022-04-12)

Bug Fixes

  • set external preview toolbar item to cache based on URL (296218a)

1.1.4 (2021-12-27)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.1.3 (2021-10-18)

Bug Fixes

  • restrict preview link to content entity types only (feb1134)

1.1.2 (2021-10-11)

Note: Version bump only for package @-amazeelabs/silverback_external_preview

1.1.1 (2021-07-15)

Bug Fixes

  • gatsby: style preview button label with higher precedence (2fbea36)
  • gatsby: trim trailing slashes from preview base urls (9bc52e6)

1.1.0 (2021-07-15)

Bug Fixes

  • gatsby: add missing module dependency to preview module (5eedac3)

Features

  • slb-144: initial work on toolbar external preview button (b6bc050)