Skip to content

Latest commit

 

History

History
639 lines (336 loc) · 43.8 KB

File metadata and controls

639 lines (336 loc) · 43.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

7.5.1 (2024-02-13)

Note: Version bump only for package create-instantsearch-app

7.5.0 (2024-02-06)

Bug Fixes

  • config: don't accept non-arrays for attributesToDisplay (#6027) (0dbeb82), closes #6023

Features

7.4.1 (2024-01-23)

Note: Version bump only for package create-instantsearch-app

7.4.0 (2024-01-16)

Bug Fixes

  • angular: update versions to avoid typescript errors (#5979) (fc97b45)

Features

  • cisa: can now display images by picking an attribute (#5995) (e748401)

7.3.3 (2023-12-19)

Note: Version bump only for package create-instantsearch-app

7.3.2 (2023-12-07)

Note: Version bump only for package create-instantsearch-app

7.3.1 (2023-11-28)

Note: Version bump only for package create-instantsearch-app

7.3.0 (2023-10-26)

Features

  • prompt users to enable support for events (#5906) (675f1a0)

7.2.1 (2023-10-24)

Bug Fixes

7.2.0 (2023-09-25)

Features

  • create-instantsearch-app: support Autocomplete in InstantSearch.js template (#5857) (4a27e5b)

7.1.0 (2023-09-19)

Bug Fixes

Features

7.0.2 (2023-09-12)

Bug Fixes

  • create-instantsearch-app: fix option label for attributesForFaceting (#5841) (9b2471e)

7.0.1 (2023-09-05)

Note: Version bump only for package create-instantsearch-app

7.0.0 (2023-08-08)

Features

6.4.2 (2023-08-07)

Bug Fixes

  • use npm registry to retrieve library versions (#5789) (f3906dc)

6.4.1 (2023-07-25)

Note: Version bump only for package create-instantsearch-app

6.4.0 (2023-05-30)

Bug Fixes

  • dependencies: remove fixed instantsearch.js dependency from react instantsearch hooks templates (#5636) (9f41d7e)
  • dependencies: update metalsmith packages (#5642) (e001aa9)
  • js: use html templates (#5644) (4bcc426)

Features

  • templates: add "insights" flag if supported (#5639) (212ad4f)

6.3.1 (2023-04-24)

Note: Version bump only for package create-instantsearch-app

6.3.0 (2023-01-03)

Bug Fixes

  • ignore templates for tsc (2c574a9)
  • linting (9712019)
  • tests: merge jest config files and fix a test (a376943)
  • tests: set concurrency to 1 (34c6cc4)
  • tests: use lerna to run tests (eae255f)

Features

  • cisa: change URLs in templates + update template release scripts (7ba7e63)

6.2.1 (2022-08-23)

Bug Fixes

  • templates: wrap React InstantSearch Hooks native hit attributes in Fragment (#578) (da7b811)

6.2.0 (2022-08-01)

Features

  • templates: update react instantsearch web templates to react 18 (#576) (25f170f)

6.1.0 (2022-06-02)

Bug Fixes

  • vue instantsearch with vue 3: use yarn start to run template (#571) (c17089f)

Features

  • react instantsearch widget: add connector and widget metadata (#570) (b22a9e6)

6.0.0 (2022-05-18)

Bug Fixes

Features

  • hooks: add react instantsearch hooks template (#568) (d91e970)
  • check for compatibility with current LTS versions of node (#569) (781642b)

BREAKING CHANGES

  • compatibility with versions that are EOL (up to 12) is not guaranteed

  • remove terminal colors from unit test snapshots

5.2.2 (2022-02-21)

Bug Fixes

5.2.1 (2022-02-16)

Bug Fixes

  • Vue 3: add vite plugin to correctly handle jsx (#563) (0a4162a)

5.2.0 (2022-02-14)

Features

  • templates: introduce React InstantSearch Hooks Native template (#559) (495f014)
  • vue: add vue3 template (#558) (117067e)

5.1.2 (2022-02-02)

Bug Fixes

  • angular: remove @types/algoliasearch dep (#553) (b280725)
  • angular: update angular packages (#555) (9987264)
  • React InstantSearch: import RefinementList if DynamicWidgets used (#554) (402ec63)

5.1.1 (2022-01-03)

Bug Fixes

  • react-native: update template and related dependencies (#546) (858d33f)

5.1.0 (2021-12-14)

Features

  • templates: use non-experimental dynamic widgets (#544) (efda539)

5.0.1 (2021-12-02)

Bug Fixes

  • dynamicWidgets: allow only dynamicWidgets as attribute (3717de6)

5.0.0 (2021-12-02)

Bug Fixes

  • dynamicWidgets: prevent "ais.dynamicWidgets" attribute showing up (#542) (559f705)

Code Refactoring

BREAKING CHANGES

the program now asks questions if some of the parameters are sent via arguments. Before this, giving an argument would cause it not to ask any questions anymore, even if they still would be useful. You can avoid this behaviour by passing --config or --no-interactive

4.11.1 (2021-11-18)

Bug Fixes

  • react: add missing configure widget import (#540) (626a568)

4.11.0 (2021-11-16)

Bug Fixes

  • angular: move styles import to angular.json (#532) (d2f73b8)
  • angular: replace css imports with CDN s (#537) (fb4c2a8)
  • Angular IS: enable esModuleInterop (#527) (502e776)
  • ci: replace legacy circleci node images (#533) (9ffb469)
  • cli: configure inquirer with correct initial values for attributesToDisplay (#530) (5cd6142)

Features

4.10.3 (2021-09-01)

Bug Fixes

  • js: enable typescript completion using window (1fd684b)

4.10.2 (2021-09-01)

4.10.1 (2021-08-30)

Bug Fixes

  • js: correct umd url for algoliasearch (a5d005d)

4.10.0 (2021-08-24)

Features

4.9.0 (2021-07-22)

Bug Fixes

  • templates: add packageNamePrefix to widget templates (#458) (25da57e)

Features

  • cli: make app path optional (#457) (d5a5655)
  • templates: update README and LICENSE for widget templates (#459) (813c7bf)

4.8.0 (2021-06-10)

Features

  • template: add widget template for react (#456) (cf2c81b)

4.7.0 (2021-05-19)

Bug Fixes

  • templates: add main entry point (#447) (988336d)
  • templates: remove main entry points for Vue and React (51c5f3c)
  • templates: update to latest Parcel version (#454) (7bb892e)
  • templates: use function component in React template (#445) (17f8cc9)

Features

  • template: add widget template (#455) (e48f9c6)
  • templates: update Autocomplete.js template to Satellite (#450) (1ce212b)
  • vue: update vue template for vue-instantsearch 3 (#452) (2b3d6ff)

4.6.0 (2019-12-18)

Features

  • templates: add JavaScript Helper 3 template (#444) (dea6714)

4.4.2 (2019-04-10)

Bug Fixes

  • deps: update dependency chalk to v2.4.2 (#385) (1bb0e23)
  • deps: update dependency load-json-file to v5.2.0 (#387) (2b5f396)
  • templates: use expo for react-native (#392) (e7de93c)

4.4.1 (2019-02-26)

Bug Fixes

  • api: resolve template path (375212b)

4.4.0 (2019-02-20)

Features

4.3.2 (2019-02-15)

Bug Fixes

  • api: fix template resolver (1b0d2a1)

4.3.1 (2019-02-15)

Bug Fixes

4.3.0 (2019-02-14)

Bug Fixes

  • deps: update dependency inquirer to v6.2.2 (#340) (40d7419)
  • deps: update vue monorepo to v2.6.2 (#345) (53cc4dc)
  • React InstantSearch: placeholder template (#361) (caf15a0)
  • templates: remove community links (#362) (8709534)

Features

  • api: add support for template versioning (#351) (e679daa)
  • api: throw when unsupported template version (#354) (f7a6a4e)

4.2.0 (2019-01-14)

Bug Fixes

  • angular: use instantsearch.css styles directly (#347) (4e410d5)
  • deps: update dependency react-scripts to v2.1.1 (20bbb6a)
  • deps: update react monorepo to v16.6.3 (66fd398)

Features

4.1.0 (2018-10-29)

Bug Fixes

  • angular: add prod param to build command (#278) (0bc801b)
  • angular: fix manifest and Angular dependencies (#310) (d4dd811)
  • autocomplete: remove useless $hits variable (#252) (1b04e8d)
  • cli: Fix prompt typo (#230) (bf74d80)
  • deps: update angular monorepo to v6.1.10 (#287) (173ae07)
  • deps: update angular monorepo to v6.1.7 (#234) (976612e)
  • deps: update angular monorepo to v6.1.9 (#269) (f696ac0)
  • deps: update dependency commander to v2.18.0 (#235) (ea3ab43)
  • deps: update dependency commander to v2.19.0 (#288) (4ab3fd3)
  • deps: update dependency expo to v29.0.1 (#249) (9eed507)
  • deps: update dependency expo to v30 (#241) (45b7ae5)
  • deps: update dependency load-json-file to v5.1.0 (#270) (2c16283)
  • deps: update dependency metalsmith-ignore to v1 (#242) (2352281)
  • deps: update dependency rxjs to v6.3.2 (#236) (950a737)
  • deps: update dependency rxjs to v6.3.3 (#271) (a13c192)
  • deps: update dependency vue to v2.5.17 (#176) (99fd4c1)
  • deps: update react monorepo to v16.5.0 (#238) (cf5d036)
  • deps: update react monorepo to v16.5.1 (#251) (0086764)
  • deps: update react monorepo to v16.5.2 (#272) (8401d1b)
  • InstantSearch: disable autofocus (#257) (ed1d98a)
  • templates: Add Vue ESLint config (#240) (c1a5ecf)

Features

Reverts

  • fix(deps): update dependency react-native to v0.57.1 (#250) (24b1935)

4.0.0 (2018-09-03)

Bug Fixes

  • cli: Update question for "Attribute to display" (#149) (1ccd5b9)
  • deps: update dependency algoliasearch to v3.30.0 (#174) (1e9a2a1)
  • deps: update dependency commander to v2.17.0 (#175) (08819c5)
  • deps: update dependency commander to v2.17.1 (#191) (f0beb2e)
  • deps: update dependency expo to v27.1.1 (#163) (4fbba69)
  • deps: update dependency expo to v29 (#155) (53b63bb)
  • deps: update dependency inquirer to v6.1.0 (#192) (493185e)
  • deps: update dependency inquirer to v6.2.0 (#217) (08ee151)
  • deps: update dependency react-native to v0.56.0 (#193) (2826658)
  • deps: update dependency react-scripts to v1.1.5 (#218) (4ca0ab9)
  • deps: update dependency rxjs to v6.3.1 (#228) (5eb3149)
  • deps: update react monorepo to v16.4.2 (#177) (c9cdb13)

Features

Reverts

  • fix(deps): update dependency react-native to v0.56.0 (#193) (#229) (14d2e58)

BREAKING CHANGES

  • cli: The option mainAttribute has been renamed attributesToDisplay and now accepts multiple attributes.

3.3.0 (2018-07-24)

Bug Fixes

  • deps: update dependency metalsmith-in-place to v4.2.0 (#146) (a7dc371)

Features

  • templates: Update InstantSearch.js to 2.9.0 (b36ce30)

3.2.0 (2018-07-19)

Bug Fixes

  • deps: update dependency algoliasearch to v3.29.0 (#106) (73f64f3)
  • deps: update dependency commander to v2.16.0 (#107) (6c31090)
  • deps: update dependency inquirer to v6 (#127) (185c2a3)
  • deps: update dependency react to v16.4.1 (#133) (fe5090f)
  • deps: update dependency react-native to v0.56.0 (#134) (c578859)
  • deps: update dependency rxjs to v6.2.2 (#135) (15429d6)
  • templates: Fix failing default tests in Angular (#138) (2974e98)
  • templates: Use single quotes in Angular (#137) (b461f86)

Features

  • templates: Add types for AlgoliaSearch in Angular (#116) (63ab3c1)
  • templates: Reorder Angular devDependencies (#115) (2fd585a)
  • templates: Use searchClient in Angular (#114) (6b6cb2f)
  • templates: Use searchClient in React (#113) (33e646c)

Reverts

  • chore(deps): update dependency typescript to v2.9.2 (#132) (1c0819b)

3.1.0 (2018-07-05)

Bug Fixes

  • cli: Remove command shortcuts (#67) (4bc6ba1)
  • ios: run pod repo update before install (#72) (1d10805)
  • templates: Pin library dependencies (#79) (8ea5a77)

Features

  • cli: Add template categories (#76) (a04e9c6)
  • cli: Add empty lines before intro line (b4b4fcc)
  • templates: Add Android template (#73) (d35e9c9)
  • templates: Add Autocomplete.js template (#80) (fe9a51c)
  • templates: Add iOS template (#69) (aa061f8)
  • templates: Add JavaScript Client template (#77) (1dc0d03)
  • templates: Add JavaScript Helper template (#78) (34d0e94)

3.0.0 (2018-06-18)

Bug Fixes

  • cli: Use latest version when stable unavailable (#57) (e764cd5)

3.0.0-beta.5 (2018-06-15)

Features

  • templates: Update Parcel on InstantSearch.js template (2f9d529)

3.0.0-beta.4 (2018-06-15)

Bug Fixes

  • cli: Fallback on latest version when stable unavailable (#50) (0bd64a2)

Features

  • cli: Print relative cd path (#45) (37907e1)
  • cli: Recommend attributes to display in hits (#43) (0d9cb6a)
  • task: Ignore error log when user aborts during installation (#42) (9e99aad)
  • template: Use default IS import from jsDelivr (#46) (8e0c54b)
  • templates: Add React Native template (#53) (8b14d31)
  • templates: Warn facets usage with React Native template (#56) (6502feb)

3.0.0-beta.3 (2018-06-11)

Bug Fixes

  • templates: Remove empty div when no facets (#38) (f860c2c)

Features

3.0.0-beta.1 (2018-06-05)

Features

  • cli: Move hashbang to index.js (fd70338)

3.0.0-beta.0 (2018-06-05)

Features

2.3.0 (2018-02-01)

Bug Fixes

  • boilerplate: minor HTML fixes (#6) (51c00a4)

Features

  • version: add dynamic versioning (#8) (decf54c), closes #1

2.2.0 (2017-09-01)

Features

  • can create new basic instantsearch.js projects (d7693d6)
  • boilerplate: add server to vanilla instantsearch.js (02eb820)
  • boilerplate: configuration of the new app by the script (da6758c)
  • cli: added config handling (00d0a40)