Skip to content

Latest commit

 

History

History
546 lines (225 loc) · 17 KB

CHANGELOG.md

File metadata and controls

546 lines (225 loc) · 17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2021-02-19)

Features

  • performs silent signin when user has active authentication server session (c0c7fef)

Bug Fixes

  • escapes delimiter character in filters param, restores drilldown categorization type (deprecated) (27c6edd)

2.1.2 (2021-01-31)

2.1.1 (2021-01-31)

Bug Fixes

  • cross-fetch major version upgrade to support AbortController. Minor upgrade for all other dependencies. Code-style refactoring. (7fbd59f)

2.1.0 (2021-01-28)

Features

  • Find, Categorize and Autcomplete calls now abort when called multiple times before completing the previous call. (4ac0b9f)

2.0.0 (2021-01-24)

⚠ BREAKING CHANGES

  • New default CategorizationType: Normal.

Features

  • New default CategorizationType: Normal. (1a16ec2)

1.3.1 (2020-01-17)

Bug Fixes

  • filters: Fix bug where reset() in some cases did not clear filters. (204aa92)

1.3.0 (2019-12-21)

1.2.0 (2019-11-29)

1.1.3 (2019-11-13)

Bug Fixes

  • Allow filters to be added in the settings as a part of the query property on search-client initialization (0c96c6e)

1.1.2 (2019-10-16)

Bug Fixes

  • Add url-polyfill for IE11 + make minified version default (81b32ab)

1.1.1 (2019-10-04)

Bug Fixes

  • clears stale oidc state entries after succesful signin (a6f50d5)

1.1.0 (2019-09-18)

Features

  • Adds response mode option and state persistance to oidc authentication. (d7b1a01)

1.0.3 (2019-09-17)

Features

  • Reduce package size by removing moment-locales during build (e4104b2)

1.0.2 (2019-09-11)

1.0.1 (2018-11-07)

Bug Fixes

  • sample: Set proper caching strategies for the various page resources. (a2ea81b)

1.0.0 (2018-11-05)

Bug Fixes

  • search-client: Added categorizationType to SearchClient class. Added and fixed unit-tests. (9d01cdb)

1.0.0-rc.5 (2018-10-19)

Features

  • search-client: Added callback for when the query has changed, with info on whether the results are valid for the current query. (599820b)

1.0.0-rc.4 (2018-10-17)

Bug Fixes

  • Trying to fix problem with webpack not creating the right code for the browser target. (8a8fbb7)
  • search-ui: Always scroll to top of match-list after paging. (d8b6f29)

Features

  • search-ui: Can use ui-settings to control whether or not to be able to show categoryPresentation config and settings config. By default off. (60e70bf)
  • search-ui: Search-as-you-type not triggering after delay, and no min-length for query. (e055027)

1.0.0-rc.3 (2018-10-16)

Bug Fixes

1.0.0-rc.2 (2018-10-16)

Bug Fixes

  • Fix for toggleCategoryExpansion. Refactored CategoryPresentation. Docs generated. (8fac8b8)
  • docs: Minor versioning error, and adjust doc build command (6221860)
  • query: Changed query property setters to use coerced value equality checks (instead of referential equality checks) (7762312)

1.0.0-rc.1 (2018-10-11)

Bug Fixes

  • Fix for toggleCategoryExpansion. Refactored CategoryPresentation. Docs generated. (8fac8b8)
  • docs: Minor versioning error, and adjust doc build command (6221860)

1.0.0-beta.4 (2018-05-14)

Bug Fixes

  • The requestObject() method now uses pure JSON object for controlling headers. (a4b0deb)

1.0.0-beta.3 (2018-04-10)

Bug Fixes

  • Corrected the documentation for the SearchClient.uiLanguageCode setter. (edbdec5)

1.0.0-beta.2 (2018-04-10)

Bug Fixes

  • Update various dependencies to avoid issue when using library as a typescript library. (1516266)

Features

  • Added missing property for setting uiLangageCode. (60c84e3)

1.0.0-beta.1 (2018-03-26)

Bug Fixes

  • Update various dependencies to avoid issue when using library as a typescript library. (1516266)

