Skip to content

Version 0.0.3 - 2021-04-28

Choose a tag to compare

@jcbrand jcbrand released this 12 May 09:02
· 160 commits to master since this release
  • Create the ElementView, which is like a Backbone View but extends
    HTMLElement and is therefore also a custom element or web component.
    /home/kalie/src/converse.prosody/src/converse.js/src/headless/core.js: * @Property {object} converse.env._ - The instance of lodash-es used by Converse.
  • Allow writes to the client-side store to be batched (via mergebounce).
    This is particularly useful for IndexedDB, which has a very slow writing speed.
    To enabled batched writes, pass in true for the 3rd parameter of the
    Storage constructor.