Skip to content

Tags: sliemeobn/elementary

Tags

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adjustments for experimental embedded support (#53)

* no print in embedded and renamed env setting

* add embedded wasm CI

* fix github CI file

* ...yaml...

* fixed missing function

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
experimental support for embedded swift (#50)

* made a few things public for elementary-dom experiment

* test embedded compatibility mode

* not variadic tuples in embedded : /

* or maybe like this?

* annotate all the things

* argh...

* rename

* moar tuples

* a bit of clean up

* straighten out HTMLText interface

* swift 5.10 compatibility

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add 'placeholder' and 'accept' attributes to input tag (#44)

* feat: add placeholder attribute

* feat: add accept attribute

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added width and height attributes (#42)

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add benchmarks and performance improvements (#33)

* added benchmark package

* added more benchmarks

* added @_transparent

* changed benchmark

* text rendering improvements

* less allocations for buffer

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added script tag attributes and crossorigin, referrerpolicy and integ…

…rity (#29)

* implemented script tag attributes

* implemented crossorigin, referrerpolicy and integrity for link tag

* fixed script attributes wrong tag

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support arrays of attributes in initializers and `.attributes()` modi…

…fier (#22)

* initialize html element with array of attributes

* adds tests and adjust parameter names

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow seo/social meta tags (#18)

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed buildArray return type (#14)