Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.4

    f75033b6 · express ·
    Release: v2.0.4
    ## [2.0.4] - 2025-07-24
    
    ### Added
    - KartonExpress
    
    ### Fixed
    - README end script tag in Usage
  • v2.0.3

    8d48c14c · release ·
    Release: v2.0.3
    ## [2.0.3] - 2025-07-22
    
    ### Added
    - a test for memoryStorage check
    - KartonInk, a handlebars template
    
    ### Changed
    - website and docs
    - KartonElement rendering switched from timeOut to queueMicroTask
    
    ### Fixed
    - tests passing
  • v1.1.10

    71bfc6d1 · google sites added ·
    Release: v1.1.10
    ## [1.1.10] - 2025-07-09
    
    ### Added
    - KartonView Component example
    - KartonDocs Properties support
    - A robot.txt that allows indexing
    
    ### Changed
    - README.md
    - KartonForm to support templates for output
    - KartonRequeste
  • v1.1.9

    c826f24f · working on accordion ·
    Release: v1.1.9
    ## [1.1.9] - 2025-07-08
    
    ### Added
    - KartonAccordion Component
    
    ### Changed
    - KICKSTART.md
    - README.md
    - website
    - this.renderHTML() to unsafeHTML()
    
    ### Removed
    - renderAll() in favor of raw: html`${hole instanceof Array ? hole : [hole]}`;
  • v1.1.8

    91ee4fb8 · Changelog ·
    Release: v1.1.8
    ### Fixed
    - styles of devtools
    
    ### Added
    - added renderHTML(HTMLString) for injecting HTML strings through uhtml``
    - added renderAll(a) to render both html`` Objects as Array of HTMLElements
    - KartonGrid component
    - KartonTabs component
    - Website ./website./index.html
    
    ### Changed
    - getAttrVal() into getAttrJSON()
    - setAttrVal() into setAttrJSON()
    - globally `<style>..</style>` replaced with inline style when possible
  • v1.1.7

    8ad93b12 · release ·
    Release: v1.1.7
    ### Fixed
    - Devtools remote
    
    ### Added
    - Automatic documentation through `docs` export in components
    - Documentation added for all components
    - Components `karton-docs` `karton-markdown`
    - Playground ./playground/index.html
    - KICKSTART.md
    
    ### Changed
    - Updated the website https://kartonjs.surge.sh
  • v1.1.6

    ad484e17 · 1.1.6 ·
    Release: v1.1.6
    ### Fixed
    - Homepage of index.html works now for both localhost and kartonjs.surge.sh
    
    ### Added
    - Changes in README.me for clearity
    - KartonElement updated to use getAttrVal() and setAttrVal()
    - Component `karton-form`
    - Documentation file `components.js`
  • v1.1.5

    eaaf2bc5 · release ·
    Release: v1.1.5
    ### Added
    - Improved test suite `Effects`, `BusStatePresistence`, `AttributeSync`.
  • v1.1.4

    6b52301c · CHANGELOG.md added ·
    Release: v1.1.4
    ### Fixed
    - `slot(name, def)` now correctly warns if no slot or default is found.
    - Default slot fallback parsing now returns consistent `<template>` elements.
    - Internal devtools spy restored after each test for console warnings.
    
    ### Added
    - New test: `SlotWarning.test.js` to ensure slot warnings and fallback work.
    - Improved test suite coverage for `Computed`, `BusState`, `BoolAttrEffect`.