Skip to content

Releases: dejavu1987/comfey

View Abstraction

14 Jan 07:00
Compare
Choose a tag to compare
View Abstraction Pre-release
Pre-release
  • Abstracted view out, Added /view/dom.js for DOM as view.
  • Added CLI Example
  • Updated to ESM

Finite State Machine

12 Jan 20:43
Compare
Choose a tag to compare

Added Finite State Machine Plugin

Debugger, documentation improvements

16 Dec 16:08
Compare
Choose a tag to compare

New Features

  • Debugger
    • Resizable
    • Draggable
    • Styled
  • State name added to watcher's third param

Documentation

  • Add multi-level navigation Example
  • Add ToC
  • Added Multiple app demo,
  • Add bind-class example
  • Add StateName

Added value comparision on bind-visible

15 Nov 08:33
Compare
Choose a tag to compare

Syntax data-bind-visible="<STATE_VARIABLE>::<VALUE_TO_COMPARE_EQUALS>"

Example:

<span data-bind-visible="fileStatus::loading">Loading...</span>