Skip to content

@mweb/extension@1.1.0

Compare
Choose a tag to compare
@dapplets-bot dapplets-bot released this 13 Aug 17:09
· 63 commits to master since this release

1.1.0 (2024-08-13)

Bug Fixes

  • bootstrap styles are not available in BOS components (c304ab8)
  • bootstrap styles are not available in the overlay (0d4818a)
  • bos components don't receive updates of context (a50b573)
  • cannot read property transactions of undefined (1245cde)
  • empty context portals are injected to DOM (ba8950f)
  • error Failed to execute 'createObjectURL' on 'URL' (c1ed7d4)

Features

  • add align center for DappletOverlay children (c2d62d6)
  • allow apps to run any parser (DAP-4697) (72dfc4b)
  • allow apps to use top context as target (DAP-4697) (913c1f5)
  • don't allow inject static links by user (DAP-4683) (e0b5d90)
  • execute controller in memory (DAP-4684) (0c7d5ad)
  • filter contexts by namespace, type, and id when passing a transferable context (8ceec3b)
  • introduce context query function (DAP-4692) (a43d177)
  • introduce file downloader custom element (23385a7)
  • introduce in-memory portal (DAP-4662) (c0a1ad5)
  • introduce Link DB API (DAP-4685) (f445970)
  • introduce static links in application manifests (DAP-4683) (ec65b15)
  • mweb parser won't produce shadow root context with random id (1f22623)
  • save index data in linkdb (e6a01d0)

Performance Improvements