Skip to content

Tags: vapor-community/HTMLKit

Tags

3.0.0-alpha.16

Toggle 3.0.0-alpha.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make progress on the components (#206)

* Tidy up a bit

* Fix missing prompt in datepicker component

* Consolidate the border modifiers

* Rename the backgroundcolor modifier

* Tidy up a bit

* Fix some css

* Make use of the recent changes in htmlkit

* Utilize css nesting

* Update copyright notation

* Improve the accessibility

* Provide accessibility modifiers

* Add identifiable conformance to pane component

* Let htmlkit handle the escaping

3.0.0-alpha.15

Toggle 3.0.0-alpha.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revise some attributes (#207)

* Revise the drag attribute

* Mark older deprecations as unavailable

* Revise the edit attribute

* Revise the spellcheck attribute

* Revise the translate attribute

* Make the label attribute localizable

* Revise the open attribute

* Revise the headers attribute

* Mark older deprecations as unavailable

* Fix failing test

* Consolidate fill attributes

* Revise the enterkey attribute

* Consolidate popovertarget attributes

* Consolidate shape attributes

* Consolidate stroke attributes

* Tidy up a bit

3.0.0-alpha.14

Toggle 3.0.0-alpha.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tidy up some code (#199)

* Fix misspelled readonly attribute

* Remove redundant lines by leveraging default parameter

* Extend correct protocol

* Fix some oversights in the code

* Add the root property to editorconfig

* Fix some code examples

3.0.0-alpha.13

Toggle 3.0.0-alpha.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support unescaped html (#181)

* Introduce htmlstring to support unescaped html

* Make the comments more explicit

3.0.0-alpha.12

Toggle 3.0.0-alpha.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make localization errors non-fatal (#175)

* Limit localization tests to localization logic only

* Try to recover when requested locale is not available

* Handle all the remaining errors gracefully

* Refactor a bit

* Test the recovery of an unknown table

* Handle cascading errors

* Clear the environment locale after it cannot be found

3.0.0-alpha.11

Toggle 3.0.0-alpha.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce the playsinline attribute (#170)

3.0.0-alpha.10

Toggle 3.0.0-alpha.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix localization fallback behaviour (#163)

* Check if localization is properly configured

* Test the error reporting for localization through the provider

* Prevent the default locale from being overwritten

3.0.0-alpha.9

Toggle 3.0.0-alpha.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revise the component plugin (#147)

* Revise the component plugin

Add a more convenient way to deploy the files to the public directory of Vapor.

* Update the documentation

3.0.0-alpha.8

Toggle 3.0.0-alpha.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for release (#145)

* Make the features flag available to vapor

* Tidy up a bit

* Silence deprecation warning of nsdictionary

* Update readme

* Silence warning of shadowing type parameters

3.0.0-alpha.7

Toggle 3.0.0-alpha.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade the package (#142)

* Make some of the components identifiable

* Add center as an option for the content space

* Revise some css

* Make actions exclusive

* Fix some css

* Fix the test from failing

The encoder doesn't keep the order of the keys. Therefore I revised the part to a simple text representation. It is okay for the time being. But later on, with more complex validators, it needs to be changed.

* Revise the carousel component

* Introduce the recently added search element

* Introduce the recently added menu element

* Update some of the value tokens accordingly to the latest html standard

* Introduce the inert attribute

* Introduce the fetchpriority attribute

* Introduce the loading attribute

* Introduce the sourceset attribute

* Introduce the decoding attribute

* Introduce the recently added blocking attribute

* Introduce the recently added popover attribute

* Introduce the recently added popovertarget attribute

* Introduce the recently added popovertargetaction attribute