Releases: misund/hex-to-rgba
Releases · misund/hex-to-rgba
v2.0.1
This includes a security update in lodash.
Dependency updates
- build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (#74) 9e95080
- chore(package): update @babel deps to version 7.5.4 (#73) c58ffdc
- chore(package): update @babel/preset-env to version 7.5.2 (#71) c26bd24
- chore(package): update babel packages to version 7.5.0 (#70) 10bb4c6
- chore(package): update eslint-config-airbnb to version 17.1.1 🚀 (#67) aaafb9a
- chore(package): update eslint-plugin-jsx-a11y to version 6.2.3 (#69) c0e5600
- chore(package): update eslint-plugin-react to version 7.14.2 (#65) 21548a2
- chore(package): update eslint to version 6.0.1 🚀 (#64) d66a84a
- chore(package): update eslint-plugin-import to version 2.18.0 🚀 (#63) 1319499
- chore(package): update eslint-plugin-react to version 7.14.1 (#62) 32a5214
- chore(package): update eslint to version 6.0.0 🚀 (#60) b0e35fd
- chore(package): Update np from 5.0.2 to 5.0.3 🚀 (#59) e6569a8
v2.0.0
Breaking changes
- BREAKING: Drop node version 6; add node version 12 (#57) dcb3b82
- BREAKING: Drop node versions 5, 7, 9 (#43) 16297b4
☝️ This package may still work on the dropped node versions, but we are no longer running our tests on versions that have reached end of life. The currently supported node versions are 8, 10, 11 and 12.
Patches
- build(package): fix all dev dependencies to a specific version (#58) b684364
- build: add np for better release workflow (#56) 095588d
- build: add source files to .npmignore (#55) bfa443a
- build: move from npm to yarn (#40) b129db2
- test(travis): support node 11 (#42) b3ebd7a
Dependency updates
- chore(package): upgrade babel from 6.26.0 to 7.4.5 (#54) f3888d4
- chore(package): update mocha from 5.0.4 to 6.1.4 (#53) 23f5a59
- Update eslint-plugin-import from 2.17.2 to 2.17.3 🚀 (#52) ca91206
- chore(package): Update eslint-plugin-react from 7.12.4 to 7.13.0 (#51) b2922df
- chore(package): update eslint-plugin-import from 2.13.0 to 2.17.2 (#50) 8937b0b
- chore(package): update eslint to version 5.16.0 (#48) 73cd5c4
- chore(package): update eslint-plugin-react to version 7.12.4 (#45) 91cd1fe
- chore(package): update eslint-plugin-react to version 7.12.2 (#39) afbe8c3
- chore(package): update eslint-plugin-jsx-a11y to version 6.1.2 (#36) 8615d65
v1.0.2
v1.0.1
- Use charAt() instead of startsWith() for the sake of IE11 (props @eltonjuan)
v1.0.0
- BREAKING CHANGE: Always return rgba(); even if the color is completely opaque
- Support 4-digit hexes
- Add typescript type declaration (props @gillchristian)