create-instantsearch-app 5.2.2 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +4 -5
- package/src/api/__tests__/__snapshots__/index.test.js.snap +4 -4
- package/src/templates/Angular InstantSearch/src/app/app.component.html.hbs +4 -1
- package/src/templates/InstantSearch.js/index.html.hbs +2 -4
- package/src/templates/InstantSearch.js/package.json +5 -11
- package/src/templates/InstantSearch.js/src/app.js.hbs +12 -6
- package/src/templates/React InstantSearch/package.json +2 -2
- package/src/templates/React InstantSearch/public/index.html +1 -1
- package/src/templates/React InstantSearch/src/App.js.hbs +10 -4
- package/src/templates/React InstantSearch/src/index.js +2 -2
- package/src/templates/React InstantSearch Hooks/.editorconfig +8 -0
- package/src/templates/React InstantSearch Hooks/.gitignore.template +23 -0
- package/src/templates/React InstantSearch Hooks/.prettierrc +5 -0
- package/src/templates/React InstantSearch Hooks/.template.js +24 -0
- package/src/templates/React InstantSearch Hooks/README.md +19 -0
- package/src/templates/React InstantSearch Hooks/favicon.png +0 -0
- package/src/templates/React InstantSearch Hooks/index.html +31 -0
- package/src/templates/React InstantSearch Hooks/package.json +22 -0
- package/src/templates/React InstantSearch Hooks/src/App.css +71 -0
- package/src/templates/React InstantSearch Hooks/src/App.tsx.hbs +111 -0
- package/src/templates/React InstantSearch Hooks/src/Panel.tsx +16 -0
- package/src/templates/React InstantSearch Hooks/src/index.tsx +6 -0
- package/src/templates/React InstantSearch widget/README.md +1 -1
- package/src/templates/React InstantSearch widget/package.json.hbs +2 -1
- package/src/templates/React InstantSearch widget/src/lib/connector.ts.hbs +6 -3
- package/src/templates/React InstantSearch widget/src/lib/widget.tsx.hbs +4 -4
- package/src/templates/React InstantSearch widget/src/types/connector.ts +17 -0
- package/src/templates/Vue InstantSearch/public/index.html +1 -1
- package/src/templates/Vue InstantSearch/src/App.vue +18 -6
- package/src/templates/Vue InstantSearch with Vue 3/README.md +2 -2
- package/src/templates/Vue InstantSearch with Vue 3/index.html +1 -1
- package/src/templates/Vue InstantSearch with Vue 3/package.json +1 -0
- package/src/templates/Vue InstantSearch with Vue 3/src/App.vue +9 -2
- package/src/utils/__tests__/__snapshots__/index.test.js.snap +1 -1
- package/src/utils/__tests__/index.test.js +2 -2
- package/CHANGELOG.md +0 -527
- package/src/templates/InstantSearch.js/manifest.webmanifest +0 -15
- package/src/templates/React InstantSearch widget/.gitignore +0 -5
package/CHANGELOG.md
DELETED
|
@@ -1,527 +0,0 @@
|
|
|
1
|
-
## [5.2.2](https://github.com/algolia/create-instantsearch-app/compare/5.2.1...5.2.2) (2022-02-21)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **vue:** support optional chaining ([#564](https://github.com/algolia/create-instantsearch-app/issues/564)) ([2dfa2ec](https://github.com/algolia/create-instantsearch-app/commit/2dfa2ecebdbcea5604db451c0e0e57010b36de04))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
## [5.2.1](https://github.com/algolia/create-instantsearch-app/compare/5.2.0...5.2.1) (2022-02-16)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* **Vue 3:** add vite plugin to correctly handle jsx ([#563](https://github.com/algolia/create-instantsearch-app/issues/563)) ([0a4162a](https://github.com/algolia/create-instantsearch-app/commit/0a4162ae2067a15b30242e0b54ae3ff768e836d9))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
# [5.2.0](https://github.com/algolia/create-instantsearch-app/compare/5.1.2...5.2.0) (2022-02-14)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
|
-
* **templates:** introduce React InstantSearch Hooks Native template ([#559](https://github.com/algolia/create-instantsearch-app/issues/559)) ([495f014](https://github.com/algolia/create-instantsearch-app/commit/495f0140301185bba9192ccd779597d4d5028241))
|
|
25
|
-
* **vue:** add vue3 template ([#558](https://github.com/algolia/create-instantsearch-app/issues/558)) ([117067e](https://github.com/algolia/create-instantsearch-app/commit/117067ea0c4da0d08105d2de1e8b611f935b533a))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## [5.1.2](https://github.com/algolia/create-instantsearch-app/compare/5.1.1...5.1.2) (2022-02-02)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* **angular:** remove @types/algoliasearch dep ([#553](https://github.com/algolia/create-instantsearch-app/issues/553)) ([b280725](https://github.com/algolia/create-instantsearch-app/commit/b2807252dff74f79d887c746327f03f28f53840d))
|
|
35
|
-
* **angular:** update angular packages ([#555](https://github.com/algolia/create-instantsearch-app/issues/555)) ([9987264](https://github.com/algolia/create-instantsearch-app/commit/9987264f32582721ac2a8e7f3348fa3d54be3975))
|
|
36
|
-
* **React InstantSearch:** import RefinementList if DynamicWidgets used ([#554](https://github.com/algolia/create-instantsearch-app/issues/554)) ([402ec63](https://github.com/algolia/create-instantsearch-app/commit/402ec63261db8a60aa6927e84ec46d45eb27fef3))
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## [5.1.1](https://github.com/algolia/create-instantsearch-app/compare/5.1.0...5.1.1) (2022-01-03)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* **react-native:** update template and related dependencies ([#546](https://github.com/algolia/create-instantsearch-app/issues/546)) ([858d33f](https://github.com/algolia/create-instantsearch-app/commit/858d33fb01272e8a13964a739c247743cbd855dc))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
# [5.1.0](https://github.com/algolia/create-instantsearch-app/compare/5.0.1...5.1.0) (2021-12-14)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Features
|
|
53
|
-
|
|
54
|
-
* **templates:** use non-experimental dynamic widgets ([#544](https://github.com/algolia/create-instantsearch-app/issues/544)) ([efda539](https://github.com/algolia/create-instantsearch-app/commit/efda5395cef7865c7b4cebe741e7ab5e8ea4b2f8))
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## [5.0.1](https://github.com/algolia/create-instantsearch-app/compare/5.0.0...5.0.1) (2021-12-02)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Bug Fixes
|
|
62
|
-
|
|
63
|
-
* **dynamicWidgets:** allow only dynamicWidgets as attribute ([3717de6](https://github.com/algolia/create-instantsearch-app/commit/3717de6fc5811c191629d366988dcc2e05773a9c))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
# [5.0.0](https://github.com/algolia/create-instantsearch-app/compare/4.11.1...5.0.0) (2021-12-02)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* **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))
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### Code Refactoring
|
|
76
|
-
|
|
77
|
-
* **index:** rewrite answer parsing ([#541](https://github.com/algolia/create-instantsearch-app/issues/541)) ([efd2799](https://github.com/algolia/create-instantsearch-app/commit/efd279943e23545c3c0806f8e9632ae32c83c0d6))
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### BREAKING CHANGES
|
|
81
|
-
|
|
82
|
-
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
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## [4.11.1](https://github.com/algolia/create-instantsearch-app/compare/4.11.0...4.11.1) (2021-11-18)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* **react:** add missing configure widget import ([#540](https://github.com/algolia/create-instantsearch-app/issues/540)) ([626a568](https://github.com/algolia/create-instantsearch-app/commit/626a56859c48e756429da66195d7da1a6c79e39e))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
# [4.11.0](https://github.com/algolia/create-instantsearch-app/compare/4.10.3...4.11.0) (2021-11-16)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
### Bug Fixes
|
|
98
|
-
|
|
99
|
-
* **angular:** move styles import to angular.json ([#532](https://github.com/algolia/create-instantsearch-app/issues/532)) ([d2f73b8](https://github.com/algolia/create-instantsearch-app/commit/d2f73b895c0ed7a2530920f770f67879cca0a9a5))
|
|
100
|
-
* **angular:** replace css imports with CDN <link>s ([#537](https://github.com/algolia/create-instantsearch-app/issues/537)) ([fb4c2a8](https://github.com/algolia/create-instantsearch-app/commit/fb4c2a87852fe2f4b3d2289a21234fdf04bddc98))
|
|
101
|
-
* **Angular IS:** enable esModuleInterop ([#527](https://github.com/algolia/create-instantsearch-app/issues/527)) ([502e776](https://github.com/algolia/create-instantsearch-app/commit/502e776cf9ca9eca489d6acbde5f8c603de56bd0))
|
|
102
|
-
* **ci:** replace legacy circleci node images ([#533](https://github.com/algolia/create-instantsearch-app/issues/533)) ([9ffb469](https://github.com/algolia/create-instantsearch-app/commit/9ffb46925db6e2a6e015be98b589f1b7cf22a9f3))
|
|
103
|
-
* **cli:** configure inquirer with correct initial values for attributesToDisplay ([#530](https://github.com/algolia/create-instantsearch-app/issues/530)) ([5cd6142](https://github.com/algolia/create-instantsearch-app/commit/5cd6142d12658dde616690ab1b045c613adf711a))
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
### Features
|
|
107
|
-
|
|
108
|
-
* **autocomplete:** add Autocomplete v1 template ([#528](https://github.com/algolia/create-instantsearch-app/issues/528)) ([5c72d05](https://github.com/algolia/create-instantsearch-app/commit/5c72d05100d90900afbc848eaa7417c175c126cc))
|
|
109
|
-
* **facets:** use dynamicWidgets ([#534](https://github.com/algolia/create-instantsearch-app/issues/534)) ([7df3225](https://github.com/algolia/create-instantsearch-app/commit/7df32252a0558f0e09288735cfddd8062af5dc09))
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## [4.10.3](https://github.com/algolia/create-instantsearch-app/compare/4.10.2...4.10.3) (2021-09-01)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
* **js:** enable typescript completion using window ([1fd684b](https://github.com/algolia/create-instantsearch-app/commit/1fd684bf4c5c15b0f7c5d20a6bcf25037ddf9684))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
## [4.10.2](https://github.com/algolia/create-instantsearch-app/compare/4.10.1...4.10.2) (2021-09-01)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
## [4.10.1](https://github.com/algolia/create-instantsearch-app/compare/4.10.0...4.10.1) (2021-08-30)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Bug Fixes
|
|
130
|
-
|
|
131
|
-
* **js:** correct umd url for algoliasearch ([a5d005d](https://github.com/algolia/create-instantsearch-app/commit/a5d005d4acba1f8833b8b2d50fb63e7b199c735e))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
# [4.10.0](https://github.com/algolia/create-instantsearch-app/compare/4.9.0...4.10.0) (2021-08-24)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* **is widget:** upgrade to standard types ([#463](https://github.com/algolia/create-instantsearch-app/issues/463)) ([174c0ab](https://github.com/algolia/create-instantsearch-app/commit/174c0ab7901d09da24b3aeebba17b7dd62073810))
|
|
141
|
-
* **js:** add typescript to the js template ([#464](https://github.com/algolia/create-instantsearch-app/issues/464)) ([9b16b13](https://github.com/algolia/create-instantsearch-app/commit/9b16b1365659053821ad2fdac4ce73037c347819))
|
|
142
|
-
* **js-widget:** add example ([#461](https://github.com/algolia/create-instantsearch-app/issues/461)) ([017325d](https://github.com/algolia/create-instantsearch-app/commit/017325dd79d5d8ae849e5c17b7a20527bd142ed8))
|
|
143
|
-
* **vue:** support Vue InstantSearch 4 ([#465](https://github.com/algolia/create-instantsearch-app/issues/465)) ([f0ebec5](https://github.com/algolia/create-instantsearch-app/commit/f0ebec52f8013450a86b5b5fda191822a8b94a1e))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
# [4.9.0](https://github.com/algolia/create-instantsearch-app/compare/4.8.0...4.9.0) (2021-07-22)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Bug Fixes
|
|
151
|
-
|
|
152
|
-
* **templates:** add `packageNamePrefix` to widget templates ([#458](https://github.com/algolia/create-instantsearch-app/issues/458)) ([25da57e](https://github.com/algolia/create-instantsearch-app/commit/25da57eeea01b9e77b34460ea8179e7411a71588))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Features
|
|
156
|
-
|
|
157
|
-
* **cli:** make app path optional ([#457](https://github.com/algolia/create-instantsearch-app/issues/457)) ([d5a5655](https://github.com/algolia/create-instantsearch-app/commit/d5a5655c2c284eb43499aad6c490b95a2b7b4b0c))
|
|
158
|
-
* **templates:** update README and LICENSE for widget templates ([#459](https://github.com/algolia/create-instantsearch-app/issues/459)) ([813c7bf](https://github.com/algolia/create-instantsearch-app/commit/813c7bfbaebdba5eb7277c59022455b51ea65b23))
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
# [4.8.0](https://github.com/algolia/create-instantsearch-app/compare/4.7.0...4.8.0) (2021-06-10)
|
|
163
|
-
|
|
164
|
-
### Features
|
|
165
|
-
|
|
166
|
-
* **template:** add widget template for react ([#456](https://github.com/algolia/create-instantsearch-app/issues/456)) ([cf2c81b](https://github.com/algolia/create-instantsearch-app/commit/cf2c81bf76601dea82556f89df2846321384b1b9))
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
# [4.7.0](https://github.com/algolia/create-instantsearch-app/compare/4.6.0...4.7.0) (2021-05-19)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Bug Fixes
|
|
174
|
-
|
|
175
|
-
* **templates:** add `main` entry point ([#447](https://github.com/algolia/create-instantsearch-app/issues/447)) ([988336d](https://github.com/algolia/create-instantsearch-app/commit/988336dac4e92ce545e9ea0ebb79565f5043f61a))
|
|
176
|
-
* **templates:** remove `main` entry points for Vue and React ([51c5f3c](https://github.com/algolia/create-instantsearch-app/commit/51c5f3cdc73d32a0008fc2bdb05ab3378ba2d422))
|
|
177
|
-
* **templates:** update to latest Parcel version ([#454](https://github.com/algolia/create-instantsearch-app/issues/454)) ([7bb892e](https://github.com/algolia/create-instantsearch-app/commit/7bb892ea0d61db2562b2e76246e928ec7deb3b96))
|
|
178
|
-
* **templates:** use function component in React template ([#445](https://github.com/algolia/create-instantsearch-app/issues/445)) ([17f8cc9](https://github.com/algolia/create-instantsearch-app/commit/17f8cc98c3e0b1bb1930cd94e88033c6d8b10071))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Features
|
|
182
|
-
|
|
183
|
-
* **template:** add widget template ([#455](https://github.com/algolia/create-instantsearch-app/issues/455)) ([e48f9c6](https://github.com/algolia/create-instantsearch-app/commit/e48f9c6cd1721625e2de5f43336ab812ef70cae2))
|
|
184
|
-
* **templates:** update Autocomplete.js template to Satellite ([#450](https://github.com/algolia/create-instantsearch-app/issues/450)) ([1ce212b](https://github.com/algolia/create-instantsearch-app/commit/1ce212bd206c5e09c3ee2873bf41720e8aa85dcb))
|
|
185
|
-
* **vue:** update vue template for vue-instantsearch 3 ([#452](https://github.com/algolia/create-instantsearch-app/issues/452)) ([2b3d6ff](https://github.com/algolia/create-instantsearch-app/commit/2b3d6ffd106b6cf3969b075a1451d8ec4ed4b381))
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
# [4.6.0](https://github.com/algolia/create-instantsearch-app/compare/4.5.0...4.6.0) (2019-12-18)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* **templates:** add JavaScript Helper 3 template ([#444](https://github.com/algolia/create-instantsearch-app/issues/444)) ([dea6714](https://github.com/algolia/create-instantsearch-app/commit/dea6714a16e4f47e52a7824348064a962b9a93ff))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## [4.4.2](https://github.com/algolia/create-instantsearch-app/compare/4.4.1...4.4.2) (2019-04-10)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
* **deps:** update dependency chalk to v2.4.2 ([#385](https://github.com/algolia/create-instantsearch-app/issues/385)) ([1bb0e23](https://github.com/algolia/create-instantsearch-app/commit/1bb0e23))
|
|
204
|
-
* **deps:** update dependency load-json-file to v5.2.0 ([#387](https://github.com/algolia/create-instantsearch-app/issues/387)) ([2b5f396](https://github.com/algolia/create-instantsearch-app/commit/2b5f396))
|
|
205
|
-
* **templates:** use expo for react-native ([#392](https://github.com/algolia/create-instantsearch-app/issues/392)) ([e7de93c](https://github.com/algolia/create-instantsearch-app/commit/e7de93c))
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
## [4.4.1](https://github.com/algolia/create-instantsearch-app/compare/4.4.0...4.4.1) (2019-02-26)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
* **api:** resolve template path ([375212b](https://github.com/algolia/create-instantsearch-app/commit/375212b))
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
# [4.4.0](https://github.com/algolia/create-instantsearch-app/compare/4.3.2...4.4.0) (2019-02-20)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
### Features
|
|
222
|
-
|
|
223
|
-
* **vue:** add template for Vue v2 ([#370](https://github.com/algolia/create-instantsearch-app/issues/370)) ([ec43d28](https://github.com/algolia/create-instantsearch-app/commit/ec43d28))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
## [4.3.2](https://github.com/algolia/create-instantsearch-app/compare/4.3.1...4.3.2) (2019-02-15)
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
### Bug Fixes
|
|
231
|
-
|
|
232
|
-
* **api:** fix template resolver ([1b0d2a1](https://github.com/algolia/create-instantsearch-app/commit/1b0d2a1))
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
## [4.3.1](https://github.com/algolia/create-instantsearch-app/compare/4.3.0...4.3.1) (2019-02-15)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
### Bug Fixes
|
|
240
|
-
|
|
241
|
-
* **api:** resolve relative paths ([#365](https://github.com/algolia/create-instantsearch-app/issues/365)) ([fc8c421](https://github.com/algolia/create-instantsearch-app/commit/fc8c421))
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
# [4.3.0](https://github.com/algolia/create-instantsearch-app/compare/4.2.0...4.3.0) (2019-02-14)
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Bug Fixes
|
|
249
|
-
|
|
250
|
-
* **deps:** update dependency inquirer to v6.2.2 ([#340](https://github.com/algolia/create-instantsearch-app/issues/340)) ([40d7419](https://github.com/algolia/create-instantsearch-app/commit/40d7419))
|
|
251
|
-
* **deps:** update vue monorepo to v2.6.2 ([#345](https://github.com/algolia/create-instantsearch-app/issues/345)) ([53cc4dc](https://github.com/algolia/create-instantsearch-app/commit/53cc4dc))
|
|
252
|
-
* **React InstantSearch:** placeholder template ([#361](https://github.com/algolia/create-instantsearch-app/issues/361)) ([caf15a0](https://github.com/algolia/create-instantsearch-app/commit/caf15a0))
|
|
253
|
-
* **templates:** remove community links ([#362](https://github.com/algolia/create-instantsearch-app/issues/362)) ([8709534](https://github.com/algolia/create-instantsearch-app/commit/8709534))
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### Features
|
|
257
|
-
|
|
258
|
-
* **api:** add support for template versioning ([#351](https://github.com/algolia/create-instantsearch-app/issues/351)) ([e679daa](https://github.com/algolia/create-instantsearch-app/commit/e679daa))
|
|
259
|
-
* **api:** throw when unsupported template version ([#354](https://github.com/algolia/create-instantsearch-app/issues/354)) ([f7a6a4e](https://github.com/algolia/create-instantsearch-app/commit/f7a6a4e))
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
# [4.2.0](https://github.com/algolia/create-instantsearch-app/compare/4.1.0...4.2.0) (2019-01-14)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Bug Fixes
|
|
267
|
-
|
|
268
|
-
* **angular:** use instantsearch.css styles directly ([#347](https://github.com/algolia/create-instantsearch-app/issues/347)) ([4e410d5](https://github.com/algolia/create-instantsearch-app/commit/4e410d5))
|
|
269
|
-
* **deps:** update dependency react-scripts to v2.1.1 ([20bbb6a](https://github.com/algolia/create-instantsearch-app/commit/20bbb6a))
|
|
270
|
-
* **deps:** update react monorepo to v16.6.3 ([66fd398](https://github.com/algolia/create-instantsearch-app/commit/66fd398))
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
### Features
|
|
274
|
-
|
|
275
|
-
* **js:** migrate template to InstantSearch.js 3 ([#350](https://github.com/algolia/create-instantsearch-app/issues/350)) ([819b056](https://github.com/algolia/create-instantsearch-app/commit/819b056)), closes [#349](https://github.com/algolia/create-instantsearch-app/issues/349)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
<a name="4.1.0"></a>
|
|
280
|
-
# [4.1.0](https://github.com/algolia/create-instantsearch-app/compare/4.0.0...4.1.0) (2018-10-29)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* **angular:** add prod param to build command ([#278](https://github.com/algolia/create-instantsearch-app/issues/278)) ([0bc801b](https://github.com/algolia/create-instantsearch-app/commit/0bc801b))
|
|
286
|
-
* **angular:** fix manifest and Angular dependencies ([#310](https://github.com/algolia/create-instantsearch-app/issues/310)) ([d4dd811](https://github.com/algolia/create-instantsearch-app/commit/d4dd811))
|
|
287
|
-
* **autocomplete:** remove useless $hits variable ([#252](https://github.com/algolia/create-instantsearch-app/issues/252)) ([1b04e8d](https://github.com/algolia/create-instantsearch-app/commit/1b04e8d))
|
|
288
|
-
* **cli:** Fix prompt typo ([#230](https://github.com/algolia/create-instantsearch-app/issues/230)) ([bf74d80](https://github.com/algolia/create-instantsearch-app/commit/bf74d80))
|
|
289
|
-
* **deps:** update angular monorepo to v6.1.10 ([#287](https://github.com/algolia/create-instantsearch-app/issues/287)) ([173ae07](https://github.com/algolia/create-instantsearch-app/commit/173ae07))
|
|
290
|
-
* **deps:** update angular monorepo to v6.1.7 ([#234](https://github.com/algolia/create-instantsearch-app/issues/234)) ([976612e](https://github.com/algolia/create-instantsearch-app/commit/976612e))
|
|
291
|
-
* **deps:** update angular monorepo to v6.1.9 ([#269](https://github.com/algolia/create-instantsearch-app/issues/269)) ([f696ac0](https://github.com/algolia/create-instantsearch-app/commit/f696ac0))
|
|
292
|
-
* **deps:** update dependency commander to v2.18.0 ([#235](https://github.com/algolia/create-instantsearch-app/issues/235)) ([ea3ab43](https://github.com/algolia/create-instantsearch-app/commit/ea3ab43))
|
|
293
|
-
* **deps:** update dependency commander to v2.19.0 ([#288](https://github.com/algolia/create-instantsearch-app/issues/288)) ([4ab3fd3](https://github.com/algolia/create-instantsearch-app/commit/4ab3fd3))
|
|
294
|
-
* **deps:** update dependency expo to v29.0.1 ([#249](https://github.com/algolia/create-instantsearch-app/issues/249)) ([9eed507](https://github.com/algolia/create-instantsearch-app/commit/9eed507))
|
|
295
|
-
* **deps:** update dependency expo to v30 ([#241](https://github.com/algolia/create-instantsearch-app/issues/241)) ([45b7ae5](https://github.com/algolia/create-instantsearch-app/commit/45b7ae5))
|
|
296
|
-
* **deps:** update dependency load-json-file to v5.1.0 ([#270](https://github.com/algolia/create-instantsearch-app/issues/270)) ([2c16283](https://github.com/algolia/create-instantsearch-app/commit/2c16283))
|
|
297
|
-
* **deps:** update dependency metalsmith-ignore to v1 ([#242](https://github.com/algolia/create-instantsearch-app/issues/242)) ([2352281](https://github.com/algolia/create-instantsearch-app/commit/2352281))
|
|
298
|
-
* **deps:** update dependency rxjs to v6.3.2 ([#236](https://github.com/algolia/create-instantsearch-app/issues/236)) ([950a737](https://github.com/algolia/create-instantsearch-app/commit/950a737))
|
|
299
|
-
* **deps:** update dependency rxjs to v6.3.3 ([#271](https://github.com/algolia/create-instantsearch-app/issues/271)) ([a13c192](https://github.com/algolia/create-instantsearch-app/commit/a13c192))
|
|
300
|
-
* **deps:** update dependency vue to v2.5.17 ([#176](https://github.com/algolia/create-instantsearch-app/issues/176)) ([99fd4c1](https://github.com/algolia/create-instantsearch-app/commit/99fd4c1))
|
|
301
|
-
* **deps:** update react monorepo to v16.5.0 ([#238](https://github.com/algolia/create-instantsearch-app/issues/238)) ([cf5d036](https://github.com/algolia/create-instantsearch-app/commit/cf5d036))
|
|
302
|
-
* **deps:** update react monorepo to v16.5.1 ([#251](https://github.com/algolia/create-instantsearch-app/issues/251)) ([0086764](https://github.com/algolia/create-instantsearch-app/commit/0086764))
|
|
303
|
-
* **deps:** update react monorepo to v16.5.2 ([#272](https://github.com/algolia/create-instantsearch-app/issues/272)) ([8401d1b](https://github.com/algolia/create-instantsearch-app/commit/8401d1b))
|
|
304
|
-
* **InstantSearch:** disable autofocus ([#257](https://github.com/algolia/create-instantsearch-app/issues/257)) ([ed1d98a](https://github.com/algolia/create-instantsearch-app/commit/ed1d98a))
|
|
305
|
-
* **templates:** Add Vue ESLint config ([#240](https://github.com/algolia/create-instantsearch-app/issues/240)) ([c1a5ecf](https://github.com/algolia/create-instantsearch-app/commit/c1a5ecf))
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
### Features
|
|
309
|
-
|
|
310
|
-
* **cli:** add default Algolia credentials ([#291](https://github.com/algolia/create-instantsearch-app/issues/291)) ([b3dc47f](https://github.com/algolia/create-instantsearch-app/commit/b3dc47f))
|
|
311
|
-
* **react:** upgrade to react-scripts@2 ([#300](https://github.com/algolia/create-instantsearch-app/issues/300)) ([f8ac929](https://github.com/algolia/create-instantsearch-app/commit/f8ac929))
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
### Reverts
|
|
315
|
-
|
|
316
|
-
* fix(deps): update dependency react-native to v0.57.1 ([#250](https://github.com/algolia/create-instantsearch-app/issues/250)) ([24b1935](https://github.com/algolia/create-instantsearch-app/commit/24b1935))
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
<a name="4.0.0"></a>
|
|
321
|
-
# [4.0.0](https://github.com/algolia/create-instantsearch-app/compare/3.3.0...4.0.0) (2018-09-03)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
### Bug Fixes
|
|
325
|
-
|
|
326
|
-
* **cli:** Update question for "Attribute to display" ([#149](https://github.com/algolia/create-instantsearch-app/issues/149)) ([1ccd5b9](https://github.com/algolia/create-instantsearch-app/commit/1ccd5b9))
|
|
327
|
-
* **deps:** update dependency algoliasearch to v3.30.0 ([#174](https://github.com/algolia/create-instantsearch-app/issues/174)) ([1e9a2a1](https://github.com/algolia/create-instantsearch-app/commit/1e9a2a1))
|
|
328
|
-
* **deps:** update dependency commander to v2.17.0 ([#175](https://github.com/algolia/create-instantsearch-app/issues/175)) ([08819c5](https://github.com/algolia/create-instantsearch-app/commit/08819c5))
|
|
329
|
-
* **deps:** update dependency commander to v2.17.1 ([#191](https://github.com/algolia/create-instantsearch-app/issues/191)) ([f0beb2e](https://github.com/algolia/create-instantsearch-app/commit/f0beb2e))
|
|
330
|
-
* **deps:** update dependency expo to v27.1.1 ([#163](https://github.com/algolia/create-instantsearch-app/issues/163)) ([4fbba69](https://github.com/algolia/create-instantsearch-app/commit/4fbba69))
|
|
331
|
-
* **deps:** update dependency expo to v29 ([#155](https://github.com/algolia/create-instantsearch-app/issues/155)) ([53b63bb](https://github.com/algolia/create-instantsearch-app/commit/53b63bb))
|
|
332
|
-
* **deps:** update dependency inquirer to v6.1.0 ([#192](https://github.com/algolia/create-instantsearch-app/issues/192)) ([493185e](https://github.com/algolia/create-instantsearch-app/commit/493185e))
|
|
333
|
-
* **deps:** update dependency inquirer to v6.2.0 ([#217](https://github.com/algolia/create-instantsearch-app/issues/217)) ([08ee151](https://github.com/algolia/create-instantsearch-app/commit/08ee151))
|
|
334
|
-
* **deps:** update dependency react-native to v0.56.0 ([#193](https://github.com/algolia/create-instantsearch-app/issues/193)) ([2826658](https://github.com/algolia/create-instantsearch-app/commit/2826658))
|
|
335
|
-
* **deps:** update dependency react-scripts to v1.1.5 ([#218](https://github.com/algolia/create-instantsearch-app/issues/218)) ([4ca0ab9](https://github.com/algolia/create-instantsearch-app/commit/4ca0ab9))
|
|
336
|
-
* **deps:** update dependency rxjs to v6.3.1 ([#228](https://github.com/algolia/create-instantsearch-app/issues/228)) ([5eb3149](https://github.com/algolia/create-instantsearch-app/commit/5eb3149))
|
|
337
|
-
* **deps:** update react monorepo to v16.4.2 ([#177](https://github.com/algolia/create-instantsearch-app/issues/177)) ([c9cdb13](https://github.com/algolia/create-instantsearch-app/commit/c9cdb13))
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### Features
|
|
341
|
-
|
|
342
|
-
* **cli:** Accept multiple attributes to display ([#153](https://github.com/algolia/create-instantsearch-app/issues/153)) ([0b93202](https://github.com/algolia/create-instantsearch-app/commit/0b93202)), closes [#151](https://github.com/algolia/create-instantsearch-app/issues/151)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Reverts
|
|
346
|
-
|
|
347
|
-
* fix(deps): update dependency react-native to v0.56.0 ([#193](https://github.com/algolia/create-instantsearch-app/issues/193)) ([#229](https://github.com/algolia/create-instantsearch-app/issues/229)) ([14d2e58](https://github.com/algolia/create-instantsearch-app/commit/14d2e58))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### BREAKING CHANGES
|
|
351
|
-
|
|
352
|
-
* **cli:** The option `mainAttribute` has been renamed `attributesToDisplay` and now accepts multiple attributes.
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
<a name="3.3.0"></a>
|
|
357
|
-
# [3.3.0](https://github.com/algolia/create-instantsearch-app/compare/3.2.0...3.3.0) (2018-07-24)
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
### Bug Fixes
|
|
361
|
-
|
|
362
|
-
* **deps:** update dependency metalsmith-in-place to v4.2.0 ([#146](https://github.com/algolia/create-instantsearch-app/issues/146)) ([a7dc371](https://github.com/algolia/create-instantsearch-app/commit/a7dc371))
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
### Features
|
|
366
|
-
|
|
367
|
-
* **templates:** Update InstantSearch.js to 2.9.0 ([b36ce30](https://github.com/algolia/create-instantsearch-app/commit/b36ce30))
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
<a name="3.2.0"></a>
|
|
372
|
-
# [3.2.0](https://github.com/algolia/create-instantsearch-app/compare/3.1.0...3.2.0) (2018-07-19)
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
### Bug Fixes
|
|
376
|
-
|
|
377
|
-
* **deps:** update dependency algoliasearch to v3.29.0 ([#106](https://github.com/algolia/create-instantsearch-app/issues/106)) ([73f64f3](https://github.com/algolia/create-instantsearch-app/commit/73f64f3))
|
|
378
|
-
* **deps:** update dependency commander to v2.16.0 ([#107](https://github.com/algolia/create-instantsearch-app/issues/107)) ([6c31090](https://github.com/algolia/create-instantsearch-app/commit/6c31090))
|
|
379
|
-
* **deps:** update dependency inquirer to v6 ([#127](https://github.com/algolia/create-instantsearch-app/issues/127)) ([185c2a3](https://github.com/algolia/create-instantsearch-app/commit/185c2a3))
|
|
380
|
-
* **deps:** update dependency react to v16.4.1 ([#133](https://github.com/algolia/create-instantsearch-app/issues/133)) ([fe5090f](https://github.com/algolia/create-instantsearch-app/commit/fe5090f))
|
|
381
|
-
* **deps:** update dependency react-native to v0.56.0 ([#134](https://github.com/algolia/create-instantsearch-app/issues/134)) ([c578859](https://github.com/algolia/create-instantsearch-app/commit/c578859))
|
|
382
|
-
* **deps:** update dependency rxjs to v6.2.2 ([#135](https://github.com/algolia/create-instantsearch-app/issues/135)) ([15429d6](https://github.com/algolia/create-instantsearch-app/commit/15429d6))
|
|
383
|
-
* **templates:** Fix failing default tests in Angular ([#138](https://github.com/algolia/create-instantsearch-app/issues/138)) ([2974e98](https://github.com/algolia/create-instantsearch-app/commit/2974e98))
|
|
384
|
-
* **templates:** Use single quotes in Angular ([#137](https://github.com/algolia/create-instantsearch-app/issues/137)) ([b461f86](https://github.com/algolia/create-instantsearch-app/commit/b461f86))
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* **templates:** Add types for AlgoliaSearch in Angular ([#116](https://github.com/algolia/create-instantsearch-app/issues/116)) ([63ab3c1](https://github.com/algolia/create-instantsearch-app/commit/63ab3c1))
|
|
390
|
-
* **templates:** Reorder Angular `devDependencies` ([#115](https://github.com/algolia/create-instantsearch-app/issues/115)) ([2fd585a](https://github.com/algolia/create-instantsearch-app/commit/2fd585a))
|
|
391
|
-
* **templates:** Use `searchClient` in Angular ([#114](https://github.com/algolia/create-instantsearch-app/issues/114)) ([6b6cb2f](https://github.com/algolia/create-instantsearch-app/commit/6b6cb2f))
|
|
392
|
-
* **templates:** Use `searchClient` in React ([#113](https://github.com/algolia/create-instantsearch-app/issues/113)) ([33e646c](https://github.com/algolia/create-instantsearch-app/commit/33e646c))
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
### Reverts
|
|
396
|
-
|
|
397
|
-
* chore(deps): update dependency typescript to v2.9.2 ([#132](https://github.com/algolia/create-instantsearch-app/issues/132)) ([1c0819b](https://github.com/algolia/create-instantsearch-app/commit/1c0819b))
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
<a name="3.1.0"></a>
|
|
402
|
-
# [3.1.0](https://github.com/algolia/create-instantsearch-app/compare/3.0.0...3.1.0) (2018-07-05)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* **cli:** Remove command shortcuts ([#67](https://github.com/algolia/create-instantsearch-app/issues/67)) ([4bc6ba1](https://github.com/algolia/create-instantsearch-app/commit/4bc6ba1))
|
|
408
|
-
* **ios:** run pod repo update before install ([#72](https://github.com/algolia/create-instantsearch-app/issues/72)) ([1d10805](https://github.com/algolia/create-instantsearch-app/commit/1d10805))
|
|
409
|
-
* **templates:** Pin library dependencies ([#79](https://github.com/algolia/create-instantsearch-app/issues/79)) ([8ea5a77](https://github.com/algolia/create-instantsearch-app/commit/8ea5a77))
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Features
|
|
413
|
-
|
|
414
|
-
* **cli:** Add template categories ([#76](https://github.com/algolia/create-instantsearch-app/issues/76)) ([a04e9c6](https://github.com/algolia/create-instantsearch-app/commit/a04e9c6))
|
|
415
|
-
* **cli:** Add empty lines before intro line ([b4b4fcc](https://github.com/algolia/create-instantsearch-app/commit/b4b4fcc))
|
|
416
|
-
* **templates:** Add Android template ([#73](https://github.com/algolia/create-instantsearch-app/issues/73)) ([d35e9c9](https://github.com/algolia/create-instantsearch-app/commit/d35e9c9))
|
|
417
|
-
* **templates:** Add Autocomplete.js template ([#80](https://github.com/algolia/create-instantsearch-app/issues/80)) ([fe9a51c](https://github.com/algolia/create-instantsearch-app/commit/fe9a51c))
|
|
418
|
-
* **templates:** Add iOS template ([#69](https://github.com/algolia/create-instantsearch-app/issues/69)) ([aa061f8](https://github.com/algolia/create-instantsearch-app/commit/aa061f8))
|
|
419
|
-
* **templates:** Add JavaScript Client template ([#77](https://github.com/algolia/create-instantsearch-app/issues/77)) ([1dc0d03](https://github.com/algolia/create-instantsearch-app/commit/1dc0d03))
|
|
420
|
-
* **templates:** Add JavaScript Helper template ([#78](https://github.com/algolia/create-instantsearch-app/issues/78)) ([34d0e94](https://github.com/algolia/create-instantsearch-app/commit/34d0e94))
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
<a name="3.0.0"></a>
|
|
425
|
-
# [3.0.0](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.5...3.0.0) (2018-06-18)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
### Bug Fixes
|
|
429
|
-
|
|
430
|
-
* **cli:** Use latest version when stable unavailable ([#57](https://github.com/algolia/create-instantsearch-app/issues/57)) ([e764cd5](https://github.com/algolia/create-instantsearch-app/commit/e764cd5))
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
<a name="3.0.0-beta.5"></a>
|
|
435
|
-
# [3.0.0-beta.5](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.4...3.0.0-beta.5) (2018-06-15)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
### Features
|
|
439
|
-
|
|
440
|
-
* **templates:** Update Parcel on InstantSearch.js template ([2f9d529](https://github.com/algolia/create-instantsearch-app/commit/2f9d529))
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
<a name="3.0.0-beta.4"></a>
|
|
445
|
-
# [3.0.0-beta.4](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.3...3.0.0-beta.4) (2018-06-15)
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
### Bug Fixes
|
|
449
|
-
|
|
450
|
-
* **cli:** Fallback on latest version when stable unavailable ([#50](https://github.com/algolia/create-instantsearch-app/issues/50)) ([0bd64a2](https://github.com/algolia/create-instantsearch-app/commit/0bd64a2))
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
### Features
|
|
454
|
-
|
|
455
|
-
* **cli:** Print relative cd path ([#45](https://github.com/algolia/create-instantsearch-app/issues/45)) ([37907e1](https://github.com/algolia/create-instantsearch-app/commit/37907e1))
|
|
456
|
-
* **cli:** Recommend attributes to display in hits ([#43](https://github.com/algolia/create-instantsearch-app/issues/43)) ([0d9cb6a](https://github.com/algolia/create-instantsearch-app/commit/0d9cb6a))
|
|
457
|
-
* **task:** Ignore error log when user aborts during installation ([#42](https://github.com/algolia/create-instantsearch-app/issues/42)) ([9e99aad](https://github.com/algolia/create-instantsearch-app/commit/9e99aad))
|
|
458
|
-
* **template:** Use default IS import from jsDelivr ([#46](https://github.com/algolia/create-instantsearch-app/issues/46)) ([8e0c54b](https://github.com/algolia/create-instantsearch-app/commit/8e0c54b))
|
|
459
|
-
* **templates:** Add React Native template ([#53](https://github.com/algolia/create-instantsearch-app/issues/53)) ([8b14d31](https://github.com/algolia/create-instantsearch-app/commit/8b14d31))
|
|
460
|
-
* **templates:** Warn facets usage with React Native template ([#56](https://github.com/algolia/create-instantsearch-app/issues/56)) ([6502feb](https://github.com/algolia/create-instantsearch-app/commit/6502feb))
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
<a name="3.0.0-beta.3"></a>
|
|
465
|
-
# [3.0.0-beta.3](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.1...3.0.0-beta.3) (2018-06-11)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### Bug Fixes
|
|
469
|
-
|
|
470
|
-
* **templates:** Remove empty div when no facets ([#38](https://github.com/algolia/create-instantsearch-app/issues/38)) ([f860c2c](https://github.com/algolia/create-instantsearch-app/commit/f860c2c))
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Features
|
|
474
|
-
|
|
475
|
-
* **release:** Set up `release-it` for releasing ([#40](https://github.com/algolia/create-instantsearch-app/issues/40)) ([054a755](https://github.com/algolia/create-instantsearch-app/commit/054a755))
|
|
476
|
-
* **templates:** Add config files ([#39](https://github.com/algolia/create-instantsearch-app/issues/39)) ([b34b49b](https://github.com/algolia/create-instantsearch-app/commit/b34b49b)), closes [#34](https://github.com/algolia/create-instantsearch-app/issues/34)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
<a name="3.0.0-beta.1"></a>
|
|
481
|
-
# [3.0.0-beta.1](https://github.com/algolia/create-instantsearch-app/compare/3.0.0-beta.0...3.0.0-beta.1) (2018-06-05)
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
### Features
|
|
485
|
-
|
|
486
|
-
* **cli:** Move hashbang to `index.js` ([fd70338](https://github.com/algolia/create-instantsearch-app/commit/fd70338))
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
<a name="3.0.0-beta.0"></a>
|
|
491
|
-
# [3.0.0-beta.0](https://github.com/algolia/create-instantsearch-app/compare/2.3.0...3.0.0-beta.0) (2018-06-05)
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
### Features
|
|
495
|
-
|
|
496
|
-
* **api:** Create InstantSearch App v3 ([#10](https://github.com/algolia/create-instantsearch-app/issues/10)) ([8833cfb](https://github.com/algolia/create-instantsearch-app/commit/8833cfb)), closes [#9](https://github.com/algolia/create-instantsearch-app/issues/9) [#30](https://github.com/algolia/create-instantsearch-app/issues/30) [#14](https://github.com/algolia/create-instantsearch-app/issues/14) [#22](https://github.com/algolia/create-instantsearch-app/issues/22) [#26](https://github.com/algolia/create-instantsearch-app/issues/26) [#27](https://github.com/algolia/create-instantsearch-app/issues/27) [#28](https://github.com/algolia/create-instantsearch-app/issues/28)
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
<a name="2.3.0"></a>
|
|
501
|
-
# [2.3.0](https://github.com/algolia/create-instantsearch-app/compare/2.2.0...2.3.0) (2018-02-01)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
### Bug Fixes
|
|
505
|
-
|
|
506
|
-
* **boilerplate:** minor HTML fixes ([#6](https://github.com/algolia/create-instantsearch-app/issues/6)) ([51c00a4](https://github.com/algolia/create-instantsearch-app/commit/51c00a4))
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Features
|
|
510
|
-
|
|
511
|
-
* **version:** add dynamic versioning ([#8](https://github.com/algolia/create-instantsearch-app/issues/8)) ([decf54c](https://github.com/algolia/create-instantsearch-app/commit/decf54c)), closes [#1](https://github.com/algolia/create-instantsearch-app/issues/1)
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
<a name="2.2.0"></a>
|
|
516
|
-
# [2.2.0](https://github.com/algolia/create-instantsearch-app/compare/d7693d6...2.2.0) (2017-09-01)
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
### Features
|
|
520
|
-
|
|
521
|
-
* can create new basic instantsearch.js projects ([d7693d6](https://github.com/algolia/create-instantsearch-app/commit/d7693d6))
|
|
522
|
-
* **boilerplate:** add server to vanilla instantsearch.js ([02eb820](https://github.com/algolia/create-instantsearch-app/commit/02eb820))
|
|
523
|
-
* **boilerplate:** configuration of the new app by the script ([da6758c](https://github.com/algolia/create-instantsearch-app/commit/da6758c))
|
|
524
|
-
* **cli:** added config handling ([00d0a40](https://github.com/algolia/create-instantsearch-app/commit/00d0a40))
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"short_name": "{{name}}",
|
|
3
|
-
"name": "{{name}} Sample",
|
|
4
|
-
"icons": [
|
|
5
|
-
{
|
|
6
|
-
"src": "favicon.png",
|
|
7
|
-
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
-
"type": "image/x-icon"
|
|
9
|
-
}
|
|
10
|
-
],
|
|
11
|
-
"start_url": "./index.html",
|
|
12
|
-
"display": "standalone",
|
|
13
|
-
"theme_color": "#000000",
|
|
14
|
-
"background_color": "#ffffff"
|
|
15
|
-
}
|