Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit eece8a0

Browse files
committed
chore(release): 5.0.0
1 parent 559f705 commit eece8a0

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
# [5.0.0](https://github.com/algolia/create-instantsearch-app/compare/4.11.1...5.0.0) (2021-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **dynamicWidgets:** prevent "ais.dynamicWidgets" attribute showing up ([#542](https://github.com/algolia/create-instantsearch-app/issues/542)) ([559f705](https://github.com/algolia/create-instantsearch-app/commit/559f705ebcef48a3794efd7a588abd187d6642c9))
7+
8+
9+
### Code Refactoring
10+
11+
* **index:** rewrite answer parsing ([#541](https://github.com/algolia/create-instantsearch-app/issues/541)) ([efd2799](https://github.com/algolia/create-instantsearch-app/commit/efd279943e23545c3c0806f8e9632ae32c83c0d6))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **index:** 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
17+
18+
* postprocess answers
19+
20+
* e2e installs should not have any asked questions
21+
22+
* make e2e build test pass
23+
24+
* more info
25+
26+
* update to newer commander to fix the "name" issue
27+
28+
* refactor: validate appPath like appName
29+
30+
* error for empty string path
31+
32+
* clean lockfile
33+
34+
* refactor initial questions
35+
36+
* silently check for existing answers on appName
37+
38+
* don't ask initial questions if config is set
39+
40+
* introduce --no-interactive, mostly for test
41+
42+
* write tests
43+
44+
* fix argument
45+
46+
* undo change
47+
48+
* make .default apply always
49+
50+
* refactor templates to be part of initialQuestions
51+
52+
* cover initialQuestions in tests
53+
54+
* fix error
55+
56+
57+
158
## [4.11.1](https://github.com/algolia/create-instantsearch-app/compare/4.11.0...4.11.1) (2021-11-18)
259

360

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-instantsearch-app",
3-
"version": "4.11.1",
3+
"version": "5.0.0",
44
"license": "MIT",
55
"description": "⚡️ Build InstantSearch apps at the speed of thought",
66
"keywords": [

0 commit comments

Comments
 (0)