Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 5.16 KB

CHANGELOG.md

File metadata and controls

86 lines (46 loc) · 5.16 KB

📓 Changelog

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

1.3.2 (2024-06-07)

Reverts

  • Revert "fix: set default type to "internal" if it's somehow missing (#10)" (#16) (43d4cc0), closes #10 #16

1.3.1 (2024-06-07)

Bug Fixes

  • allow initiating plugin with no options object (#15) (ad969ff)

1.3.0 (2024-06-04)

Features

  • allow hrefResolver to return UrlObject instead of string (cdc90d9)

1.2.2 (2024-06-04)

Bug Fixes

  • regression from 1.2.1 when internal links cannot be resolved (2e0b0eb)

1.2.1 (2024-06-04)

Bug Fixes

  • avoid double leading slashes in default href resolver (b9fa67a)
  • correct dependencies in package.json to avoid 3rd party code in bundle (=smaller Studio bundle) (b87f200)
  • properly include URL parameters and anchors for internal links (7707a13)

1.2.0 (2024-05-31)

Features

  • allow passing filter options to the reference field, and add the option to use weak references (2d441a7)

1.1.3 (2024-05-06)

Bug Fixes

  • set default type to "internal" if it's somehow missing (#10) (4f9ec69)

1.1.2 (2024-05-06)

Bug Fixes

  • don't crash when interacting with empty link field (#9) (cca4a6f)

1.1.1 (2024-04-22)

Bug Fixes

  • adjust types throughout and add missing ones (09cadb4)
  • don't crash when there's no type selected (#6) (7b15fe8)

1.1.0 (2024-04-19)

Features

  • add option to include a "text" field for the link (#4) (568df92)

Bug Fixes

  • make input field as wide as its parent (#3) (ce90410)
  • types: ensure blank property is not available on PhoneLink and EmailLink interfaces (2eb09f6)

1.0.1 (2024-04-17)

Bug Fixes

  • show loading spinner while fetching custom link type options (f9d30f2)

1.0.0 (2024-04-17)

Features