Skip to content

Releases: ing-bank/lion

providence-analytics@0.16.4

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

Patch Changes

  • bdebc8f: - expose types; improve logging and formatting
    • apply memoisation in optimised-glob
    • add perf logs to LogService
    • allow to clear cache of memoized function

@lion/ui@0.7.3

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

Patch Changes

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

@lion/nodejs-helpers@0.1.0

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.

providence-analytics@0.16.3

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

Patch Changes

  • 9f8826a: resolve scoped packages outside node_modules

providence-analytics@0.16.2

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

providence-analytics@0.16.1

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

Patch Changes

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

providence-analytics@0.16.0

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/ui@0.7.2

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/ajax@2.0.2

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/ui@0.7.1

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.