Skip to content

Releases: ing-bank/lion

@lion/[email protected]

21 May 14:24
3829e2d
Compare
Choose a tag to compare

Patch Changes

  • 08d13e1: Now prints console error when shadowRoot is not found

@lion/[email protected]

17 May 19:47
ca08d89
Compare
Choose a tag to compare

Minor Changes

  • c7c83d1: Update underlying code-formatter prettier to major version 3 and updated the prettify API accordingly.

    Consumers of this package need to make sure to await any calls to prettify as the function now returns a promise.

[email protected]

16 May 20:07
1df3854
Compare
Choose a tag to compare

Patch Changes

  • 9f8826a: resolve scoped packages outside node_modules

[email protected]

16 May 12:38
6c5b89c
Compare
Choose a tag to compare

Patch Changes

  • cbfbdb4: - feat: expose ReportService to allow config of outputPath
    • fix: cache and performance improvements

[email protected]

15 May 16:21
c34eb6c
Compare
Choose a tag to compare

Patch Changes

  • f9698e9: fix: expose inlined-swc-to-babel

[email protected]

14 May 22:03
a9d8546
Compare
Choose a tag to compare

Minor Changes

  • aea90ae: - Added optimised-glob util: a drop-in replacement for globby. It's faster, smaller and has zero dependencies
    • Added fs-adapter util, allowing to provide a virtual fs instead of the default
    • BREAKING: Cleanup of code and dependencies, removing deprecated cli commands

@lion/[email protected]

07 May 15:31
8fd9ec4
Compare
Choose a tag to compare

Patch Changes

  • 36f0bbc: [select-rich] only close the overlay on tab when trapsKeyboardFocus is false

@lion/[email protected]

07 May 15:31
8fd9ec4
Compare
Choose a tag to compare

Patch Changes

  • c5ffe9c: Allow getCacheIdentifier to be asynchronous
  • df8bf58: Reset cache and pending requests when cache session ID changes
  • a8105ec: Add caching tests for when getCacheIdentifier is asynchronous

@lion/[email protected]

23 Apr 12:56
2b68845
Compare
Choose a tag to compare

Patch Changes

  • 3a1482f: Fix [ArrowUp]/[ArrowDown] not registering as user interaction when done directly on the select-rich component
  • a53ded7: [localize] make use of formatDate locale option to parse the date correctly, which prevents day and month jumping in the input-amount when e.g. en-GB is used on the html tag and en-US is used to format the date.

@lion/[email protected]

23 Apr 07:39
Compare
Choose a tag to compare

Minor Changes

  • 3cef916: [select-rich] fix readonly keyboard interaction
  • 3cef916: [select-rich] export getSelectRichMembers test helper

Patch Changes

  • 3cef916: [input-amount] returns Unparseable as a modelValue if a wrong value has been entered
  • 3cef916: [core] allow browserDetection to be run in ssr context
  • 3cef916: [lion-input-tel-dropdown] Focus input fieled after dropdown menu is closed