Releases: sliemeobn/elementary
0.6.0
⚠️ Breaking Change
I decided to rename var content to var body on the HTML type for consistency and future clarity.
Also, the type HTML.Content is now HTML.Body.
Ideally the (temporary) aliases and default implementations will only give you warnings with a clear update instructions. Some breakage may still occur.
Sorry for the inconvenience this may cause — thanks for bearing with the churn!
What's Changed
- Rename
var contenttovar bodyby @sliemeobn in #85
Full Changelog: 0.5.6...0.6.0
0.5.6
0.5.5
What's Changed
- lower minimum iOS version to v15 by @John-Connolly in #81
- fix iOS availability by @John-Connolly in #82
New Contributors
- @John-Connolly made their first contribution in #81
Full Changelog: 0.5.4...0.5.5
0.5.4
What's Changed
- unicode-less equality for
_StoredAttribute(embedded) by @sliemeobn in #78
Full Changelog: 0.5.3...0.5.4
0.5.3
This release addresses high resource usage during compilation in release mode (thanks to @nicksloan for reporting and fixing)
What's Changed
- Remove
@inline(__always)from_renderfunctions by @nicksloan in #75
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- switch to swift format by @sliemeobn in #71
- auto-merging style and class attribute values by @sliemeobn in #72
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Mutability/Sendability cleanup for HtmlAttributes by @Cyberbeni in #68
- expose ForEach internals for wasm rendering by @sliemeobn in #69
Minor break: Attribute value types now consistently have an immutable rawValue.
New Contributors
- @Cyberbeni made their first contribution in #68
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Add several useful global attributes by @nicksloan in #67
- Minor break:
autofocusis now a global attribute (protocolHTMLTrait.Attributes.autofocuswas removed)
New Contributors
- @nicksloan made their first contribution in #67
Full Changelog: 0.4.6...0.5.0
0.4.6
0.4.5
What's Changed
- add
scopeattribute tothtag by @JacobHearst in #63
New Contributors
- @JacobHearst made their first contribution in #63
Full Changelog: 0.4.4...0.4.5