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

feat: Custom Component Files to master #40

Merged
merged 10 commits into from
Feb 17, 2021
Merged

feat: Custom Component Files to master #40

merged 10 commits into from
Feb 17, 2021

Commits on Feb 16, 2021

  1. feat: custom component files

    This feature will allow for adding custom component file types (e.g., withIndex, withwithStoryStyle,
    etc.)
    
    #21 #22 #27 #34 #36 #37 #39
    arminbro committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6373a91 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies

    arminbro committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    d589a5c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. fix: use "TemplateName" keyword for custom templates

    When the TemplateName keyword is used in the template filename it will be replaced with the
    component name.
    
    BREAKING CHANGE: You will need to use the "TemplateName" keyword as your custom template filename if
    you want the CLI to replace it with the component name.
    arminbro committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    73a308f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7639937 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea55be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e401caf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79314d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91eaeef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ceb70c View commit details
    Browse the repository at this point in the history
  8. docs: readme updates

    arminbro committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f900bce View commit details
    Browse the repository at this point in the history