Skip to content

Releases: prescottprue/react-google-button

v0.8.0

03 May 22:44
Compare
Choose a tag to compare

Features

  • Remove defaultProps (#57)
  • Switch to function component (causes min React version to need to be 16.8)

Chores

  • Build with Node 20
  • Update CI deps

Breaking Changes

Minimum required React version is now 16.8.0

v0.7.2

24 Jan 05:29
50e1ecb
Compare
Choose a tag to compare

v0.7.1

28 Mar 07:14
Compare
Choose a tag to compare
  • fix(ci): simplify publish CI
  • chore(ci): update to checkout v2 in workflows
  • chore(ci): add node 10 to verify workflow
  • chore(core): add lint-staged for faster lint checking in husky hooks
  • chore(deps): update dev dependencies including babel

v0.7.0

09 Dec 07:31
93af81a
Compare
Choose a tag to compare
  • fix(deps): replace uglifyjs-webpack-plugin (deprecated) with terser-webpack-plugin
  • feat(test): add tests for onClick prop and hover styles
  • chore(README): add description for improved readability
  • chore(ci): add archive steps to workflows
  • chore(test): fix invalid codeclimate config

v0.6.0

23 Nov 23:40
b39ac03
Compare
Choose a tag to compare
  • feat(ci): switch to Github Actions in place of TravisCI

Also, changes from v0.6.0 all pre-releases including:

  • feat(core): keyboard accessibility support (on by default) - #18
  • fix(core): prevent button text from being selected - @RabidFire
  • feat(deps): switch to yarn
  • feat(core): update to babel 7 and webpack 4
  • chore(deps): switch to nyc over istanbul
  • chore(deps): update eslint, eslint-config-standard, prettier, mocha, and other dev dependencies

v0.6.0-alpha

07 Aug 05:01
38c16d3
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release
  • feat(core): keyboard accessibility support (on by default) - #18
  • feat(deps): update prettier, istanbul, and mocha

v0.5.3

09 Apr 16:57
152ed8f
Compare
Choose a tag to compare

*fix(eslint): trailingComma option set to none - #15

v0.5.2

09 Apr 08:04
a3ea82e
Compare
Choose a tag to compare

v0.5.1

06 Feb 10:10
Compare
Choose a tag to compare
  • fix(types): fix typescript interface and propTypes - @careerlist
  • feat(build) publish es modules - @goto-bus-stop

v0.5.0

24 Jan 07:46
1a3b8eb
Compare
Choose a tag to compare
  • feat(props): allow overriding of styles by passing a style prop - #7 - @timc13
  • feat(typings): added optional style prop - @timc13
  • feat(typings): publish Typescript typings (.npmignore used in place of files field in package.json) - #6 - @timc13
  • feat(deps): remove babel-plugin-stage-1 and add transform-export-extensions
  • feat(core): added prettier with associated format npm script
  • feat(tests): mocha.opts file used to simplify test npm scripts
  • feat(build): 'prop-types' is now a webpack external (shrinks built size and leaves version control up to end user)