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

Commit a7450f6

Browse files
committed
docs(changelog): remove wrong breaking changes
1 parent eece8a0 commit a7450f6

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

CHANGELOG.md

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,7 @@
1313

1414
### BREAKING CHANGES
1515

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-
16+
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
5617

5718

5819
## [4.11.1](https://github.com/algolia/create-instantsearch-app/compare/4.11.0...4.11.1) (2021-11-18)

0 commit comments

Comments
 (0)