Skip to content

Commit db2c24c

Browse files
committed
release 2.0.0a13
1 parent 99e95d3 commit db2c24c

15 files changed

Lines changed: 81 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,49 @@
77
-->
88

99
<!-- towncrier release notes start -->
10+
## 2.0.0a13 (2026-03-19)
11+
12+
### Backend
13+
14+
15+
#### New features:
16+
17+
- Add vocabulary support for facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issues/63)
18+
19+
20+
#### Bug fixes:
21+
22+
- Fix test_services_navigation.py which used the wrong layer and corrupted ZODB state @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issues/63)
23+
24+
25+
26+
### Frontend
27+
28+
#### Feature
29+
30+
- Add vocabulary support for facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
31+
32+
#### Bugfix
33+
34+
- Fix useSelector rerenders in SolrSearchAutosuggest and routes @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
35+
- Fix livesearch widget exception during text changes @reebalazs
36+
37+
38+
39+
### Project
40+
41+
42+
#### Feature
43+
44+
- Add phone, building and room fields for Person content type in schema. @danalvrz
45+
46+
47+
#### Documentation
48+
49+
- Add instructions for vocabulary support and calculated fields in facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/pull/63)
50+
51+
52+
1053
## 2.0.0a12 (2026-02-10)
1154

1255
### Backend

backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99

1010
<!-- towncrier release notes start -->
1111

12+
## 2.0.0a13 (2026-03-19)
13+
14+
15+
### New features:
16+
17+
- Add vocabulary support for facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issues/63)
18+
19+
20+
### Bug fixes:
21+
22+
- Fix test_services_navigation.py which used the wrong layer and corrupted ZODB state @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issues/63)
23+
1224
## 2.0.0a12 (2026-02-10)
1325

1426

backend/news/63.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend/news/63.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend/src/kitconcept/solr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66

77

8-
__version__ = "2.0.0a12"
8+
__version__ = "2.0.0a13"
99

1010
PACKAGE_NAME = "kitconcept.solr"
1111
_ = MessageFactory(PACKAGE_NAME)

frontend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.0.0-alpha.13 (2026-03-19)
12+
13+
### Feature
14+
15+
- Add vocabulary support for facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
16+
17+
### Bugfix
18+
19+
- Fix useSelector rerenders in SolrSearchAutosuggest and routes @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
20+
- Fix livesearch widget exception during text changes @reebalazs
21+
1122
## 2.0.0-alpha.12 (2026-02-10)
1223

1324
## 2.0.0-alpha.11 (2026-02-09)

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "volto-solr-dev",
3-
"version": "2.0.0-alpha.12",
3+
"version": "2.0.0-alpha.13",
44
"description": "An opinionated Solr integration for Plone.",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/kitconcept-solr",

frontend/packages/volto-solr/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.0.0-alpha.13 (2026-03-19)
12+
13+
### Feature
14+
15+
- Add vocabulary support for facet conditions. @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
16+
17+
### Bugfix
18+
19+
- Fix useSelector rerenders in SolrSearchAutosuggest and routes @reebalazs [#63](https://github.com/kitconcept/kitconcept-solr/issue/63)
20+
- Fix livesearch widget exception during text changes @reebalazs
21+
1122
## 2.0.0-alpha.12 (2026-02-10)
1223

1324
## 2.0.0-alpha.11 (2026-02-09)

frontend/packages/volto-solr/news/+63.2.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/packages/volto-solr/news/63.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)