Skip to content

Latest commit

 

History

History
151 lines (82 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

151 lines (82 loc) · 7.97 KB

1.1.0 (2018-10-09)

Bug Fixes

  • clear warnings for unit tests (6997008)
  • update package-lock.json to resolve security concerns. (acaca64)

Features

  • Bring in new npm-scripts & setup gh-pages (e11e9cb)
  • Bring in new npm-scripts & setup gh-pages (a9c6d2b)

1.0.10 (2017-11-13)

Features

1.0.9 (2017-09-29)

1.0.8 (2017-09-29)

1.0.7 (2017-09-29)

1.0.6 (2017-09-11)

1.0.5 (2017-08-18)

1.0.4 (2017-08-18)

1.0.3 (2017-07-26)

1.0.2 (2017-07-25)

Bug Fixes

  • add componentWillReceiveProps method to allow prop change to active to trigger rerender via state change (80a6154)

1.0.1 (2017-07-25)

1.0.0 (2017-07-25)

0.0.5 (2017-07-25)

0.0.4 (2017-07-25)

0.0.3 (2017-07-25)

0.0.2 (2017-07-25)

0.0.1 (2017-07-25)

Bug Fixes

  • a11y issues and adjusting unit tests to match. (4d85569)
  • Add .gitkeep to replace the removed cross-platform.js. (96de36b)
  • add carrage return for 'Ready to Develop' (bc7f4ed)
  • add copy-utils to documentation and to travis script (e6534e5)
  • Add Intl.js polyfill for Safari and update READMEs on polyfill service. (54cb581)
  • Add the 'npm run copy-utils' reference back to the README. (d5bcce4)
  • add type=button to demo buttons (bf37ff3)
  • Cross-platform change to postinstall (438e69f)
  • Enable source maps for webpack dev server. (e13cd6b)
  • Ignore component-specific styles for unit testing. (a8bf34e)
  • ignored test paths (5a49df0)
  • Reference release script in npm_scripts, and lint demo script. (896ea18)
  • remove coverage folder from git (4ca4b4d)
  • remove pearson-components keyword from package.json to keep NPM cleaner (7afa468)
  • remove wayard style (167f5f7)
  • rename deploy (d1dd870)
  • rename postinstall in package.json and update readme to include additional step to copy utility scripts. (6c6d5cf)
  • rename postinstall script and update npm-scripts version (669c500)
  • Solano configuration needs to call copy-utils script like Travis config. The dev doesn't need to because it is part of the dev-setup script. (eb51d17)
  • spelling in package (67884dd)
  • text wrapping (9975be2)
  • undo webpack upgrade. (dbc90c8)
  • update html (1c678ac)
  • CI: add solano.yml and comment out Selenium build command in .travis.yml (d3f064a)
  • demo: Remove obsolete script include for demo, as it is now webpacked into the dev build. (db3e8cf)
  • update npm-scripts dependency and remove additional step in documentation. (5daa129)
  • update npm-scripts dependency for dev-setup cross-platform compatibility (e7914b2)
  • update npm-scripts version (adc0cbf)
  • update the html with proptypes script (a97decd)
  • upgrade webpack (5098442)
  • Use verify npm script to ensure package name has @pearson-components scope. (772586f)

Features

  • component-archetype: run demo tests against feature branch in ci (073f975)
  • demo: Add event listener for card comments. (8ed5d8f)
  • add jest, bump up pearson-elements, ∆ npm test to jest, add enzyme, add code coverage, add coverage and yarn.lock to gitignore, add jest config to package.json, add jest dependencies to package.json (caef88c)
  • Check package.json main field to ensure it is changed to the actual component name. (1046e41)
  • loading indicator created (e8d3057)