Skip to content

Commit 4d971ce

Browse files
authored
Merge pull request #33 from jardicc/dev
Code refactoring and new features. Alchemist version 2.6.0
2 parents be3d702 + c8508f5 commit 4d971ce

File tree

82 files changed

+10803
-11864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+10803
-11864
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
"no-unreachable-loop": [
2727
"error",
2828
],
29+
"@typescript-eslint/no-empty-interface": "off",
2930
"no-promise-executor-return": [
3031
"error",
3132
],

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.6.0
4+
5+
- adds icons to the recorded descriptors in descriptors list
6+
- fixes Action Set
7+
- in DOM (live) tab you can now browse proxies (e.g. layers, documents, ...)
8+
- fixes problem where user can stuck in pinned diff tree property
9+
- improves filters readability and styling
10+
- fixes issues with initial state load
11+
- improves multiGet feature and fixes some issues
12+
- fixes multiGet for all layers if background layer is present
13+
- adds multiGet support for all paths
14+
- fixes descriptor naming
15+
- improves generated code warning... now it will warn you but generate code anyway for non-replay-able events
16+
- internal refactoring
17+
318
## 2.5.0
419

520
- changes filter dropdowns into accordions

dist/.debug.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"port": 9222,
3+
"breakOnStart": false
4+
}

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/manifest.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2+
"manifestVersion": 5,
23
"name": "Alchemist",
34
"id": "2bcdb900",
4-
"main": "index.html",
5-
"version": "2.5.0",
6-
"manifestVersion": 5,
5+
"version": "2.6.0",
76
"host": {
87
"app": "PS",
9-
"minVersion": "24.2"
8+
"minVersion": "24.2",
9+
"data":{
10+
"apiVersion": 2,
11+
"loadEvent": "use"
12+
}
1013
},
14+
"main": "index.html",
1115
"requiredPermissions": {
1216
"allowCodeGenerationFromStrings": true,
1317
"clipboard": "readAndWrite",
@@ -49,7 +53,7 @@
4953
"height": 23,
5054
"path": "icons/light.png",
5155
"scale": [1, 2],
52-
"theme": ["darkest", "dark", "medium"]
56+
"theme": ["darkest", "dark"]
5357
}, {
5458
"width": 23,
5559
"height": 23,
@@ -85,7 +89,7 @@
8589
"height": 23,
8690
"path": "icons/light.png",
8791
"scale": [1, 2],
88-
"theme": ["darkest", "dark", "medium"]
92+
"theme": ["darkest", "dark"]
8993
}, {
9094
"width": 23,
9195
"height": 23,
@@ -121,7 +125,7 @@
121125
"height": 23,
122126
"path": "icons/light.png",
123127
"scale": [1, 2],
124-
"theme": ["darkest", "dark", "medium"]
128+
"theme": ["darkest", "dark"]
125129
}, {
126130
"width": 23,
127131
"height": 23,
@@ -143,7 +147,7 @@
143147
"height": 48,
144148
"path": "icons/lightPlugin.png",
145149
"scale": [1, 2],
146-
"theme": ["darkest", "dark", "medium"],
150+
"theme": ["darkest", "dark"],
147151
"species": ["pluginList"]
148152
}, {
149153
"width": 48,

installer/2bcdb900_PS.ccx

9.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)