1.0.0-beta.0 (2018-03-21)

Features

  • Support for REST interface v4 (cd8772e)

0.10.3 (2017-07-14)

Bug Fixes

  • Query: The matchPage defaults to 1 (not 0). (6c2b1c9)

0.10.2 (2017-03-29)

Bug Fixes

  • Filters: Fixes an issue where the filter url does not serialize properly when calling the backend. (ae15ff0)

0.10.1 (2017-03-29)

Bug Fixes

  • Query: The query props are now conditional, allowing esier construct of the settings object. (ed617e7)

0.10.0 (2017-03-27)

Features

  • filters: New filter-structure for easier and more powerful usage of the categories chosen to be filters. (ee045df)

0.9.4 (2017-03-23)

Bug Fixes

  • Fixed defaults for OrderBy #5. dateFrom and dateTo can be set independently of each other. (4cf2b9b)

0.9.3 (2017-03-20)

Bug Fixes

  • FIxed an important problem with how settings were applied to parent classes. Added more tests. Some documentation improvements. (b483bb0)

0.9.2 (2017-03-17)

Bug Fixes

  • Fixed problem with bad url for lookups (cde0fdd)

0.9.1 (2017-03-17)

Bug Fixes

  • Missing json data-file, and fixed mutable data-set (8bf908c)

0.9.0 (2017-03-17)

Features

  • Implemented support for clientCategoryFilters (83eae6f)

0.8.3 (2017-03-15)

0.8.2 (2017-03-15)

0.8.1 (2017-03-14)

0.8.0 (2017-03-14)

Features

  • Simplifying interface for main use. Some refactoring of properties. Support for passing in REST version (2 and 3). (2e009b0)

0.7.0 (2017-03-13)

Features

  • All services inherit BaseCall, cbBusy() -> cbRequest(), deferpdate(), jwt-simple instead of jsonwebtoken, documentation, lots of tests. (e6b8eda)

0.6.3 (2017-03-07)

0.6.2 (2017-03-07)

Bug Fixes

  • More documentation and trigger fixes. (c4da914)

0.6.1 (2017-03-06)

Bug Fixes

  • Fixed the defaults for settings and triggers - again. This time properly (famous last words...). (d4a2259)

0.6.0 (2017-03-06)

Features

  • Support for three different callbacks (busy, success and error) instead of just one. (f8f1627)

0.5.1 (2017-03-06)

Bug Fixes

  • Better way of setting up settings for SearchClient and operational interfaces. (49b54ae)

0.5.0 (2017-03-04)

Features

0.4.8 (2017-02-23)

Bug Fixes

  • Made the fetch call send url separately (af966b4)

0.4.7 (2017-02-23)

Bug Fixes

0.4.6 (2017-02-23)

Bug Fixes

  • New build chain to make sure proper module and that we are testing the final code. (a771d1e)

0.4.5 (2017-02-20)

Bug Fixes

  • Minor tuning, removing illegal optional properties in classes. (6704523)

0.4.4 (2017-02-20)

Bug Fixes

  • Make the search-client.d.ts be generated as module (d05fff1)

0.4.3 (2017-02-19)

Bug Fixes

  • Upgraded domain-task to fix fetch headers not set (94bcda4)

0.4.2 (2017-02-15)

Bug Fixes

  • Better way of adding authorization headers (323bf8e)
  • Minor issue with what settings object to accept as param for autocomplete, find and categorize (b49123a)

0.4.1 (2017-02-15)

Bug Fixes

  • Autocomplete-url fix and more robust baseUrl. Added more tests. (d223961)

0.4.0 (2017-02-10)

Features

  • adds use of jwt authentication (will not renew or fetch tokens) (91c9d7c)

0.3.1 (2017-02-10)

Bug Fixes

  • autocomplete, find and categorize failed when merging settings with active options. Autocomplete also didi not handle options as it should. (c0821dc)

0.3.0 (2017-02-10)

Features

  • implements all search-service REST interfaces. Note: autocomplete, bestBets and allCategories needs testing. (54a8eb1)

First version with new repo and project layout

0.2.0 (2017-02-04)