@tolgee/svelte 3.6.1-rc.fb16d2e.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,12 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 3.6.1-rc.fb16d2e.0 (2022-03-09)
6
+ # [4.1.0](https://github.com/tolgee/tolgee-js/compare/v4.0.0...v4.1.0) (2022-03-10)
7
7
 
8
+ **Note:** Version bump only for package @tolgee/svelte
8
9
 
9
- ### Performance Improvements
10
10
 
11
- * Use invisible wrapping instead of span component ([fb16d2e](https://github.com/tolgee/tolgee-js/commit/fb16d2e04b4005f6867bdfc241f1510625c105aa))
11
+
12
+
13
+
14
+ # [4.0.0](https://github.com/tolgee/tolgee-js/compare/v3.6.0...v4.0.0) (2022-03-10)
15
+
16
+
17
+ ### Features
18
+
19
+ * Use invisible wrapping instead of span component ([3848cda](https://github.com/tolgee/tolgee-js/commit/3848cdaf70fe9c76fd56c88d3c7399b87ff0f88b))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * default invisible mode, defaultValue
12
25
 
13
26
 
14
27
 
package/README.md CHANGED
@@ -67,7 +67,7 @@ To translate texts using Tolgee Svelte integration, you can use `T` component or
67
67
  </script>
68
68
 
69
69
 
70
- <T keyName="key">This is default</T>
70
+ <T keyName="key" defaultValue="This is default" />
71
71
  ```
72
72
 
73
73
  ### getTranslate function
package/T.svelte CHANGED
File without changes
package/T.svelte.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/getTranslate.d.ts CHANGED
File without changes
package/getTranslate.js CHANGED
File without changes
package/index.d.ts CHANGED
File without changes
package/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/svelte",
3
- "version": "3.6.1-rc.fb16d2e.0",
3
+ "version": "4.1.0",
4
4
  "dependencies": {
5
5
  "jest-fetch-mock": "^3.0.3"
6
6
  },
@@ -8,12 +8,12 @@
8
8
  "@sveltejs/kit": "next",
9
9
  "@testing-library/jest-dom": "5.16.2",
10
10
  "@testing-library/svelte": "3.0.3",
11
- "@tolgee/core": "^3.6.1-rc.fb16d2e.0",
11
+ "@tolgee/core": "^4.1.0",
12
12
  "@types/jest": "27.4.1",
13
13
  "@typescript-eslint/eslint-plugin": "^5.12.1",
14
- "@typescript-eslint/parser": "^5.12.1",
14
+ "@typescript-eslint/parser": "^5.14.0",
15
15
  "eslint": "^8.10.0",
16
- "eslint-config-prettier": "^8.4.0",
16
+ "eslint-config-prettier": "^8.5.0",
17
17
  "eslint-plugin-svelte3": "^3.4.1",
18
18
  "jest": "27.5.1",
19
19
  "nodemon": "^2.0.15",
@@ -26,7 +26,7 @@
26
26
  "svelte2tsx": "0.5.5",
27
27
  "ts-jest": "27.1.3",
28
28
  "tslib": "^2.3.1",
29
- "typescript": "^4.5.5"
29
+ "typescript": "^4.6.2"
30
30
  },
31
31
  "type": "module",
32
32
  "publishConfig": {
package/types.d.ts CHANGED
File without changes
package/types.js CHANGED
File without changes