Releases: vapor-community/HTMLKit
Releases · vapor-community/HTMLKit
3.0.0-alpha.15
Major (Alpha)
Features
- Deprecate old doctypes (#200)
- Preserve embedded style and script (#202)
- Make the title element localizable (#203)
- Conform the title element as a vector element (#204)
- Make some attributes more typesafe (#201)
- Use the correct enum in the type modifier of the script element (#205)
- Revise some attributes (#207)
Notes
Thanks to @Frizlab 🙌
3.0.0-alpha.14
Major (Alpha)
Features
- Consolidate item attributes (#183)
- Introduce the integrity attribute (#185)
- Introduce the as attribute (#188)
- Support the defer attribute on the script element (#192)
- Introduce the crossorigin attribute (#193)
- Fix rendering a Date (#194)
- Add a .editorconfig file ( #196)
- Introduce the sourcelanguage attribute (#197)
- Introduce the sourcedocument attribute (#198)
- Tidy up some code (#199)
Notes
Thanks to @Frizlab 🙌
3.0.0-alpha.13
3.0.0-alpha.12
Major (Alpha)
Features
- Revise the rendering (#168)
- Update the supported swift version (#172)
- Add missing form method (#173)
- Make attributes localizable (#174)
- Make the textpad component responsive (#150)
- Make localization errors non-fatal (#175)
Notes
This release sets the minimum swift version to 5.9!
3.0.0-alpha.11
Major (Alpha)
Features
- Fix the incorrect tag for the variable element (#164)
- Make the autocomplete modifier accept an enum (#165)
- Make column element an empty node (#166)
- Make the sandbox modifier accept an enum (#167)
- Extend the environment by (#156)
- Add helper functions for markdown rendering (#155)
- Make the loop attribute conditional
- Make the type modifier of the orderedlist element accept the marker enum (#169)
- Introduce the playsinline attribute (#170)
Notes
3.0.0-alpha.10
Major (Alpha)
Features
- Update the components (#146)
- Fix incorrect interpolation (#153)
- Make localization error handling less strict (#154)
- Make the scope modifier accept an enum (#159)
- Make area element an empty node (#158)
- Assign the ismap attribute (#157)
- Make the inputmode modifier accept an enum (#162)
- Change localization interpolation (#161)
- Introduce the usemap attribute (#160)
- Fix localization fallback behaviour (#163)