Babel Plugin Transform React Qa Classes Versions Save

Add component's name in `data-qa` attributes to React Components

v1.5.0

4 years ago
  • Merge pull request #30 from davesnx/dependabot/npm_and_yarn/handlebars-4.7.3 373a726
  • build(deps): bump handlebars from 4.0.12 to 4.7.3 bc0100c
  • feat: Semantic release enable 7029b35
  • Merge pull request #29 from shepitchakpavlo/dont-override-attribute 69149e8
  • feat(transform): Don't override attribute 1b83b57
  • rename 7640cdb
  • dont-override-attribute 7d695bf
  • chore: Add commitlint 1218518
  • Move babel-types to dependencies (used explicitly in style-compon… (#25) c71a26b
  • Move babel-types to dependencies (used explicitly in style-components) 529b9db
  • feat: Add pascalCase b2babb7
  • ci: Enable building before publishing c64356c
  • ci: Enable npm publish with semantic-release f694434
  • feat: Force new release f8b7f46
  • ci: Merge steps 27b968a
  • Merge branch 'master' of https://github.com/davesnx/babel-plugin-transform-react-qa-classes 3af7340
  • ci: Bring back workflows 88ed8bb
  • ci: Fix publish gh action e927eec

https://github.com/davesnx/babel-plugin-transform-react-qa-classes/compare/v1.2.0...v1.5.0

v1.1.0

5 years ago

1.1.0 (2019-01-07)

Features

  • arrow: bump for release (a2a82cb)

v1.0.0

5 years ago

1.0.0 (2018-10-17)

Bug Fixes

  • arrow-function: Check if there's a parent before catching the name (5ebe744)
  • ci: Add semantic-release version on pckg.json (8e38e02)
  • options: Correct snakeCase (c23f646)
  • package: Build after install (592cac4)
  • Detect better parent (a5417b9)

Features

  • arrow-function: Add data-qa to the openingElement (81b7f19)
  • init: Add functionality (782b0cc)
  • init: Create basic plugin boilerplate and mocha test suit (58ab499)
  • options: Implement the hability to pass format and attribute (08b5969)