Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jan 16, 2025
1 parent faa58bb commit 09c4181
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll-cli",
"version": "168.2.0",
"version": "168.3.0",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions parsers/aftertext.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,14 @@ aftertextContentParser
description Set HTML content attribute.
extends abstractAftertextAttributeParser
catchAllAtomType htmlAnyAtom

aftertextDataParser
popularity 0.000217
pattern ^data\-
description Set HTML data- attribute.
extends abstractAftertextAttributeParser
atoms cueAtom
catchAllAtomType htmlAnyAtom
example
div My score
data-score 100
2 changes: 1 addition & 1 deletion parsers/root.parsers
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ scrollParser
}
get scrollVersion() {
// currently manually updated
return "168.2.0"
return "168.3.0"
}
// Use the first paragraph for the description
// todo: add a particle method version of get that gets you the first particle. (actulaly make get return array?)
Expand Down
3 changes: 3 additions & 0 deletions releaseNotes.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ ciBadges.scroll
br
thinColumns

πŸ“¦ 168.3.0 1/16/2025
πŸŽ‰ added aftertextDataParser

πŸ“¦ 168.2.0 1/16/2025
πŸŽ‰ added htmlMetaTagParser
πŸŽ‰ added aftertextContentParser
Expand Down

0 comments on commit 09c4181

Please sign in to comment.