Drab v0.9.1 Release Notes

Release Date: 2018-07-15 // over 5 years ago
  • Drab.Modal is not dependent on Drab.Query anymore, and does not require jQuery to run! You may now use it out of the box, with standard Phoenix installation. Works with both Bootstrap 3 🔧 and 4, while Bootstrap 3 is used by default. In case you want to use Bootstrap 4, configure it with:

    config :drab, :modal_css, :boostrap4
    

    0️⃣ Drab.Modal is now loaded by default, as it became the part of Standard Drab Modules.

    Also changed the Drab store storage, now it is encrypted, not only signed.

    Templates for modal and buttons have been changed!

    📚 If you are already using the custom templates for modal of for the button, please read the documentation and update them.