scratch-paint 1.1.69 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +3 -0
- package/CHANGELOG.md +36 -2
- package/dist/scratch-paint.js +31 -31
- package/dist/scratch-paint.js.map +1 -1
- package/pack/scratch-paint-2.0.0-beta.1.tgz +0 -0
- package/package.json +2 -2
- package/release.config.js +5 -0
- package/src/components/button/button.css +2 -2
- package/src/components/color-picker/color-picker.css +3 -2
- package/src/components/color-picker/icons/fill-horz-gradient-enabled.svg +1 -1
- package/src/components/color-picker/icons/fill-radial-enabled.svg +2 -2
- package/src/components/color-picker/icons/fill-solid-enabled.svg +2 -2
- package/src/components/color-picker/icons/fill-vert-gradient-enabled.svg +2 -2
- package/src/components/color-picker/icons/swap.svg +2 -2
- package/src/components/dropdown/dropdown-caret.svg +2 -2
- package/src/components/dropdown/dropdown.css +1 -1
- package/src/components/fixed-tools/fixed-tools.css +1 -1
- package/src/components/fixed-tools/icons/group.svg +9 -9
- package/src/components/fixed-tools/icons/redo.svg +2 -2
- package/src/components/fixed-tools/icons/send-back.svg +2 -2
- package/src/components/fixed-tools/icons/send-backward.svg +2 -2
- package/src/components/fixed-tools/icons/send-forward.svg +2 -2
- package/src/components/fixed-tools/icons/send-front.svg +2 -2
- package/src/components/fixed-tools/icons/undo.svg +2 -2
- package/src/components/fixed-tools/icons/ungroup.svg +8 -8
- package/src/components/font-dropdown/font-dropdown.css +1 -1
- package/src/components/forms/input.css +2 -2
- package/src/components/mode-tools/icons/copy.svg +3 -3
- package/src/components/mode-tools/icons/curved-point.svg +7 -7
- package/src/components/mode-tools/icons/delete.svg +2 -2
- package/src/components/mode-tools/icons/flip-horizontal.svg +3 -3
- package/src/components/mode-tools/icons/flip-vertical.svg +3 -3
- package/src/components/mode-tools/icons/paste.svg +3 -3
- package/src/components/mode-tools/icons/straight-point.svg +3 -3
- package/src/components/paint-editor/icons/rotation-point.svg +2 -2
- package/src/components/paint-editor/paint-editor.css +1 -1
- package/src/components/tool-select-base/tool-select-base.css +1 -1
- package/src/css/colors.css +2 -3
- package/pack/scratch-paint-1.1.69.tgz +0 -0
package/.circleci/config.yml
CHANGED
|
@@ -82,6 +82,7 @@ workflows:
|
|
|
82
82
|
ignore:
|
|
83
83
|
- master
|
|
84
84
|
- develop
|
|
85
|
+
- beta
|
|
85
86
|
- /^hotfix\/.*/
|
|
86
87
|
build-test-no-deploy:
|
|
87
88
|
jobs:
|
|
@@ -93,6 +94,7 @@ workflows:
|
|
|
93
94
|
ignore:
|
|
94
95
|
- master
|
|
95
96
|
- develop
|
|
97
|
+
- beta
|
|
96
98
|
- /^hotfix\/.*/
|
|
97
99
|
- gh-pages
|
|
98
100
|
build-test-deploy:
|
|
@@ -106,6 +108,7 @@ workflows:
|
|
|
106
108
|
only:
|
|
107
109
|
- master
|
|
108
110
|
- develop
|
|
111
|
+
- beta
|
|
109
112
|
- /^hotfix\/.*/
|
|
110
113
|
push-translations:
|
|
111
114
|
triggers:
|
package/CHANGELOG.md
CHANGED
|
@@ -3,12 +3,46 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [2.0.0-beta.1](https://github.com/LLK/scratch-paint/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2023-06-15)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* **deps:** update dependency scratch-l10n to v3.15.
|
|
11
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230507032520 ([#2163](https://github.com/LLK/scratch-paint/issues/2163)) ([a249cb2](https://github.com/LLK/scratch-paint/commit/a249cb241684f329723c857204a6a442ad0c3f6d))
|
|
12
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230510032150 ([#2165](https://github.com/LLK/scratch-paint/issues/2165)) ([8452c11](https://github.com/LLK/scratch-paint/commit/8452c1160388a753f13b83fd0225394aa30cc02d))
|
|
13
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230513032248 ([#2166](https://github.com/LLK/scratch-paint/issues/2166)) ([dd85ed7](https://github.com/LLK/scratch-paint/commit/dd85ed758a1302e89dd0c09b4855a950c6187924))
|
|
14
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230514032149 ([#2167](https://github.com/LLK/scratch-paint/issues/2167)) ([85adacf](https://github.com/LLK/scratch-paint/commit/85adacf833b9bf2a677294cc39f70c6c59c3bbf6))
|
|
15
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230515032159 ([#2168](https://github.com/LLK/scratch-paint/issues/2168)) ([459d82a](https://github.com/LLK/scratch-paint/commit/459d82a977099dfa728bd60f1622f1760c63b250))
|
|
16
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230516032248 ([#2169](https://github.com/LLK/scratch-paint/issues/2169)) ([662dcfd](https://github.com/LLK/scratch-paint/commit/662dcfd19e0b78ef54077a9aaedeee728e000525))
|
|
17
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230517032217 ([#2170](https://github.com/LLK/scratch-paint/issues/2170)) ([91e821a](https://github.com/LLK/scratch-paint/commit/91e821a8457604669c63be90ed24ef9b3cbd98ea))
|
|
18
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230518032217 ([#2171](https://github.com/LLK/scratch-paint/issues/2171)) ([eb54dd5](https://github.com/LLK/scratch-paint/commit/eb54dd581807c468bbd61160c1e43eef7ae0c8e5))
|
|
19
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230519032230 ([#2172](https://github.com/LLK/scratch-paint/issues/2172)) ([66fa237](https://github.com/LLK/scratch-paint/commit/66fa237d724de9599ac569e61d4806a4544d62f8))
|
|
20
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230520032146 ([#2173](https://github.com/LLK/scratch-paint/issues/2173)) ([ec11fe2](https://github.com/LLK/scratch-paint/commit/ec11fe21ce23c387352da18b7b308f0f4d2d7e84))
|
|
21
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230521032145 ([#2174](https://github.com/LLK/scratch-paint/issues/2174)) ([c039727](https://github.com/LLK/scratch-paint/commit/c039727e3427bb30f022cfdc3c050f0c2e1d9e60))
|
|
22
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230523032203 ([#2175](https://github.com/LLK/scratch-paint/issues/2175)) ([c7ae8ee](https://github.com/LLK/scratch-paint/commit/c7ae8eee2da4179d37ccc23c67bbc21b13b8d301))
|
|
23
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230524032205 ([#2176](https://github.com/LLK/scratch-paint/issues/2176)) ([039379a](https://github.com/LLK/scratch-paint/commit/039379a1f8e3b79c9a8ef518454a58a54a0bb836))
|
|
24
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230526032224 ([#2177](https://github.com/LLK/scratch-paint/issues/2177)) ([9dd917f](https://github.com/LLK/scratch-paint/commit/9dd917f935fc77b010469577e1dfb50b52fd793a))
|
|
25
|
+
* **deps:** update dependency scratch-l10n to v3.15.20230527032201 ([#2178](https://github.com/LLK/scratch-paint/issues/2178)) ([70ba4fd](https://github.com/LLK/scratch-paint/commit/70ba4fd2bffca637ecdfee81b1d5720b9b4d62ae))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
* feat!: bump major version ([a401a89](https://github.com/LLK/scratch-paint/commit/a401a897e80ef99173251e4928c3e26435de56ed))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### BREAKING CHANGES
|
|
32
|
+
|
|
33
|
+
* purple accent color to match color contrast feature
|
|
34
|
+
|
|
35
|
+
# [1.2.0-beta.1](https://github.com/LLK/scratch-paint/compare/v1.1.53...v1.2.0-beta.1) (2023-05-08)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* use looks secondary rather than tertiary color ([442afca](https://github.com/LLK/scratch-paint/commit/442afcab38cd59434eb53e364876181857d576e6))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* use purple theme ([a0f6a55](https://github.com/LLK/scratch-paint/commit/a0f6a55a34c98e5a192cc7b5ec96f7ce3e716e14))
|
|
12
46
|
|
|
13
47
|
## [1.1.68](https://github.com/LLK/scratch-paint/compare/v1.1.67...v1.1.68) (2023-05-27)
|
|
14
48
|
|