Skip to content

Releases: eea/volto-searchlib

1.0.0

22 Apr 18:39
878f58c
Compare
Choose a tag to compare

🚀 New Features

  • feat: Release 1.0.0 - Volto 17 support [alin - 111056b]
  • feat: Volto 17 support - Refs #264527 [EEA Jenkins - f2bb50c]

0.9.3

17 Apr 07:42
91a6da3
Compare
Choose a tag to compare

🚀 New Features

  • feat: when facet isMulti=false use clearFilters() to clear the filters [laszlocseh - b3a797a]

0.9.2

25 Mar 13:47
b6af714
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: filters selection on mobile [kreafox - 04ee9fe]
  • fix: remove unused import [kreafox - 0a60a99]

💅 Enhancements

  • change: use loader in modal facet [kreafox - 80650d5]
  • change: disable search phrases [kreafox - d9a0fbf]

0.9.1

20 Mar 10:32
93f39af
Compare
Choose a tag to compare
Merge pull request #129 from eea/develop

feat: possibility to hide active filters and remove filter icon

0.9.0

18 Mar 12:49
d4e5399
Compare
Choose a tag to compare

🛠️ Others

  • Bump version in package.json [Laszlo Cseh - db384c6]

0.8.0

13 Mar 13:16
9bbb2ac
Compare
Choose a tag to compare

💥 Breaking Change

  • breaking(webpack): removed path import as webpack 5 no longer patches node modules to use in the browser [David Ichim - cef8cfb]

🏠 Internal changes

  • chore: package.json [Alin Voinea - 3a3604c]

🛠️ Others

  • Update package.json [ichim-david - efd1a90]
  • test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - 983cc26]
  • test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - 5462660]

0.7.3

30 Jan 12:42
b83d023
Compare
Choose a tag to compare

💅 Enhancements

  • change: add style for tab icons [kreafox - 90ccda7]

🛠️ Others

  • test: stylelint [kreafox - 9fa3848]
  • test: stylint [kreafox - 95538fd]

0.7.2

24 Jan 08:29
ec4c9d4
Compare
Choose a tag to compare

🛠️ Others

  • Fix api of useSort [Tiberiu Ichim - fea7cd2]
  • Show a console logging when there's facets defined with custom sort but no custom facet values [Tiberiu Ichim - fa3988a]

0.7.1

23 Jan 15:00
3b90342
Compare
Choose a tag to compare
Merge pull request #120 from eea/develop

Don't crash in sorting when facet is not yet available

0.7.0

16 Jan 12:29
bd6c362
Compare
Choose a tag to compare

🏠 Internal changes

  • style: Automated code fix [eea-jenkins - 8fabfb5]
  • style: Automated code fix [eea-jenkins - 2c0ffe7]
  • style: Automated code fix [eea-jenkins - 528f293]

🛠️ Others

  • Release 0.7.0 [Alin Voinea - 0cc63f3]
  • updated dropdown facets [Zoltan Szabo - ccc7b19]
  • Fixed facet values default sorting [Zoltan Szabo - 2b8b17c]
  • merge with facet_updates branch [Zoltan Szabo - 1c36558]
  • fixed slider [Zoltan Szabo - db223bf]
  • disable facets while the results are loading [Zoltan Szabo - 6529042]
  • in histogram facets only show the range where the buckets are not empty [Zoltan Szabo - 3994c03]
  • added possibility to configure facets to only be visible for authenticated users [Zoltan Szabo - cbbe2ec]
  • hide facets if has no values to show [Zoltan Szabo - 0a1740a]
  • only show the 'More filters' button if there are more filters [Zoltan Szabo - 96dac21]
    • test: add unit tests and modify jest-addon.config for searchlib alias - Refs #254313 [ana-oprea - 620031b]