Skip to content

ngx-digit-flow@0.0.11

Latest

Choose a tag to compare

@ayangabryl ayangabryl released this 15 May 16:55
· 2 commits to main since this release

What is new

Fixed

  • Moved offsetWidth read out of the write phase and into earlyRead — it was a layout-forcing DOM read that slipped through the 0.0.10 refactor, reintroducing the thrashing it aimed to eliminate.
  • Guarded matchMedia addEventListener call against environments that return a bare mock object (e.g. SSR-like test environments).
  • Exported resetCapabilityCache() so test suites can clear the static capability cache between runs.

Verification

  • ./node_modules/.bin/ng build ngx-digit-flow
  • npm publish ./dist/ngx-digit-flow --access public
  • npm view ngx-digit-flow@0.0.11 version --json

Published to npm as ngx-digit-flow@0.0.11.