Releases: cgkineo/adapt-search
Releases · cgkineo/adapt-search
v4.0.0 Refactored
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
v3.0.0 - the one with BEM, rem and SMACSS
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
Release v2.3.2
- Updated regex for numbers (#41)
(and accidentally double bumped the version number)
Release v2.3.0
Release v2.2.2
Changes:
- framework dependency version
- css fix on input box from using
width:initial;
towidth:auto;
Release v2.2.0
First tagged release.