@converse/skeletor
Advanced tools
Comparing version 0.0.3 to 0.0.4
# Changelog | ||
## 0.0.3 (Unreleased) | ||
## 0.0.4 (2021-05-12) | ||
- Upgrade to lit 2.0.0-rc.2 | ||
## 0.0.3 (2021-04-28) | ||
- 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](http://lodash.com) used by Converse. | ||
- Allow writes to the client-side store to be batched (via [mergebounce](https://github.com/conversejs/mergebounce)). | ||
@@ -8,0 +13,0 @@ This is particularly useful for IndexedDB, which has a very slow writing speed. |
@@ -20,4 +20,4 @@ { | ||
"dependencies": { | ||
"lit-html": "^1.2.1", | ||
"lodash-es": "^4.17.15", | ||
"lit-html": "^2.0.0-rc.2", | ||
"lodash-es": "^4.17.21", | ||
"mergebounce": "0.0.2" | ||
@@ -34,6 +34,4 @@ }, | ||
"babel-loader": "^8.2.2", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"chai": "^4.2.0", | ||
"eslint": "^7.2.0", | ||
"eslint-plugin-lodash": "^7.1.0", | ||
"karma": "^5.0.9", | ||
@@ -65,3 +63,3 @@ "karma-chrome-launcher": "^3.1.0", | ||
"module": "src/main.js", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -68,0 +66,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28
1607329
43
10547
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-html@1.4.1(transitive)
Updatedlit-html@^2.0.0-rc.2
Updatedlodash-es@^4.17.21