Drab v0.2.0 Release Notes

Release Date: 2017-01-22 // over 7 years ago
  • ๐Ÿ”จ 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