All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.3.2 (2024-06-07)
- Revert "fix: set default type to "internal" if it's somehow missing (#10)" (#16) (43d4cc0), closes #10 #16
1.3.1 (2024-06-07)
1.3.0 (2024-06-04)
- allow hrefResolver to return UrlObject instead of string (cdc90d9)
1.2.2 (2024-06-04)
- regression from 1.2.1 when internal links cannot be resolved (2e0b0eb)
1.2.1 (2024-06-04)
- 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)
- allow passing filter options to the reference field, and add the option to use weak references (2d441a7)
1.1.3 (2024-05-06)
1.1.2 (2024-05-06)
1.1.1 (2024-04-22)
- 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)
- make input field as wide as its parent (#3) (ce90410)
- types: ensure
blank
property is not available onPhoneLink
andEmailLink
interfaces (2eb09f6)
1.0.1 (2024-04-17)
- show loading spinner while fetching custom link type options (f9d30f2)
- initial version (d6b855d)