Skip to content

Commit

Permalink
Add back change log entry for v2.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed Dec 2, 2020
1 parent cda2cca commit 5f2ff82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Typed Link Field

## 2.0.0-beta.10 - 2020-12-02
## 2.0.0-beta.11 - 2020-12-02

- New: Urls can now be modified by passing the desired options to `Link::getUrl()` or with the key `href` when using `Link::getLink()`, see https://github.com/sebastian-lenz/craft-linkfield/issues/120#issuecomment-737531635
- New: The return type now correctly returns the link model class. This enables code completion support
Expand All @@ -9,6 +9,12 @@
- Fix: Correctly check the enabled state of supported third party plugins, see https://github.com/sebastian-lenz/craft-linkfield/issues/117
- Fix: Site links not resolving environment variables correctly, see https://github.com/sebastian-lenz/craft-linkfield/issues/128

## 2.0.0-beta.10 - 2020-08-12
- Update: Make the link type setting apply logic less error prone
- Fix: Fix selected state of the link type dropdown for Craft 3.5, see https://github.com/sebastian-lenz/craft-linkfield/issues/113
- Fix: Remove deprecated call to `ElementQuery::enabledForSite`, see https://github.com/sebastian-lenz/craft-linkfield/issues/114
- Fix: Element select button is being cut off

## 2.0.0-beta.9 - 2020-06-09
- Fix: Integrity constraint violation when migrating existing project to v2, see https://github.com/sebastian-lenz/craft-linkfield/issues/105
- Fix: `enableAllLinkTypes` is always true when migrating existing project to v2, see https://github.com/sebastian-lenz/craft-linkfield/issues/106
Expand Down

0 comments on commit 5f2ff82

Please sign in to comment.