Skip to content

Commit 324e197

Browse files
authored
Merge pull request #64 from Semantic-Org/feat/lesson
Feat/lesson
2 parents 150ffa3 + cd166c6 commit 324e197

File tree

80 files changed

+2437
-428
lines changed

Some content is hidden

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

80 files changed

+2437
-428
lines changed

RELEASE-NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Please note after `1.0` Semver will be followed using normal protocols.
88

99
## New
1010
* `formatDate` now supports timezone abbreviations like `ET` and `PT`
11+
* Query now includes `getSlot()` and `setSlot` methods for getting/setting slotted content for a web component
12+
13+
## Improvements
14+
* Expression evaluation has been improved to support additional cases with mixed Lisp and JS style function callbacks
15+
* Improved the performance characteristics of reactive conditionals in templates
16+
For instance you can now pass js to Lisp style arguments
17+
```javascript
18+
{concat 'my' 'friend' (isDog ? 'simon dog' : 'pookie cat') }
19+
```
20+
21+
## Bugs
22+
* Fix `pick` in utils to work with proxy objects
1123

1224
# Version 0.10.4-0.10.8
1325

docs/package-lock.json

Lines changed: 71 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.32.2",
14-
"@astrojs/vercel": "^8.1.2",
13+
"@astrojs/starlight": "^0.32.4",
14+
"@astrojs/vercel": "^8.1.3",
1515
"@pagefind/modular-ui": "^1.3.0",
1616
"@semantic-ui/astro-lit": "5.1.0",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "^5.4.3",
18+
"astro": "^5.5.4",
1919
"astro-expressive-code": "^0.40.2",
2020
"link": "^2.1.1",
21-
"playground-elements": "^0.19.1",
21+
"playground-elements": "^0.18.1",
2222
"pretty": "^2.0.0",
2323
"pretty-json-custom-element": "^1.1.16",
2424
"semver": "^7.7.1",

0 commit comments

Comments
 (0)