Tags give the ability to mark specific points in history as being important
-
v1.1.10
Release: v1.1.1071bfc6d1 · ·## [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
Release: v1.1.9c826f24f · ·## [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
Release: v1.1.891ee4fb8 · ·### 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
Release: v1.1.78ad93b12 · ·### 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
Release: v1.1.6ad484e17 · ·### 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
Release: v1.1.5eaaf2bc5 · ·### Added - Improved test suite `Effects`, `BusStatePresistence`, `AttributeSync`.
-
v1.1.4
Release: v1.1.46b52301c · ·### 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`.