Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitecore-first component deployment fixes #119

Merged
merged 1 commit into from
Jan 16, 2019
Merged

Conversation

kamsar
Copy link
Contributor

@kamsar kamsar commented Jan 4, 2019

  • Fixes jss deploy component having invalid casing on <Name> param, which broke it because the code expected <name> instead (maybe a new thing in a yargs update, used to work fine)
  • Fixes jss deploy component creating a datasource template even if --fields was not passed. It should be usable to create datasource-less components as well. This is a breaking change but breaks it in the direction of sanity.
  • jss manifest will now stop if a template fails validation, instead of ignoring it and continuing without that template

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

- Fixes `jss deploy component` having invalid casing on <Name> param, which broke it because the code expected <name> instead (maybe a new thing in a yargs update, used to work fine)
- Fixes `jss deploy component` creating a datasource template even if `--fields` was not passed. It should be usable to create datasource-less components as well.
- `jss manifest` will now stop if a template fails validation, instead of ignoring it and continuing without that template
@kamsar kamsar requested a review from aweber1 January 4, 2019 19:26
@kamsar kamsar merged commit 74eb5a5 into dev Jan 16, 2019
@kamsar kamsar deleted the issue/bugfix/manifest branch January 16, 2019 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants