github ing-bank/lion @lion/ui@0.0.8

latest releases: @lion/ui@0.8.4, @lion/ajax@2.1.0, providence-analytics@0.17.1...
23 months ago

Patch Changes

  • f0e6ee9: BREAKING: remove setIcons, setOverlays, setLocalize.

    Recommended approach is to do below at the top of your app (before lion code runs):

    import { singletonManager } from 'singleton-manager';
    import { LocalizeManager } from '@lion/ui/localize-no-side-effects.js';
    
    class MyLocalizeManager extends LocalizeManager {}
    
    singletonManager.set('@lion/ui::localize::0.x', new MyLocalizeManager());
  • de51dae: Use the correct names for singleton registrations

Don't miss a new lion release

NewReleases is sending notifications on new releases.