scratch-paint 2.1.34 → 2.1.35
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
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
|
+
## [2.1.35](https://github.com/LLK/scratch-paint/compare/v2.1.34...v2.1.35) (2023-11-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency scratch-l10n to v3.16.20231115192225 ([#2272](https://github.com/LLK/scratch-paint/issues/2272)) ([2dd9e01](https://github.com/LLK/scratch-paint/commit/2dd9e01295cbfc7cbf801572b3e5d35d6db4a08a))
|
|
12
|
+
|
|
6
13
|
## [2.1.34](https://github.com/LLK/scratch-paint/compare/v2.1.33...v2.1.34) (2023-10-24)
|
|
7
14
|
|
|
8
15
|
|
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
|
|
7
7
|
- Or, to try it out as part of Scratch 3.0, visit [https://scratch.mit.edu/create](https://scratch.mit.edu/create) and click on the "Costumes" tab.
|
|
8
8
|
|
|
9
|
+
### Prerequisites
|
|
10
|
+
|
|
11
|
+
This package depends on Paper.js, so it depends indirectly on several native packages. Depending on your system
|
|
12
|
+
configuration, you may or may not need to install them. If you see errors about `pixman`, `cairo`, etc., check here:
|
|
13
|
+
<https://github.com/scratchfoundation/paper.js/#installing-native-dependencies>
|
|
14
|
+
|
|
9
15
|
### Installation
|
|
10
16
|
It will be easiest if you develop on Mac or Linux. If you are using Windows, I recommend using Ubuntu on Windows, which will allow you to use Linux commands on Windows. You will need administrator permissions.
|
|
11
17
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-paint",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.35",
|
|
4
4
|
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
|
5
5
|
"main": "./dist/scratch-paint.js",
|
|
6
6
|
"browser": "./src/index.js",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"redux-throttle": "0.1.1",
|
|
95
95
|
"regenerator-runtime": "0.13.9",
|
|
96
96
|
"rimraf": "2.7.1",
|
|
97
|
-
"scratch-l10n": "3.16.
|
|
97
|
+
"scratch-l10n": "3.16.20231115192225",
|
|
98
98
|
"scratch-render-fonts": "1.0.0-prerelease.20231017225105",
|
|
99
99
|
"scratch-semantic-release-config": "1.0.8",
|
|
100
100
|
"semantic-release": "19.0.5",
|