Skip to content

Releases: eea/eea.facetednavigation

16.2

17 Oct 10:02
Compare
Choose a tag to compare
  • Re-release broken 16.1 version
    [avoinea]
  • Bug fix: Fix Select2 dependency
    [@Gomez - refs #249]
  • Bug fix: Fix criteria_remove on checkbox view
    [@Nimo-19 - refs #248]

16.0

11 Oct 12:16
Compare
Choose a tag to compare
  • Feature: Plone 6 compatibility [avoinea refs #231]
  • Breaking: Drop Plone4 / Python2 support [avoinea refs #231]

15.1

13 Sep 06:16
ffdf4dd
Compare
Choose a tag to compare
  • Fix: Fix TypeError: Cannot read properties of undefined (reading 'msie')
    [avoinea]
  • Feature: Multiselect widget - add support for ajax vocabulary
    [avoinea]

15.0

25 Jul 16:16
29f8a9c
Compare
Choose a tag to compare
  • Upgrade step: Within "Plone > Site Setup > Add-ons" click on
    upgrade button available for eea.facetednavigation.
    Plone4: After running the upgrade step, check CSS/JS order
    within ZMI > portal_css / portal_javascripts
    [avoinea refs #231]
  • Cleanup: Bundle JS/CSS resource with webpack and remove individual
    resource registrations
    [avoinea refs #231]
  • Cleanup: Drop eea.jquery dependency
    [avoinea refs #231]
  • Cleanup: Drop eea.faceted.vocabularies dependency
    [avoinea refs #231]

14.7

03 Nov 16:09
bb85f41
Compare
Choose a tag to compare
  • Change: Release community contrib
    [avoinea]

14.6

19 Jul 13:29
d7570f0
Compare
Choose a tag to compare
  • Change: Make Alphabetic Widget countable again
    [avoinea]

14.5

29 Mar 13:27
c8b309a
Compare
Choose a tag to compare
  • Bug fix: Fix deprecated import (Zope5)
    [pbauer]
  • Bug fix: Fix radio widget label within criteria body
    [avoinea]

14.4

15 Feb 16:07
bd2db1b
Compare
Choose a tag to compare
  • Feature: Add custom CSS class to a widget css classes
    [balavec]

14.2

19 Oct 10:37
2ca7c5f
Compare
Choose a tag to compare
  • Fix an issue with ContentListing when filtered search results is
    a generator (e.g. when using alphabetic widget)
    [pbauer]
  • Allow solr to be not installed or not enabled
    [pbauer]

14.1

04 Sep 08:58
44dca4d
Compare
Choose a tag to compare
  • Bug fix: Fix "test_doctests.Py23DocChecker" that was hidding failing doc
    tests by wrongly testing on "want" instead on "got".
    [gbastien refs #203]
  • Feature: In GenericSetup import profile, take into account the "purge"
    attribute at the level like it is done at level.
    [gbastien]