Skip to content

Releases: gearsdigital/enhanced-toolbar-link-dialog

1.3.0

04 Jul 19:42
Compare
Choose a tag to compare

This release took quite a while but addresses not only some important bugfixes but includes also two features which I think, are some really great enhancements and make it even more convenient to add internal links to your documents.

@nicolasbulb asked why it's not possible to specify where to open the linked document. Glad he asked! You will find now a new Selectbox within the internal link dialog to define the link target which enables you to open links in a new tab.

Another really great addition is, that it is now possible to adapt the displayed title to your needs, using Kirby Query Language. Kudos on that to @bnomei!

Changelog

Features

  • add option to configure the displayed title (#12)
  • make link target configurable (#13)

Bugfix

  • remove collections type to fix broken panel (#17)
  • dialog tabs behave now as expected in nested tabs scenarios (#14)

1.2.3

26 Jan 21:29
Compare
Choose a tag to compare

Another bugfix release to fixe a client side type error which was caused by the previous release.

Changelog

  • added necessary model type declaration (#10) 🙈

1.2.2

26 Jan 18:44
Compare
Choose a tag to compare

This release fixes a major issue reported by @texnixe. If you have tried to access a page with a custom page model, the panel died with an error message.

Changelog

  • removed unnecessary model type declaration (#10)

1.2.1

26 Jan 13:39
Compare
Choose a tag to compare

This is a very small, but important bugfix release. Subpages are now linked correctly.

Changelog

  • subpages are now linked correctly (#9)

Thank you @crisgraphics for reporting the issue 🙏

1.2.0

24 Jan 22:54
3ecc860
Compare
Choose a tag to compare

This release improves the general behaviour of Enhanced Toolbar Link Dialog.

Urls are now built from the page slug which respects multi-language site setups. Another major improvement is that all links are now absolute Urls, without protocoll and domain. This will help to maintain your content locally without the fear to break something in production.

Changelog

  • add link as absolute URL without protocol and domain (#2)
  • show empty state if no pages were found (#4)

1.1.0

22 Jan 12:52
Compare
Choose a tag to compare

This release contains no new features or bugfixes.

I changed only the name form Kirby Better Link to Enhanced Toolbar Link Dialog after some discussions in the Kirby Forums.

Hello World.

21 Jan 19:41
Compare
Choose a tag to compare

This is the inital release 🥳