- Create mdx components by default.
- Updated eslint-config-terra to @cerner/eslint-config-terra ^4.0.0
- Update copyright to include 2020
- Updated ESLint to v6
- Add GitHub labeler action
- Update test commands to work with terra-dev-site v6.
- Update to reflect terra-toolkit v5 and babel v7 changes in the mono-repos
- Added additional items to .npmignore file
- Update terra-doc-template version from
^1.2.0
to^2.12.0
- Fixed syntax errors in generated WDIO script
- Update yeoman-generator to ^4.0.0
- Updated generated test template to utilize
Terra.should.validateElement()
from terra-toolkit. - Updated mocha dependency to 6.1.4 (current version)
- Bumped minimum react peerDependency version from ^16.4.2 to ^16.8.5
- Bumped minimum react-dom peerDependency version from ^16.4.2 to ^16.8.5
- Updated dependencies to latest version
- Uplifted generator to use latest yeoman-generator conventions
- Updated linter to ESLint 5 and fixed lint issues
- Replaced gulp with npm scripts
- Updated .nvmrc file to use
lts/carbon
for version
- Bumped minimum react peerDependency version from ^16.2.0 to ^16.4.2
- Bumped minimum react-dom peerDependency version from ^16.2.0 to ^16.4.2
- Replaced dependency on lodash with modularized lodash packages
- Switch badges to use badgen-service
- Fixed some lint errors in generated output
- Generate CHANGELOG entry in the terra-dev-site docs
- Added ChangeLog.jsx template for terra-dev-site docs
- Added .module extension to scss file
- Removed terra-base from dependencies.
- Updated template package.json to use js instead of json for jest config
- Updated wdio file path
- Updated Index template to use terra-doc-template
- Update template files for new repo file structure
- NPM ignore snapshots folders in test folder
- Update template files for new repo file structure
- Replace nightwatch template & script with webdriver.io template & script
- Update
.npmignore
file
- Fixed lint error in generated code.
- terra-framework packages now match terra core in that they generate the prefix 'terra-' instead of 'terra-framework-'
- Updated readme to include terra-framework
- Terra-framework support
- Removed
src
andtests
from.npmignore
file. These will now be included in the npm package. - Updated the release doc.
- Update package templates for Jest v21.0.2 in terra repos
- Update nightwatch test templates
- Update test scripts in package templates
- Add .npmrc template
- Update package scripts for windows cerner/terra-core#217
- Remove 'selector-class-pattern' rule from sass template cerner/terra-core#812 & cerner/terra-clinical#193
- Remove
_variables.scss
&_mixins.scss
file creation. Most packages no longer use these files.
- Changelog template
- Terra-consumer support
- Set initial package version as v1.0.0 in package templates
- Update nightwatch scripts in package templates
- Remove terra-mixins from scss template
- Nightwatch configuration templates
- PropsTable scripts in package templates
- Include Component-Features in README.md template
- terra-clinical nightwatch configuration template
- Lower react and react-dom dependencies from v15.5.4 to v15.4.2 in package templates
- Update nightwatch scripts in terra-clinical package template
- Remove terra-toolkit devDependencies in package templates
- Update .npmignore template
- Update README.md
Initial stable release