angular v12.0.0-next.6 Release Notes

Release Date: 2021-03-24 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • animations: DOM elements are now correctly removed when the root view is removed. If you are using SSR and use the app's HTML for rendering, you will need to ensure that you save the HTML to a variable before destorying the app. โœ… It is also possible that tests could be accidentally relying on the old behavior by ๐Ÿšš trying to find an element that was not removed in a previous test. If โšก๏ธ this is the case, the failing tests should be updated to ensure they have proper setup code which initializes elements they rely on.
    • router: Strict null checks will report on fragment potentially being null. Migration path: add null check.