Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent 8a86da7 commit 25cfe10
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [3.0.0](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/compare/v2.2.4...v3.0.0) (2022-08-14)


### Bug Fixes

* **dialog:** reset form after dialog closed and optimize input order ([8a86da7](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/8a86da7eef6893b8539794fc50e0972e39d1c03d))
* handle anchor only links correctly ([70da1c9](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/70da1c9ba75eb25f9940fef024e2145bcf573885))


### Features

* 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)
* **test:** add basic integration tests ([b3bd126](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/b3bd126ba8f9596e8428a56610b9972ded355450))
* **test:** run tests for Kirby 3.6 and 3.7 ([0816299](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/commit/0816299ba102ff3d656f18b0ffe4ae720964d7a1))


### 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](https://github.com/gearsdigital/enhanced-toolbar-link-dialog/compare/v2.2.3...v2.2.4) (2022-08-06)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gearsdigital/enhanced-toolbar-link-dialog",
"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.",
"type": "kirby-plugin",
"version": "2.2.4",
"version": "3.0.0",
"license": "MIT",
"authors": [
{
Expand All @@ -20,4 +20,4 @@
"getkirby/composer-installer": true
}
}
}
}

0 comments on commit 25cfe10

Please sign in to comment.