Skip to content

Commit 25cfe10

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.4...v3.0.0) (2022-08-14) ### Bug Fixes * **dialog:** reset form after dialog closed and optimize input order ([8a86da7](8a86da7)) * handle anchor only links correctly ([70da1c9](70da1c9)) ### Features * add support for blocks and compatibility to Kirby 3.7 ([16e26e3](16e26e3)), closes [#59](#59) * **test:** add basic integration tests ([b3bd126](b3bd126)) * **test:** run tests for Kirby 3.6 and 3.7 ([0816299](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.
1 parent 8a86da7 commit 25cfe10

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.0.0](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/compare/v2.2.4...v3.0.0) (2022-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **dialog:** reset form after dialog closed and optimize input order ([8a86da7](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/8a86da7eef6893b8539794fc50e0972e39d1c03d))
7+
* handle anchor only links correctly ([70da1c9](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/70da1c9ba75eb25f9940fef024e2145bcf573885))
8+
9+
10+
### Features
11+
12+
* add support for blocks and compatibility to Kirby 3.7 ([16e26e3](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/16e26e3f19f7082ef8fbfbcfdf0b31ac1ae5189a)), closes [#59](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/issues/59)
13+
* **test:** add basic integration tests ([b3bd126](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/b3bd126ba8f9596e8428a56610b9972ded355450))
14+
* **test:** run tests for Kirby 3.6 and 3.7 ([0816299](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/0816299ba102ff3d656f18b0ffe4ae720964d7a1))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* 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.
20+
21+
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.
22+
123
## [2.2.4](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/compare/v2.2.3...v2.2.4) (2022-08-06)
224

325

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gearsdigital/enhanced-toolbar-link-dialog",
33
"description": "Enhanced Toolbar Link Dialog is a Kirby 3 plugin that extends the default link dialog with a search functionality. This makes it possible, to create links to _existing_ or _external_ pages.",
44
"type": "kirby-plugin",
5-
"version": "2.2.4",
5+
"version": "3.0.0",
66
"license": "MIT",
77
"authors": [
88
{
@@ -20,4 +20,4 @@
2020
"getkirby/composer-installer": true
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)