Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickshan committed May 27, 2024
1 parent 093c70b commit a05d3ee
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Unit tests
run: npm run unittest
browser-test:
if: startsWith(github.ref, 'refs/branches/main')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -162,7 +163,7 @@ jobs:
if-no-files-found: error
publish:
runs-on: ubuntu-latest
name: Publish
name: Publish NPM
if: startsWith(github.ref, 'refs/tags/v')
needs: browser-test
permissions:
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/release.yml

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.5.0 (2024-05-27)


### Features

* better color() support ([2559164](https://github.com/yorickshan/html2canvas-pro/commit/2559164c9890ea4985ce4cf09d27184da6ee22f8))
* color functions ([1c9ece3](https://github.com/yorickshan/html2canvas-pro/commit/1c9ece3887e229eb69b34a5bb082c059355518e2))
* complete work on relative from colors in the color() function ([ac6e331](https://github.com/yorickshan/html2canvas-pro/commit/ac6e33118be76734ff9b1f5cd92e147babd46548))
* work on relative color support ([88e6aba](https://github.com/yorickshan/html2canvas-pro/commit/88e6abaa47b9c59e49a7bc3c0008849cc365f787))


### Bug Fixes

* color function display-p3 conversion ([b9fd943](https://github.com/yorickshan/html2canvas-pro/commit/b9fd943332a5627a9cd86c62bd6029d461356c14))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "dist/html2canvas-pro.esm.js",
"typings": "dist/types/index.d.ts",
"browser": "dist/html2canvas-pro.js",
"version": "1.4.3",
"version": "1.5.0",
"author": {
"name": "yorickshan",
"email": "[email protected]",
Expand Down

0 comments on commit a05d3ee

Please sign in to comment.