Skip to content

websitegenerator v2.1.0

Latest
Compare
Choose a tag to compare
@nirokay nirokay released this 24 Oct 07:05

Changes

  • updated common/html module to respect new children system

New

  • added add procs for HtmlElements -> allows to add children to a parent
  • new DOM module - allows search and filter specific child elements in a document (for example: searching by ID, name, or any other attribute)
  • added procs for embedding stylesheets into the document <head>