Stimulus v1.1.0-beta.1 Release Notes

Release Date: 2018-08-01 // over 5 years ago
    • ๐Ÿ†• NEW: Ordered actions (#149)
    • ๐Ÿ†• NEW: @stimulus/polyfills package for legacy browser support (#134, #147, #170)
    • ๐Ÿ”„ CHANGED: Applications now start when the DOM is interactive (#131)
    • ๐Ÿ”„ CHANGED: Unminified UMD module for easier debugging (#151)
    • ๐Ÿ›  FIXED: Stimulus now accounts for missing mutation notifications from nodes removed by innerHTML assignment in IE 11 (#133) and, in rare cases, when annotating elements synchronously after removing them from an observed tree (#161)
    • INTERNAL: Upgraded to TypeScript 2.8.1 and Lerna 3.0.0-rc.0
    • INTERNAL: New build system (#155)