This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Commit 0b93202
feat(cli): Accept multiple attributes to display (#153)
* feat(cli): Accept multiple attributes to display
BREAKING CHANGE: The option `mainAttribute` has been renamed `attributesToDisplay` and now accepts multiple attributes.
Closes #151
* docs(readme): Document `attributesToDisplay`
* test(e2e): Update tests with `attributesToDisplay`
* build(release): Update release-template script with `attributesToDisplay`
* feat(templates): Update templates with `attributesToDisplay`
* test(snapshots): Update template snapshots
* fix(template): Remove unused CSS imports1 parent c9cdb13 commit 0b93202
File tree
26 files changed
+359
-173
lines changed- scripts
- __snapshots__
- src
- cli
- __tests__
- templates
- Angular InstantSearch/src/app
- Autocomplete.js/src
- InstantSearch Android/app
- src
- androidTest/java/com/example/instantsearch/app
- main
- java/com
- algolia/instantsearch/mvp
- example/instantsearch/app
- res/layout
- InstantSearch iOS/App
- InstantSearch.js/src
- JavaScript Client/src
- JavaScript Helper/src
- React InstantSearch Native
- src
- React InstantSearch/src
- Vue InstantSearch/src
26 files changed
+359
-173
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments