Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Nov 2, 2022
-
Merge pull request #411 from esetnik/patch-1
Fix typo in the word read
-
Commits on Oct 4, 2022
-
-
Merge pull request #410 from yuretz/master
Added return type inference for the Component.for() utility
-
Added return type inference for the Component.for() utility
YK committedOct 4, 2022
Commits on Aug 11, 2022
Commits on Aug 10, 2022
-
Merge pull request #409 from yuretz/master
defaultState is now declared as a getter in the declaration file
-
defaultState is now declared as a getter in the declaration file
YK committedAug 10, 2022
Commits on Oct 7, 2021
Commits on Oct 6, 2021
-
Merge pull request #408 from albertosantini/patch-1
Update discussion link in README
-
Commits on Sep 14, 2021
Commits on Feb 17, 2021
-
-
Added
?boolean=${value}to explicitly define the developer intent.This comes from latest uhtml as a way to disambiguate explicitly boolean attributes. https://github.com/WebReflection/uhtml#v24-update No matter if the value is truthy or falsy, the new syntax will work as expected without ever causing surprises, as it is now for weird cases with Custom Elements or fancy truthy or falsy values.
Commits on Dec 14, 2020
Commits on Nov 13, 2020
Commits on Jun 27, 2020
Commits on Mar 22, 2020
Commits on Mar 11, 2020
Commits on Mar 5, 2020
Commits on Feb 20, 2020
-
-
Added direct attributes access via
.notationAs this feature has been proven to be worth it in various occasions with _lighterhtml_, and since it's super trivial to implement, I've decided to offer the same feature in hyperHTML.