Skip to content

Latest commit

 

History

History
111 lines (52 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

111 lines (52 loc) · 6.3 KB

3.2.0 (2023-04-16)

Features

  • add options to control anchor and target field visibility (051855d), closes #82

3.1.3 (2023-04-14)

Bug Fixes

  • remove styles which changed the height of all kirby modals (ca3fe6a), closes #84

3.1.2 (2022-08-17)

Bug Fixes

  • auto-suggest: focus behaviour after typing works now as expected (76488d4)

3.1.1 (2022-08-16)

Bug Fixes

  • localization: add missing localizations and translations (7e49d01)

3.1.0 (2022-08-16)

Features

  • accessibility: enable keyboard navigation in auto-suggest dropdown (1f8849b), closes #76

3.0.1 (2022-08-15)

Bug Fixes

  • clarify placeholder text of link input field (00c4580)

3.0.0 (2022-08-14)

Bug Fixes

  • dialog: reset form after dialog closed and optimize input order (8a86da7)
  • handle anchor only links correctly (70da1c9)

Features

  • add support for blocks and compatibility to Kirby 3.7 (16e26e3), closes #59
  • test: add basic integration tests (b3bd126)
  • test: run tests for Kirby 3.6 and 3.7 (0816299)

BREAKING CHANGES

  • While adding support for Kirby blocks the user interface and the user experience got a revision that itself led to a major rework of the code base.

I simplified the process of selecting pages and optimised the configurability. It is now possible not only to customize the page title, but also to sort and filter the list of results.

2.2.4 (2022-08-06)

Bug Fixes

  • qualify model type to prevent dialog errors (f307adf), closes #71

2.2.3 (2022-08-05)

Bug Fixes

  • pages are now shown again (3af135d), closes #67
  • resolve deprecation warning upon login and save actions (9024e93), closes #60

2.2.2 (2021-11-30)

Bug Fixes

  • update french translations to be more user friendly (c4691f6), closes #58

2.2.1 (2021-11-30)

Bug Fixes

  • update french translations (3fbd487), closes #57

2.2.0 (2021-11-30)

Bug Fixes

  • add missing dependencies (058f543)
  • add missing semantic release config (f6b63af)
  • remove console.log statements (4a2e55c)

Features

  • add semantic release process (d2151a8)

2.1.0 (2021-11-30)

  • add translations for 🇩🇰 🇸🇪 🇮🇸 🇳🇴 (#54)
  • optimize internal link ui (#56)