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

chore(release): 1.5.0 #228

Merged
merged 34 commits into from
Jun 3, 2020
Merged

chore(release): 1.5.0 #228

merged 34 commits into from
Jun 3, 2020

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    60ac72f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Created issue templates

    Created issue templates for feature request & bug report, with default labels.
    suzubara authored May 19, 2020
    Configuration menu
    Copy the full SHA
    50596fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from trussworks/dependabot-npm_and_yarn-stand…

    …ard-version-8.0.0
    
    Bump standard-version from 7.1.0 to 8.0.0
    Suzanne Rozier authored May 19, 2020
    Configuration menu
    Copy the full SHA
    227786f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    b36057f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #182 from trussworks/sr-issue-templates

    Created issue templates
    Suzanne Rozier authored May 20, 2020
    Configuration menu
    Copy the full SHA
    5775d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb5121 View commit details
    Browse the repository at this point in the history
  4. fix: accept id and name props for Search component input field (#183)

    * fix: accept id and name props for Search component input field
    * fix: qualify id and name props for input field to not clash with form
    fix #162
    duncan-truss authored May 20, 2020
    Configuration menu
    Copy the full SHA
    c39c085 View commit details
    Browse the repository at this point in the history
  5. feat: add dateInput component for forms (#144)

    * Added dateInput component and dateInputGroup component for forms
    eamahanna authored May 20, 2020
    Configuration menu
    Copy the full SHA
    bc5eccc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    85a1780 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    c5bd62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a118b View commit details
    Browse the repository at this point in the history
  3. docs: add documentation for Trussels (#190)

    * docs: add documentation for Trussels
    
    * docs: clean up readme to meet project standards
    
    * docs: add to active maintainers
    
    * docs: add first pass of security policy
    
    Co-authored-by: HANA <hana@truss.works>
    Suzanne Rozier and haworku authored May 22, 2020
    Configuration menu
    Copy the full SHA
    14b188b View commit details
    Browse the repository at this point in the history
  4. feat: add Footer component #142 (#146)

    - adds slim, medium, and big footers with mobile styles
    - adds new components, specifically Address, Footer,  FooterNav, FooterExtendedNavList, Logo, SocialLinks
    haworku authored May 22, 2020
    Configuration menu
    Copy the full SHA
    94c3ed8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    f6e91d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f352b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe34d72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a8e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b94b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aca7d90 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. feat(rangeinput): creates form RangeInput component, test, and stories (

    #194)
    
    * feat(rangeinput): creates form RangeInput component, test, and stories
    
    * feat: add RangeInput component to index.ts for entrypoint export
    
    * feat: remove overalpping interface props with HTMLInputAttributes type
    
    * feat: require id and name props, remove label, remove redundant unpack
    
    * feat: remove unused label import in component, show label usage in story
    
    fixes #81
    duncan-truss authored May 26, 2020
    Configuration menu
    Copy the full SHA
    8e0179f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. docs: add landing page and documentation page template stories (#195)

    * docs: add landing page and documentation page template stories
    
    * docs(storybook): add current class to header navigation
    Suzanne Rozier authored May 27, 2020
    Configuration menu
    Copy the full SHA
    216f68e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. ci: lint PR titles instead of commits #159 (#210)

    * chore: add semantic pr workflow
    
    * chore: update workflow
    
    * Remove commitlint hook
    
    * Clarify PR linting requirement
    
    Co-authored-by: HANA <hana@truss.works>
    Suzanne Rozier and haworku authored May 28, 2020
    Configuration menu
    Copy the full SHA
    858ce5f View commit details
    Browse the repository at this point in the history
  2. chore(release): release 1.4.0

    Suzanne Rozier committed May 28, 2020
    Configuration menu
    Copy the full SHA
    378075b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. ci(happo): add happo.io visual regression testing

    * This PR adds visual regression testing of storybook components using happo.io. For additional information on Happo.io read the docs located at: https://docs.happo.io/docs/getting-started
    eamahanna authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    eb3b12f View commit details
    Browse the repository at this point in the history
  2. docs(example-app): add create-react-app example app (#206)

    * feat(example-app): add create-react-app example app
    
    * test(example-app): fix Jest React module config
    
    * chore(example-app): use typescript template
    
    * chore: fix jest react resolver in lib config
    
    * chore(example-app): update readme, remove eject script
    
    * test(example-app): ignore example app in CI tests
    
    * docs(example-app): add docs about SKIP_PREFLIGHT_CHECK
    Suzanne Rozier authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    cf28086 View commit details
    Browse the repository at this point in the history
  3. fix: expand required node version range to 10.x - 12.x (#215)

    * Allow node v10-12
    
    * Temporarily add prepublish script
    
    * Prepublish should have been prepare...
    
    * Revert prepare script
    Suzanne Rozier authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    0be79d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    d239779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe6ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    306619b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e0b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83a934b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ea2cc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    a4f4739 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.5.0

    Suzanne Rozier committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    a788d57 View commit details
    Browse the repository at this point in the history