Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Latest commit

 

History

History
1004 lines (424 loc) · 32 KB

CHANGELOG.md

File metadata and controls

1004 lines (424 loc) · 32 KB

1.19.0 (2020-05-26)

Features

  • autocomplete: add locate event when pin is clicked + tests (#1063) (9b9efdc)

1.18.2 (2020-04-27)

Bug Fixes

  • tailwind: reset svg display property to avoid tailwind overwrites (#1046) (6599d7e)

1.18.1 (2020-02-17)

1.18.0 (2020-02-17)

Features

  • postcode-search: add postcodeSearch attribute and document restrictSearchableAttributes param (#998) (30d9fa5)

1.17.1 (2019-11-25)

Bug Fixes

  • doc: clarify policy on the Algolia logo (#943) (95b6f8f)

1.17.0 (2019-10-28)

Bug Fixes

  • get-val: call autocompleteInstance.val instead ac.autocomplete.getVal (#919) (6621655)

Features

  • accessibility: allow modification of attributes on pin and clear buttons (#920) (41cbd09)

1.16.6 (2019-10-09)

Bug Fixes

  • typings: include types field in package.json (#907) (4d70e28)

1.16.5 (2019-09-30)

Bug Fixes

  • autocomplete-css: use babel transpiling for places.css (#887) (fcc7112)
  • deps: update dependency autocomplete.js to ^0.37.0 (d03e08f)
  • rate-limit-ci: Use authenticated places app in E2E tests (#893) (6a9e506)

1.16.4 (2019-04-15)

Features

  • invalid-credentials: clearer warning message in console (#768) (e68b1e8)

1.16.3 (2019-04-01)

Bug Fixes

  • set-val-icon: show correct icon when calling setVal (#760) (3050e15)

1.16.2 (2019-04-01)

Bug Fixes

  • empty-postcode-list: fix a bug where an empty postcode list could crash results (#759) (a9228a4)

1.16.1 (2019-02-25)

Bug Fixes

  • deps: update dependency autocomplete.js to ^0.36.0 (2b0e06c)

Features

  • controlled-search: expose search method in places.js (#659) (4ddd681)

1.15.5 (2019-02-05)

Bug Fixes

  • promise-polyfill: remove babel-polyfill and let babel do magic (#726) (be9170b)

1.15.4 (2019-01-21)

Bug Fixes

1.15.3 (2019-01-21)

Bug Fixes

  • node-support: fix a critical bug where missing polyfills were crashing the library (#712) (2a2f808)

1.15.2 (2019-01-18)

Bug Fixes

  • deps: update dependency autocomplete.js to ^0.35.0 (8ee0889)
  • ie-11-support: Ensure that places.js and the website can run on IE 11 (#707) (a20ce08)
  • ie11-logo: fix algolia logo rendering on IE 11 (#575) (009d26c)

1.15.1 (2018-12-14)

Bug Fixes

  • caching: disable autocomplete caching (#678) (30b516a)

1.15.0 (2018-12-14)

Bug Fixes

  • deps: update dependency autocomplete.js to ^0.33.0 (991c764)

Features

  • reverse-geocoding: expose the reverse geocoding API. (#653) (e9d2bc0)

1.14.0 (2018-11-22)

Bug Fixes

  • deps: update dependency autocomplete.js to ^0.32.0 (e382f91)

Features

1.13.0 (2018-11-01)

Features

  • ranking-info: expose and explain _rankingInfo (#628) (131123f)

1.12.0 (2018-10-30)

Features

  • suggestions: expose postcodes array in suggestions (#622) (870e08a)

1.11.0 (2018-09-17)

Widget Bug Fixes

  • InstantSearchWidget: disable aroundLatLngViaIP when setting location (#554) (29c2473)

1.10.0 (2018-09-03)

1.9.1 (2018-08-29)

Bug Fixes

  • deps: update dependency autocomplete.js to ^0.31.0 (9dddef2)

1.9.0 (2018-08-08)

Widget Features

  • InstantSearchWidget: support instantsearch routing (#551) (05a8cdb)

1.8.0 (2018-08-08)

Widget Bug Fixes

  • default-location: don't default to [0,0] for defaultPosition (#550) (9c0056c)

1.7.3 (2018-06-04)

1.7.2 (2018-05-17)

1.7.1 (2018-05-16)

1.7.0 (2018-05-16)

1.6.0 (2018-03-05)

Bug Fixes

  • css: add border-box to .ap-input (#472) (dfa5747)

Features

  • autocomplete: add aria-label to buttons (3b4fe14)

1.5.0 (2018-02-27)

Features

  • suggestion: expose suburb field from API in suggestion (#469) (fd73e14), closes #337

1.4.18 (2017-12-21)

Features

  • InstantSearchWidget: clear the boundingBox when perform a search (#455) (dc2802c)

1.4.17 (2017-12-14)

1.4.16 (2017-12-14)

Bug Fixes

  • css: override the appearance of the input (#419) (b3425ed)
  • events: ensure clear event is emitted after setVal is called (#456) (c84b7aa)
  • formatHit: not picking up the best highlighted attr (9d14b83)

1.4.15 (2017-06-26)

Features

  • geo: add insideBoundingBox insidePolygon (19014fc)

1.4.14 (2017-05-26)

1.4.13 (2017-05-26)

1.4.12 (2017-03-27)

1.4.11 (2017-03-24)

1.4.10 (2017-02-27)

Bug Fixes

  • IE10: add navigatorLanguage polyfill in autocompleteDataset (b934d8f), closes #385

1.4.9 (2017-01-30)

1.4.8 (2017-01-10)

Bug Fixes

  • codes: lowercase countries and language (23451c7), closes #377

1.4.7 (2016-11-14)

Bug Fixes

  • css: re-add css file to npm package (9c369d4), closes #362

1.4.6 (2016-10-06)

Bug Fixes

  • meteorjs: lite build must point to the browser lite (5834f5b)

1.4.5 (2016-10-03)

1.4.4 (2016-09-22)

Bug Fixes

  • createAutocompleteSource: missing hitsPerPage forward (#313) (74e4520), closes #308

1.4.3 (2016-07-30)

1.4.2 (2016-07-20)

Bug Fixes

  • formatHit: fixed npe, not all hits have a country (#292) (ff54319), closes #292 #291

1.4.1 (2016-07-19)

Bug Fixes

  • dep: update autocomplete.js to 0.21.1 (acc5ad8), closes #288

1.4.0 (2016-07-19)

Bug Fixes

  • autocomplete: pass arguments to autocomplete methods (#290) (7f42f07), closes #288

Features

  • highlight: get the best matching values instead of the first one (#285) (babb352), closes #172
  • icons: new icons (busStop, trainStation, airport, townhall) (#284) (ac72007)

1.3.4 (2016-07-12)

1.3.3 (2016-07-06)

1.3.2 (2016-07-06)

1.3.1 (2016-07-06)

Bug Fixes

  • rate limit: check statusCode instead of error message (#273) (ed52234)

1.3.0 (2016-07-04)

Bug Fixes

  • dev: fix sourcemaps url in minified builds (af4f8d3)

Features

  • autocomplete: add and forward all autocomplete.js methods (#270) (b3d41a4)
  • highlight: add highlited attributes in the suggestion data (#271) (a5cb4c6)

1.2.1 (2016-06-28)

Bug Fixes

  • limit: add limit and error events (#267) (4de866d), closes #265

1.2.0 (2016-06-27)

Features

1.1.7 (2016-06-26)

Bug Fixes

  • style: fix style: false option (f77ef97), closes #258

1.1.6 (2016-06-24)

Bug Fixes

  • contact-form: Fixed display success wrapper (ca4eab0)
  • initialization: Swap appId and apiKey (#256) (edf7469)

1.1.5 (2016-06-20)

1.1.4 (2016-06-20)

Bug Fixes

  • npm: try to do the right build again (04cfa42)

1.1.3 (2016-06-20)

Bug Fixes

  • npm: issue with webpack loaders resolution to be fixed (bcf6e43)

1.1.2 (2016-06-20)

1.1.1 (2016-06-20)

1.1.0 (2016-06-20)

Features

  • npm: provide a nice and clean npm build (#237) (275f493)

1.0.2 (2016-06-20)

Bug Fixes

  • errors: precise error messages on some bad usage (dc8f0e1), closes #229
  • inputValue: when name is a country, there should be no comma (#234) (5e56c39)
  • src: Fix ESLint configuration issue under /src/ for #231 (#232) (0a60d4c), closes #231 #232
  • website: fix json response, thanks @dzello for the heads up (de9d87f)

1.0.1 (2016-06-15)

Bug Fixes

  • landing: improve bounce animation (aae4a34)

Features

  • precision: add useDeviceLocation option (#210) (634143b)

1.0.0 (2016-06-15)

Bug Fixes

Features

  • instantsearch: Provide an instantsearch.js widget for places (e574433)

0.33.0 (2016-06-14)

Bug Fixes

  • footer: powered by link goes to algolia.com/places (396ffc8)
  • value: put a comma after the suggestion name in value (2c7f351)

0.32.0 (2016-06-14)

Bug Fixes

  • docs: footer and header updated to the last version (9e6a54f)
  • website: Change docsearch input color on active (480ed9a)
  • website: Compact docsearch is compact now. (cf3dabf)

Features

  • autocompleteOptions: expose the autocompleteOptions (06c139c)
  • clientOptions: ability to set REST API client options (4ad1eea)

0.31.0 (2016-06-07)

0.30.0 (2016-06-04)

0.29.0 (2016-06-03)

0.28.0 (2016-06-02)

0.27.0 (2016-06-01)

0.26.0 (2016-05-31)

Bug Fixes

  • build: fix build script, reduce algolia logo (a212257)

0.25.0 (2016-05-31)

Features

  • autocomplete.js: create a reusable places autocomplete.js dataset (#173) (ab0363c), closes #165

BREAKING CHANGES

  • autocomplete.js: S:
  • templates.inputValue => templates.value
  • templates.dropdownSuggestion => templates.suggestion

0.24.0 (2016-05-13)

Bug Fixes

  • browser support: add IE11 - 10 - 9 support (0365683)
  • website: various css fixes (a19c0e7)

Features

  • rawAnswer: add rawAnswer event data (032a42a)
  • website: Added css visual helper + responsive goodness on examples ge (fbae562)
  • website: Added css visual helper + responsive goodness on examples ge (004755e)

0.23.1 (2016-05-12)

Bug Fixes

  • formatHit: handle undefined country in highlighted mode (f240f15)

0.23.0 (2016-05-11)

Bug Fixes

Features

  • documentation: Clean css example (428ef7a)
  • examples: Making the examples squares clickable (c1a1843)
  • webiste: remove useless file (39ace9e)
  • website: New examples header and MISC optimization (69c27ec)

0.22.0 (2016-05-01)

Bug Fixes

  • places: show the right error stack (cc4388b)

0.21.0 (2016-04-29)

Bug Fixes

  • query: the query attribute should reflect the original query (f02f766)
  • website: Fix issue #84 (982ffe6), closes #84
  • website: fixed some element for responsive purposes & MISC (75fb4e2)

Features

  • around: add LatLng, radius, viaIP options (ea509e7)

0.20.0 (2016-04-27)

Bug Fixes

  • landing: fix js linting(22253cf)
  • landing: Typo and new line space(0c7c4d7)

Features

  • various: multiple additions(618149a)

0.19.0 (2016-04-25)

0.0.18 (2016-04-25)

0.0.17 (2016-04-25)

Bug Fixes

  • style: default input should be 100% wide(51472e4)

0.0.16 (2016-04-25)

Features

  • postcode: add postcode (or ZIP code)(13cc49b)

0.0.15 (2016-04-21)

Features

  • various: docs, API changes, small fixes, examples(9baadcc)

0.0.14 (2016-04-15)

0.0.13 (2016-04-14)

Bug Fixes

  • administrative: the administrative can be undefined (#99)(ace575d)
  • buttons: avoid submit on click (#103)(cae3676)
  • footer: small footer dropdown fixes(e05ae3b)
  • landing: fix title font size on mobile (#108)(7ab6051), closes [(#108](https://github.com/(/issues/108)
  • svg: always trim included svg files(e013ce5)
  • website: Change OSM icon on dropdown(e575454)
  • website: Change style for dropdown footer(7ab2a14)

Features

  • agent: add specific Algolia Places x.x.x agent sent(d981fd6)
  • footer: first built by draft(dc75c8d)
  • styling: Change the way to styling is done(d770d89), closes #91

0.0.12 (2016-04-07)

0.0.11 (2016-04-07)

Bug Fixes

  • api: handle strange api responses, log them(8dad71c)
  • api: use staging api for now(e3ebbda)
  • css classes: use new autocomplete.js and prefix with ap(c7c6a14)
  • mobile: use input event instead of autocomplete:update(6edca8f)
  • staging: force using staging(a61010d)
  • website: some svg icons position bug(89ada96)

0.0.10 (2016-04-07)

Features

  • documentation: increase height o on mobile doc menu(0549ea1)
  • documentation: Style new sidebar menu items, style new mobile select menu and a few svg fixes(71664cd)

0.0.9 (2016-04-06)

Bug Fixes

  • website: Different fixes to fit with the tickets #76 & #81(ef2f2d0), closes #76 #81

Features

  • input: add input icon behaviors(6057123)

0.0.8 (2016-04-06)

Bug Fixes

  • documentation: Clean JS, put it into a function and remove useless(3453b46)
  • documentation: Different styles tweaks to fit to #54(dc14334)
  • website: hero section reworked(1fc6c70)
  • website: Misc responsive fixes #72(43fa1be), closes #72
  • website: Turn the Algolia icon into a link(e94a14d)

0.0.7 (2016-04-06)

Bug Fixes

  • dropdown: align pin/address icon with suggestion text(f6e62ea), closes #67
  • dropdown: trim whitespace in locale name(9be3171), closes #65
  • website: Fix different SVG's issues(e611b53)

Features

  • events: add suggestions and cursorchanged events(3d3233f)

0.0.6 (2016-04-05)

0.0.5 (2016-04-02)

Bug Fixes

  • default style: small cleaning/rework of default style(6caeb85)

Features

  • searchbox: added default style for input(71d080b)

0.0.4 (2016-03-31)

Bug Fixes

  • autocomplete: show the corresponding hint(05534f1), closes #29

Features

  • autocomplete: provide a change event on the places instance(3919aa8)

0.0.3 (2016-03-31)

Features

  • style: inline default style within the JS library(c5cfa07)

0.0.2 (2016-03-29)

Features

  • dropdown: show SVG icons(ecf954b)
  • dropdown: style the dropdown(693ff04)
  • icons: add city and address icons, inlined in JS(d250c83)
  • templates: different templates for value and suggestion(96f077e)