Skip to content

Commit

Permalink
handle v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent c453c2c commit ebfac6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scriptlets/inject-css-in-shadow-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
/* eslint-disable max-len */
/**
* @scriptlet inject-css-in-shadow-dom
*
* @description
* Injects CSS rule into selected Shadow DOM subtrees on a page
*
Expand All @@ -29,6 +30,8 @@ import {
* ```
* example.org#%#//scriptlet('inject-css-in-shadow-dom', '#content { margin-top: 0 !important; }', '.row > #hidden')
* ```
*
* @added v1.8.2.
*/
/* eslint-enable max-len */

Expand Down
3 changes: 3 additions & 0 deletions src/scriptlets/trusted-set-constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
/* eslint-disable max-len */
/**
* @trustedScriptlet trusted-set-constant
*
* @description
* Creates a constant property and assigns it a specified value.
*
Expand Down Expand Up @@ -79,6 +80,8 @@ import {
*
* ✔ document.first === 1 // if the condition described above is met
* ```
*
* @added v1.8.2.
*/
/* eslint-enable max-len */
export function trustedSetConstant(source, property, value, stack) {
Expand Down

0 comments on commit ebfac6c

Please sign in to comment.