Skip to content

v2.10.0 - Mustang 馃嚭馃嚫

Latest
Compare
Choose a tag to compare
@StyleT StyleT released this 03 Feb 15:31
· 660 commits to master since this release

Features

  • #320 #322 #324 #323 #326 Added support of having Shared Libraries at ILC powered website. They allow you to deploy, in similar to apps fashion, globally available JS libraries which can be loaded via SystemJS ILC.System.import('@sharedLibrary/libraryName').

    Also at client side full list of currently registered shared libraries can be retrieved via ILC.getAllSharedLibNames()

    Local development environment can be used in the same way as it works for ILC applications.

  • #308 #315 Added ability to specify discovery metadata and admin notes for apps in Registry

  • #310 Added recommended solution for Webpack publicPath handling for isomorphic apps

  • #313 Added support of the relative (to spaBundle URL) URLs in appAssets overrides

  • #311 Added readonly access role to Registry. Now you can create accounts for users with RO level of access which is convenient if you do manage your registry by automated tools only and need Web UI only for discovery purposes.

  • #330 #331 Added support of the <script> tags in custom HTML configuration value for Global spinner

  • #345 #346 Added ability for apps to get updated props (based on current Route) without re-mount

Bugfixes

  • #314 Fixed height calculation for JSON editor in Registry
  • #316 LDE related transactions now excluded from NewRelic data
  • #321 LDE related errors won't be reported to NewRelic from this point
  • #319 Fixed validation of the application asset links
  • #317 respect "target" attribute for A tags
  • #325 Correct handling of the special href values for A tags
  • #333 #334 #335 Added minimal time of the Global spinner appearance to avoid visual glitches
  • #336 #341 #342 Fixed work of the 404 page business logic
  • #337 #340 Now absence of requested slot in the current template wouldn't crash the whole page
  • #344 Fixed case when user with multiple OpenID identifiers matches different levels of access in ILC Registry. The highest matched will be granted.
  • #361 Added ARM64 Docker images

Misc

Docker images: