Skip to content

Releases: gearsdigital/enhanced-toolbar-link-dialog

v2.2.1

30 Nov 10:35
Compare
Choose a tag to compare

2.2.1 (2021-11-30)

Bug Fixes

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

v2.2.0

30 Nov 09:30
Compare
Choose a tag to compare

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 - Winter is coming 🇩🇰 🇸🇪 🇮🇸 🇳🇴

30 Nov 09:25
Compare
Choose a tag to compare

What's Changed

  • @herrajon Added Danish 🇩🇰, Swedish 🇸🇪, Islandic 🇮🇸 and Norwegian 🇳🇴 localisations in #54
  • The user interface is now little bit tidier by @gearsdigital in #56

143926888-23d8040a-69be-4dfb-ba08-7b89b76c06b0

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

15 Nov 16:54
Compare
Choose a tag to compare

This release adds compatibility to Kirby 3.6 and is a breaking change. I'll provide bug fixes for older versions only for the next couple of month. New features are going only to > 2.*.

Enough of bad news! Version 2 introduces a new way to overide plugin translations using /site/config.php. You can now customize every Text which is related to this plugin. You can find all the details in the README.

It is also possible to define a custom list size for search results. The default is now 5 which reduces the link dialog hight a bit.

What's Changed

Full Changelog: 1.6.0...1.7.0

1.6.0 - Now with title, anchor and a dutch translation

01 Dec 20:55
Compare
Choose a tag to compare

This release extends the dialog view with two additional fields. Thanks to @mvilskersts your are now able to add an anchor and a title to your link which makes the generated link even more flexible.

The second enhancement was provided by @morrits and adds a translation in dutch 🇳🇱

1.5.0 - Parlez vous français?

26 Aug 07:51
5b5165d
Compare
Choose a tag to compare

Merci beaucoup to @yoanmalie who was so kind to provide a french translation ❤️ Besides that this release contains no more features or fixes so you don't need to udpate.

1.4.0

13 Jul 10:14
Compare
Choose a tag to compare

The main "customer" facing feature of this release is that it is now possible to configure the tab which is intially active. This may a few keystrokes. How awesome is that? 🤩

//site/config/config.php
<?php
return [
    'gearsdigital.enhanced-toolbar-link-dialog.tab.order' => '1', // make the internal link tab active
];

Another great achievement is that we have automated E2E tests now! Using cypress.io will increase the stability of future releases. You can find a Test report here: https://dashboard.cypress.io/projects/brvgr5/runs/16/specs

I've fixed also a very small usability issue and a bug which caused unusable links when a user decied to select nothing but to close the dialog using "Ok".

Changelog

Feature

  • make initial open tab configurable (#27)
  • add automated test setup (#24)
  • improve pagination position (#30)

Bugfixes

  • prevent (link: null) from being inserted (#21)

1.3.3

09 Jul 12:51
e6f904e
Compare
Choose a tag to compare

This release adds translation for czech speaking friends.

Changelog

Feature

  • add czech translations (#26)

Kudos to @janherman 🤘

1.3.2

09 Jul 12:00
Compare
Choose a tag to compare

This bugfix release solves the broken internal link search and fixes panel errors using Kirby 3.4.0.

Changelog

Bugfix

  • finally fixes panel errors using Kirby 3.4.0 (#15)
  • internal link works now again (#22)

Special thanks to the first time contributer @crisgraphics and worlds best issue reporter @janherman. You guys rock 🤘

1.3.1

06 Jul 09:40
Compare
Choose a tag to compare

Changelog

Bugfix

  • rename misleading dropdown label (#20)