Releases: jiaming743/Color
Releases · jiaming743/Color
v1.1.3 (2022-01-02)
Bug Fixes
- chore: Module export entry error
v1.1.2 (2023-01-02)
Perfect
- chore: Remove default export.
V1.1.1 (2020-05-14)
Bug Fixes
- types: Absolute path cause import error.
V1.1.0 (2020-04-21)
Perfect
- devDep: Add rollup into devDep.
V1.0.0 (2020-04-11)
Upgrade
- typescript: Rewrite with typescript.
V0.1.1-alpha (2019-08-29)
Perfect
- babel: Upgrade babel compilation mode.
V0.1.0-alpha (2019-07-07)
Perfect
- keywords: Support color keywords like red, blue, transparent and etc.
V0.0.6-alpha (2019-06-13)
Bug Fixes
- getOpacity: Fix the exception caused by the decimal in the rgba color (Like 'rgba(123.3333, 111, 111, 0.323)').
V0.0.5-alpha (2019-06-06)
Perfect
- ES5: Use babel to transcode to
ES5.
V0.0.3-alpha (2019-04-30)
Bug Fixes
- Abnormal calculation due to spaces.