Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7d550ef
add
asamuzaK Nov 1, 2025
9b3f73c
Update index.js
asamuzaK Nov 11, 2025
e59cb64
Remove CSSStyleProperties
asamuzaK Nov 13, 2025
e57b990
Rename propertyList to propertyDefinitions
asamuzaK Nov 13, 2025
f95bfbd
Remove setOptions for now
asamuzaK Nov 13, 2025
3d320cf
Delete implementedProperties.js
asamuzaK Nov 13, 2025
de6afcb
Update allProperties.js
asamuzaK Nov 13, 2025
17f075c
Fix legacy clip
asamuzaK Nov 13, 2025
468f392
Update CSSStyleDeclaration.js
asamuzaK Nov 14, 2025
b87215d
Fix background shorthand handler
asamuzaK Nov 15, 2025
e2a20b1
Reduce nest
asamuzaK Nov 18, 2025
a0a667e
Early return if value has already been set
asamuzaK Nov 22, 2025
7b0083d
Update normalize.js
asamuzaK Nov 22, 2025
f998986
Reduce onchange callback if property is a shorthand
asamuzaK Nov 22, 2025
d7716cf
Update CSSStyleDeclaration.js
asamuzaK Nov 22, 2025
817f4f2
Update parsers.js
asamuzaK Nov 22, 2025
a6ea026
Update CSSStyleDeclaration.js
asamuzaK Nov 22, 2025
a016d1e
Update dependencies and devDependencies
asamuzaK Nov 22, 2025
d53baf3
Update JSDoc comments
asamuzaK Nov 22, 2025
60c6d16
Update parsers.js
asamuzaK Nov 22, 2025
fc7f5aa
Update CSSStyleDeclaration.js
asamuzaK Nov 23, 2025
36e5e5d
Update properties
asamuzaK Nov 24, 2025
1b372ad
Update generateProperties.js
asamuzaK Nov 24, 2025
3c1a7da
Require each handler
asamuzaK Nov 28, 2025
8472b50
Address try-catch-finally
asamuzaK Dec 3, 2025
990c070
Address priority
asamuzaK Dec 3, 2025
71def32
Remove Symbol.iterator
asamuzaK Dec 3, 2025
a9be7b4
Add comment.
asamuzaK Dec 3, 2025
05f240d
Fix setProperty() logic
asamuzaK Dec 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- lts/*
- latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
npm-debug.log
lib/generated/implementedProperties.js
lib/generated/properties.js
lib/generated/propertyDefinitions.js
Loading