Skip to content

Commit

Permalink
Added support for borderTop, borderBottom, borderLeft, borderRight an…
Browse files Browse the repository at this point in the history
…d grayScale effects
  • Loading branch information
michielvandergeest committed Oct 17, 2023
1 parent 71a0f49 commit a928b87
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.13

_17 oct 2023_

- Added support for `borderTop`, `borderBottom`, `borderLeft`, `borderRight` and `grayScale` effects

## v0.3.12

_17 oct 2023_
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"vite": "^4.0.4"
},
"dependencies": {
"@lightningjs/blits": "^0.3.12"
"@lightningjs/blits": "^0.3.13"
}
}
20 changes: 20 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"tape": "^5.5.0"
},
"dependencies": {
"@lightningjs/renderer": "^0.3.6",
"@lightningjs/vite-plugin-import-chunk-url": "^0.3.0"
}
}
4 changes: 4 additions & 0 deletions src/lib/setup/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const shaders = {
rounded: 'radius',
border: 'border',
borderTop: 'borderTop',
borderBottom: 'borderBottom',
borderLeft: 'borderLeft',
borderRight: 'borderRight',
grayScale: 'grayscale',
glitch: 'glitch',
}

Expand Down

0 comments on commit a928b87

Please sign in to comment.