@symbiotejs/symbiote 3.0.0 → 3.0.3
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/README.md +4 -5
- package/package.json +5 -1
- package/types/node/SSR.d.ts.map +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Symbiote.js gives you the convenience of a modern framework while staying close
|
|
|
18
18
|
- **Dev mode** — `Symbiote.devMode` enables verbose warnings for unresolved bindings.
|
|
19
19
|
- **DSD hydration** — `ssrMode` supports both light DOM and Declarative Shadow DOM.
|
|
20
20
|
- **on-event-handlers fallback** — event handlers now able to be described as direct class methods.
|
|
21
|
-
- And [more](https://github.com/symbiotejs/symbiote/blob/main/CHANGELOG.md).
|
|
21
|
+
- And [more](https://github.com/symbiotejs/symbiote.js/blob/main/CHANGELOG.md).
|
|
22
22
|
|
|
23
23
|
## Quick start
|
|
24
24
|
|
|
@@ -358,9 +358,8 @@ All modern browsers: Chrome, Firefox, Safari, Edge, Opera.
|
|
|
358
358
|
|
|
359
359
|
## Docs
|
|
360
360
|
|
|
361
|
-
- [Documentation](https://
|
|
362
|
-
- [
|
|
363
|
-
- [
|
|
364
|
-
- [Changelog](./CHANGELOG.md)
|
|
361
|
+
- [Documentation](https://github.com/symbiotejs/symbiote.js/blob/main/docs/README.md)
|
|
362
|
+
- [AI Reference](https://github.com/symbiotejs/symbiote.js/blob/main/AI_REFERENCE.md)
|
|
363
|
+
- [Changelog](https://github.com/symbiotejs/symbiote.js/blob/main/CHANGELOG.md)
|
|
365
364
|
|
|
366
365
|
**Questions or proposals? Welcome to [Symbiote Discussions](https://github.com/symbiotejs/symbiote.js/discussions)!** ❤️
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@symbiotejs/symbiote",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"description": "Symbiote.js - zero-dependency close-to-platform frontend library to build super-powered web components",
|
|
6
6
|
"author": "team@rnd-pro.com",
|
|
7
7
|
"license": "MIT",
|
|
@@ -122,7 +122,11 @@
|
|
|
122
122
|
},
|
|
123
123
|
"keywords": [
|
|
124
124
|
"web components",
|
|
125
|
+
"SSR",
|
|
126
|
+
"server side rendering for web components",
|
|
125
127
|
"ui library",
|
|
128
|
+
"data flow",
|
|
129
|
+
"design system",
|
|
126
130
|
"symbiote.js",
|
|
127
131
|
"symbiote",
|
|
128
132
|
"widget",
|
package/types/node/SSR.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSR.d.ts","sourceRoot":"","sources":["../../node/SSR.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SSR.d.ts","sourceRoot":"","sources":["../../node/SSR.js"],"names":[],"mappings":"AAuPA;IAEE,8BAAmB;IACnB,8BAAmB;IAMnB;;;OAkEC;IAMD,uBAeC;IAeD,yBATW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAwB3B;IAUD,+BAJW,MAAM;;QAEJ,MAAM,CAclB;IAUD,+BAJW,MAAM;;QAEJ,cAAc,CAAC,MAAM,CAAC,CAalC;CACF"}
|