-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ it is a companion project of <https://htmx.org> | |
|
||
```html | ||
|
||
<script src="https://unpkg.com/[email protected].12"></script> | ||
<script src="https://unpkg.com/[email protected].13"></script> | ||
|
||
|
||
<button _="on click toggle .clicked"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ title: render - ///_hyperscript | |
|
||
Note: if you want the template command, you must include the /dist/template.js file in addition to the hyperscript script | ||
~~~ html | ||
<script src="https://unpkg.com/[email protected].12/dist/template.js"></script> | ||
<script src="https://unpkg.com/[email protected].13/dist/template.js"></script> | ||
~~~ | ||
|
||
### Syntax | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ OK, let's get started with hyperscript! | |
Hyperscript is a dependency-free JavaScript library that can be included in a web page without any build step: | ||
|
||
~~~ html | ||
<script src="https://unpkg.com/[email protected].12"></script> | ||
<script src="https://unpkg.com/[email protected].13"></script> | ||
~~~ | ||
|
||
If you are using a build step: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ on pointerdown | |
</div> | ||
|
||
|
||
<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px"><script src="https://unpkg.com/[email protected].12"></script></code> | ||
<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px"><script src="https://unpkg.com/[email protected].13"></script></code> | ||
<button style="font:inherit;font-size:.8em;background:#3465a4;color:white;border:none;padding: 0 .4em; border-radius: .4em" _="on click | ||
writeText(my previousElementSibling's innerText) on navigator.clipboard | ||
put 'copied!' into me | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
layout: layout.njk | ||
tags: post | ||
title: hyperscript 0.9.13 has been released! | ||
date: 2024-10-20 | ||
--- | ||
|
||
## hyperscript 0.9.13 Release | ||
|
||
We are pleased to present the [0.9.13 release](https://unpkg.com/browse/[email protected]/) of hyperscript. | ||
|
||
### Changes | ||
|
||
|
||
Enjoy! |