Small changes in this one.
- Shortcut for generating legacy
rgb()
andrgba()
syntax (format: "rgb_number"
and"rgba_number"
). - Fixed bug where comma-separated arguments in string output included an extraneous space before the last comma
- Better bundler compatibility, thanks to @ambar
- Type fixes, thanks to @MysteryBlokHed
src/index-fn.js
now includes exports for individual contrast functions, thanks to @MysteryBlokHed- Typescript fixes
All merged PRs
- Add prepack script to build files before release. by @jgerigmeyer in #233
- [ci] Update conditions for dtslint workflow run by @MysteryBlokHed in #236
- Adjust format type and add serialize type test. by @jgerigmeyer in #237
- Apply linting rules. by @jgerigmeyer in #238
- Fix bundler compatibility by @ambar in #239
- [contrast] Add re-export of
src/contrast/index.js
tosrc/index-fn.js
by @MysteryBlokHed in #240 - [types] Add types for features in v0.4.1 by @MysteryBlokHed in #244
New Contributors
Full Changelog: v0.4.1...v0.4.2