All Versions
47
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 5

  • v0.2.4 Changes

    ๐Ÿ›  Fixed:

    • not working in IE11 (#5)
  • v0.2.3 Changes

    ๐Ÿ›  Fixed:

    • not working on iOS9 (#3): changed all ES6 constructs to plain JS
  • v0.2.2 Changes

    ๐Ÿ†• New callbacks and Session housekeeping (renamed to Store)

    ๐Ÿ”„ Changes:

    • ๐Ÿ†• new callback: onconnect
    • ๐Ÿ“‡ renamed Session to Store to avoid confusion
  • v0.2.1 Changes

    Introduced Drab Session: the way to access (read-only) the Plug Session map in the Commander.

    ๐Ÿ”„ Changes:

    • use Drab.Endpoint instead of socket Drab.config.socket, Drab.Socket in endpoint.ex
    • Drab Session with value inheritance from the Plug Session
    • โš  event handler must return socket, warning in the other case

    ๐Ÿ›  Fixes:

    • ๐Ÿ”’ security (#2): checks token in each event call to prevent tampering
  • v0.2.0 Changes

    January 22, 2017

    ๐Ÿ”จ This version cames with refactored modules and client JS library. It is now modular, so you don't need to use jQuery and DOM if you don't have to.

    ๐Ÿ”„ Changes:

    • extracted Drab core; split the JS templates between modules
    • jQuery not required in Drab.Core
    • ๐Ÿšš moved Drab.Query.execjs and broadcastjs to Drab.Core.execjs and broadcastjs
    • ๐Ÿšš moved Drab.Call.console to Drab.Core.console (and console!)
    • ๐Ÿ“‡ renamed Drab.Call to Drab.Modal
    • ๐Ÿ“‡ renamed Drab.Templates to Drab.Template
    • JS: Drab is global, Drab.launch_event() is available
  • v0.1.1 Changes

    ๐Ÿ”„ Changes:

    • โž• added more jQuery methods, like width, position, etc
    • cycling update(:text, set: ["One", "Two", "Three"], on: "#thebutton") update(:class, set: ["btn-success", "btn-danger"], on: "#save_button")
    • toggling class update(:class, toggle: "btn-success", on: "#btn")

    ๐Ÿ›  Fixes:

    • atom leaking issue (#1)
  • v0.1.0 Changes

    First public version. Very shy.