github ing-bank/lion rocket-preset-extend-lion-docs@0.4.0

latest releases: @lion/ui@0.7.4, @lion/ui@0.7.3, providence-analytics@0.16.4...
19 months ago

Minor Changes

  • 4708fe9: BREAKING CHANGE: lion is moving to a single pkg with multiple entrypoints
    Packages are now differently imported and therefore are also differently extended.

    import { LionButton } from '@lion/button';
    // became
    import { LionButton } from '@lion/ui/button.js';
    
    // extending now convert it to something like this
    import { IngButton } from 'ing-web/button.js';

Don't miss a new lion release

NewReleases is sending notifications on new releases.