ractive v1.2.7 Release Notes

Release Date: 2020-02-06 // about 4 years ago
    • 🐛 Bug fixes * Fixes in typings. * Nested transition managers will no longer cause early detaches (#3224) * CSS ids that overlap will no longer cause the contained id to be duplicated e.g. with table and tab, tab would be duplicated. * Special refs that aren't @context but contain context in their path will no longer error (#3326)

    • 💥 Breaking Changes * Observer callbacks that throw are now handled like computations that throw. This is technically a breaking change, but much more likely is that the previous behavior would cause Ractive's internal runloop to stall and cause unpredictable behavior.