Skip to content

Releases: cyberfinity/polymorph

@cyberfinity/[email protected]

11 Jun 23:06
61645ff
Compare
Choose a tag to compare

Patch Changes

  • 083838b: Fixed mispelt <head> tag.

@cyberfinity/[email protected]

10 Jun 22:35
3844625
Compare
Choose a tag to compare

Minor Changes

  • ef0970a: Renamed html-head slot in HTML5.astro to head.
  • ef0970a: Added head-content slot to HTML5.astro for inserting content into <head> (after charset, viewport and title)
  • ef0970a: Added viewport prop to HTML5.astro
  • ef0970a: Added titleProps and headProps to HTML5.astro for applying extra attributes to the <title> and <head> elements, respectively.

@cyberfinity/[email protected]

20 Apr 01:25
Compare
Choose a tag to compare

Minor Changes

  • 0b9639c: Initial release, containing the following components:

    • PageHeader
    • PageFooter

    ...and HTML5 layout.