hex-alpha
Version:
A really simple package that enables you to specify an opacity for your HEX colours.
34 lines (21 loc) • 654 B
Markdown
# Changelog
## 1.3.0
- [Improve performance](https://github.com/nathsimpson/hex-alpha/pull/14)
- Add jsdocs
## 1.2.0
- [Added type check on alpha argument](https://github.com/nathsimpson/hex-alpha/pull/13/files)
- Use parseInt to convert hex value to int
## 1.1.0
- [Add support for shorthand hexadecimal syntax](https://github.com/nathsimpson/hex-alpha/issues/11)
## 1.0.4
- [Fix bug where alpha is zero](https://github.com/nathsimpson/hex-alpha/issues/9)
## 1.0.3
- Add TypeScipt Declaration file
## 1.0.2
- Update Jest
- Fix typos in examples
- Add installation documentation
## 1.0.1
- Add info to package.json
## 1.0.0
- Initial release