Tags: vapor-community/HTMLKit
Tags
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
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
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
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
PreviousNext