@tolgee/core
Advanced tools
Comparing version 1.0.0-alpha.43 to 1.0.0-alpha.45
@@ -6,4 +6,23 @@ # Change Log | ||
# 1.0.0-alpha.45 (2021-04-28) | ||
**Note:** Version bump only for package @tolgee/core | ||
# 1.0.0-alpha.44 (2021-04-01) | ||
### Bug Fixes | ||
* lerna automatic answer "--yes" on "lerna version" ([52c3f66](https://github.com/tolgee/tolgee-js/commit/52c3f6610be78a966c10bc6b603feaa2346e6c09)) | ||
# 1.0.0-alpha.43 (2021-03-26) | ||
**Note:** Version bump only for package @tolgee/core |
@@ -63,4 +63,5 @@ "use strict"; | ||
ElementRegistrar.prototype.register = function (element) { | ||
//ignore element with no active nodes | ||
if (this.getActiveNodes(element).next().value === undefined) { | ||
throw new Error("Registered element with no nodes. This is probably an bug in Tolgee."); | ||
return; | ||
} | ||
@@ -67,0 +68,0 @@ if (this.properties.config.mode === "development" && !this.registeredElements.has(element)) { |
{ | ||
"name": "@tolgee/core", | ||
"version": "1.0.0-alpha.43", | ||
"version": "1.0.0-alpha.45", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -65,3 +65,3 @@ "main": "dist/tolgee.umd.js", | ||
}, | ||
"gitHead": "3899888816b569557cbd7b122de8ea0839ca3d28", | ||
"gitHead": "3914b7c55c53c1ee75547672fd5afca5d5c5bb5a", | ||
"publishConfig": { | ||
@@ -68,0 +68,0 @@ "access": "public" |
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 too big to display
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
4744
2060916