Releases: cyberfinity/polymorph
Releases · cyberfinity/polymorph
@cyberfinity/[email protected]
Patch Changes
- 083838b: Fixed mispelt
<head>
tag.
@cyberfinity/[email protected]
Minor Changes
- ef0970a: Renamed
html-head
slot inHTML5.astro
tohead
. - ef0970a: Added
head-content
slot toHTML5.astro
for inserting content into<head>
(after charset, viewport and title) - ef0970a: Added
viewport
prop toHTML5.astro
- ef0970a: Added
titleProps
andheadProps
toHTML5.astro
for applying extra attributes to the<title>
and<head>
elements, respectively.
@cyberfinity/[email protected]
Minor Changes
-
0b9639c: Initial release, containing the following components:
PageHeader
PageFooter
...and
HTML5
layout.