@eeacms/volto-globalsearch 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [0.1.2](https://github.com/eea/volto-globalsearch/compare/0.1.1...0.1.2)
8
+
9
+ - New design v1 [`#3`](https://github.com/eea/volto-globalsearch/pull/3)
10
+ - Change layout component [`0c84f55`](https://github.com/eea/volto-globalsearch/commit/0c84f558596f68cff1243ed01cbec3307d1e1fc7)
11
+
7
12
  #### [0.1.1](https://github.com/eea/volto-globalsearch/compare/0.1.0...0.1.1)
8
13
 
14
+ > 9 June 2022
15
+
16
+ - Develop [`#2`](https://github.com/eea/volto-globalsearch/pull/2)
9
17
  - updated versions [`af47bcf`](https://github.com/eea/volto-globalsearch/commit/af47bcfc92b9f64bf05825717c70d430a02af0e4)
10
18
  - Update versions [`6a367af`](https://github.com/eea/volto-globalsearch/commit/6a367affd02af1ddfad1686007ab2615d2f278af)
11
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-globalsearch",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "@eeacms/volto-globalsearch: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -15,7 +15,7 @@ import typesWhitelist from './json/typesWhitelist.json';
15
15
 
16
16
  const globalSearchConfig = {
17
17
  title: 'Global search and catalogue',
18
- layoutComponent: 'FilterAsideLayout',
18
+ layoutComponent: 'TopFilterLayout',
19
19
  contentBodyComponent: 'FilterAsideContentView',
20
20
  enableNLP: true, // enables NLP capabilities
21
21
  facetsListComponent: 'VerticalCardsModalFacets',