This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test: Add tests for option override * feat: Create utils for option override * feat: Add support for option override * test: Test util function `camelCase` * fix: Use kebab case version of arguments * feat: Allow to disable dependency installation from command-line
francoischalifour
changed the title
feat(v3): Add support for templates
feat(v3): Create InstantSearch App v3
May 9, 2018
francoischalifour
changed the title
feat(v3): Create InstantSearch App v3
🚧 Create InstantSearch App v3
May 9, 2018
* feat: Add attributes for faceting in menu * feat: Add attributes for faceting in IS.js template
* feat: Add new dependencies * feat: Add `getLibraryName` function * test: Test `getLibraryName` function * feat: Add `fetchLibraryVersions` function * feat: Add list to select InstantSearch version
* feat(template): Improve InstantSearch template * feat(template): Update InstantSearch.js template * feat(template): Add `index.css` for InstantSearch.js
* feat: Add end-to-end test script * fix: Fix npm script to run the tests * test(installs): Rewrite end-to-end installation tests with Jest * feat(utils): Add `getTemplateName` util function * feat(script): Update e2e test script * feat(dependencies): Install `walk-sync` * fix(e2e): Snapshot test generated files * test(e2e): Add snapshots from file generation
* feat(build): Build Vue templates * feat(template): Add Vue InstantSearch templates * test(api): Update snapshots * feat(template): Templatify `.babelrc` * feat(template): Update demo styles * feat(e2e): Update snapshots
francoischalifour
changed the title
🚧 Create InstantSearch App v3
Create InstantSearch App v3
Jun 1, 2018
* feat: Add support for custom templates * test: Update tests for custom templates * test: Update snapshots * docs(readme): Add section on Templates
francoischalifour
added a commit
that referenced
this pull request
Jun 5, 2018
* feat: Support InstantSearch templates (a870767) Closes #9 * feat: Support custom templates (#30) * test(e2e): Test template installations (#14) * test(e2e): Test template snapshots (9b938cc) * ci(travis): Add Travis configuration (#22) * docs(readme): Update documentation (#26) * feat(release): Create templates release script (#27) * feat(release): Create release scripts (#28)
aymeric-giraudet
pushed a commit
to algolia/instantsearch
that referenced
this pull request
Dec 14, 2022
…app#10) * feat: Support InstantSearch templates (a870767af9a409275f2a749923cc2d2e9f5fc37b) Closes algolia/create-instantsearch-app#9 * feat: Support custom templates (algolia/create-instantsearch-app#30) * test(e2e): Test template installations (algolia/create-instantsearch-app#14) * test(e2e): Test template snapshots (9b938cca54b5e583284ec4778c22a333bbf570e7) * ci(travis): Add Travis configuration (algolia/create-instantsearch-app#22) * docs(readme): Update documentation (algolia/create-instantsearch-app#26) * feat(release): Create templates release script (algolia/create-instantsearch-app#27) * feat(release): Create release scripts (algolia/create-instantsearch-app#28)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a complete rewrite of
create-instantsearch-app
to add support for templates and more features to come.Preview
Features
npm
oryarn
depending on the environment--config file.json
)templates
branch to import in CodeSandboxmetalsmith-replace
renaming template files to.hbs
. Having the original file extension allows to keep syntax highlighting and better support for IDEs. Havingpackage.json
instead ofpackage.json.hbs
could also allow Renovate to update the dependencies of the templates.Related
I will use this branch as a new starting point for the next release with stacked PRs.