Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed May 3, 2023
1 parent b2399b3 commit 403cfdf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.3.0](https://github.com/rohberg/volto-searchkit-block/compare/0.2.0...0.3.0)

- Update release-it [`16d8cfc`](https://github.com/rohberg/volto-searchkit-block/commit/16d8cfc008ff3ebc6cce492127bdf478da36076b)
- Dropdown: Keep menu open for multiple selection [`5652231`](https://github.com/rohberg/volto-searchkit-block/commit/565223113546bbdd95fd40363cd33b0a1fa58f87)
- Filter options: Show clear icon link to deselect option [`b610fc5`](https://github.com/rohberg/volto-searchkit-block/commit/b610fc51592bd2d4fd24522b37c8d0dfa0f04ef3)
- Fix clear buttons in filter options [`b7598d8`](https://github.com/rohberg/volto-searchkit-block/commit/b7598d8e16645b8c0ed970f714b6c6c12eee8891)
- Add translation for 'deselect all' [`95fe15b`](https://github.com/rohberg/volto-searchkit-block/commit/95fe15b1d7b0899356b2ef3e0d8bac11087e7445)
- REmove "private": false, [`3532b48`](https://github.com/rohberg/volto-searchkit-block/commit/3532b4808da92afe7cd627d6b75a89286aa2e7e3)
- Reset sections selection on reset of search string [`065daf9`](https://github.com/rohberg/volto-searchkit-block/commit/065daf96f4262b93183f7b7818a7ae4f7420dd34)
- "react-searchkit": "v2.2.0" [`6c4a90c`](https://github.com/rohberg/volto-searchkit-block/commit/6c4a90cc406db8ba5225152a749e7314bf069129)
- Update package.json [`b2399b3`](https://github.com/rohberg/volto-searchkit-block/commit/b2399b362c4b9545c23e01735d43bdde7f0c90a1)
- prettier [`8b7fb5b`](https://github.com/rohberg/volto-searchkit-block/commit/8b7fb5b9687fdd4d675a6ea632f6f2b7e57bdba4)
- Filter options more compact [`6107026`](https://github.com/rohberg/volto-searchkit-block/commit/61070269da62e29fae0b0c2f48f1d186c19b1e81)
- Update package.json [`38aea58`](https://github.com/rohberg/volto-searchkit-block/commit/38aea58bb09af433a11590e8bb97f932864eeb89)
- Update springisnow-volto-searchkit-block.less [`6c63ff0`](https://github.com/rohberg/volto-searchkit-block/commit/6c63ff0cba8b37e8a02d3f7e209b0370d2d0ee24)
- Update FacetedSearch.jsx [`1816fe4`](https://github.com/rohberg/volto-searchkit-block/commit/1816fe401185475f7bc9c6bb8afaa0111cc5b109)

#### 0.2.0

> 4 March 2023
- Small fixes [`#11`](https://github.com/rohberg/volto-searchkit-block/pull/11)
- Fix linting warnings [`#10`](https://github.com/rohberg/volto-searchkit-block/pull/10)
- Acceptance tests [`#9`](https://github.com/rohberg/volto-searchkit-block/pull/9)
Expand All @@ -27,6 +46,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Create elasticsearch-mappings_example.json [`e17a0dd`](https://github.com/rohberg/volto-searchkit-block/commit/e17a0dd1777ac0ff21b148bb0451cd2d03811a65)
- Initial acceptance test setup [`ad47910`](https://github.com/rohberg/volto-searchkit-block/commit/ad47910c61f3fb8ac80b08fc2aa89358367ea9d9)
- Searchkit [`bbecd57`](https://github.com/rohberg/volto-searchkit-block/commit/bbecd57eaa8dfb9b00c50bfdf7db634cf1d6f347)
- Release 0.2.0 [`1d572f6`](https://github.com/rohberg/volto-searchkit-block/commit/1d572f654fef09e1739927d0405a8cb8c40d5dfb)
- Update springisnow-volto-searchkit-block.less [`5f99f61`](https://github.com/rohberg/volto-searchkit-block/commit/5f99f6192fb0736172301d67968378775fecd32c)
- Add dev stuff: elasticsearch, redis, celery [`aed5640`](https://github.com/rohberg/volto-searchkit-block/commit/aed564039705f4058ba4228470fa53de6ca946fb)
- Revert "Create FacetedSearch copy.jsx" [`d335dc6`](https://github.com/rohberg/volto-searchkit-block/commit/d335dc6ca0fa8cb4e48b6f280a801dd3e25a966c)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rohberg/volto-searchkit-block",
"version": "0.2.0",
"version": "0.3.0",
"description": "Find content. Pardon typos. Allow search queries with and provide results with compound words.",
"main": "src/index.js",
"author": "Katja Süss, https://github.com/rohberg",
Expand Down

0 comments on commit 403cfdf

Please sign in to comment.