Skip to content

8.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ks89 Ks89 released this 02 Jun 20:08
· 341 commits to develop since this release

Features

  • restore Server Side Rendering support with Universal #183. (Breaking Change).
  • Carousel has a new input "[disableSsrWorkaround]="true"" to use modals in carousels with SystemJS (Breaking Change).
    Also, every time you need to open modal gallery, you must pass to LibConfig this code:
    keyboardServiceConfig: {
        shortcuts: ['ctrl+s', 'meta+s'],
        disableSsrWorkaround: true
      }
    

Demos

  • update all LibConfigs in SystemJS demo to prevent crashes. Because, now disableSsrWorkaround must be passed manually in every LibConfig. This is a
    breaking change (see above).

This is a beta version, without documentation
If you want to try it, check examples/angular-cli-9 to get tons of working examples