Skip to content

1.4.0

Compare
Choose a tag to compare
@gearsdigital gearsdigital released this 13 Jul 10:14

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)