Skip to content

Releases: cgkineo/adapt-search

v4.0.0 Refactored

15 Jul 11:19
4eb37d6
Compare
Choose a tag to compare

Changed

  • Switched to object orientated algorithm
  • Updated to ES6 throughout

Added

  • Code comments
  • Default styling for highlights

Fixed

  • Highlight tagging was broken as it would only highlight in order of found words

Removed

  • Distinction between texts and phrases as had identical class

v3.1.0 - the one that checks availability

18 Dec 12:34
f43d0d2
Compare
Choose a tag to compare

Changed

  • Now excludes from search results any content that has _isAvailable set to false (#49)

Framework dependency version has been updated to v5.5+ as this extension now uses ES6 functionality

Minimum requirements

Name Version
Framework 5.5

v3.0.0 - the one with BEM, rem and SMACSS

04 Jun 10:30
bebe60c
Compare
Choose a tag to compare

Changed:

  • Updated HTML naming convention to adhere to BEM
  • Adopted relative unit measurement (rem) instead of fixed (px)
  • Updated CSS to use a SMACSS approach
  • Indentation amended to use 2 spaces instead of 4

Removed:

  • References to deprecated function AdaptModel.getParents (#47)

Framework dependency version has been updated to v5+ due to breaking naming change.

Minimum requirements

Name Version
Framework 5

Release v2.3.3

06 Aug 15:30
Compare
Choose a tag to compare
  • Added translatable attribute to appropriate properties in properties.schema (#43)
  • Added Regular Expression replacements for escaped content (#45)
  • Fixed framework dependency

Minimum requirements

Name Version
Framework 2.2

Release v2.3.2

12 Nov 10:24
5378751
Compare
Choose a tag to compare
  • Updated regex for numbers (#41)

(and accidentally double bumped the version number)

Release v2.3.0

16 Mar 11:37
a29a6f0
Compare
Choose a tag to compare
  • Added support for order of placement in Drawer (#33)
  • Increased Framework dependency to v2.2 due to #33

Release v2.2.2

21 Sep 07:41
Compare
Choose a tag to compare

Changes:

  • framework dependency version
  • css fix on input box from using width:initial; to width:auto;

Release v2.2.0

10 Jul 15:09
Compare
Choose a tag to compare

First tagged release.