github lynx-family/lynx-stack @lynx-js/web-mainthread-apis@0.7.1

latest releases: create-rspeedy@0.11.1, @lynx-js/tailwind-preset@0.2.1, @lynx-js/rspeedy@0.11.1...
6 months ago

Patch Changes

  • Support NPM provenance. (#30)

  • fix: some valus should be updateable by global scope (#130)

    Now we add an allowlist to allow some identifiers could be updated by globalThis.

    For those values in the allowlist:

    globalThis.foo = 'xx';
    console.log(foo); //'xx'
    
  • refactor: isolate the globalThis in mts (#90)

    After this commit, developers' mts code won't be able to access the globalThis

    The following usage will NOT work

    globalThis.foo = () =>{};
    foo();//crash
    
  • refractor: improve some internal logic for element creating in MTS (#71)

  • Updated dependencies [c617453, 2044571, 399a6d9, 7da7601]:

    • @lynx-js/web-style-transformer@0.2.2
    • @lynx-js/web-constants@0.7.1

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.