We’re pleased to announce the release of Stimulus 1.1!
It’s a more modest version than we originally anticipated. Here’s the overview:
- NEW: Stimulus Reference documentation
- 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)
Cheers!