neo.mjs 9.10.2 → 9.10.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/ServiceWorker.mjs CHANGED
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
20
20
  */
21
21
  singleton: true,
22
22
  /**
23
- * @member {String} version='9.10.2'
23
+ * @member {String} version='9.10.3'
24
24
  */
25
- version: '9.10.2'
25
+ version: '9.10.3'
26
26
  }
27
27
 
28
28
  /**
@@ -1,29 +1,35 @@
1
1
  [{
2
- "id" : 21,
2
+ "id" : 22,
3
3
  "environments": ["Desktop", "Mobile"],
4
4
  "image" : "devmode/bigData.png",
5
5
  "name" : "Buffered Data Grid with 5M cells",
6
6
  "sourceUrl" : "examples/grid/bigData",
7
7
  "url" : "dist/esm/examples/grid/bigData/index.html"
8
8
  }, {
9
- "id" : 20,
9
+ "id" : 21,
10
10
  "image" : "devmode/sharedcovid.png",
11
11
  "name" : "Multi Window Covid App",
12
12
  "sharedWorkers": true,
13
13
  "sourceUrl" : "apps/sharedcovid",
14
14
  "url" : "dist/esm/apps/sharedcovid/index.html#mainview=table"
15
15
  }, {
16
- "id" : 19,
16
+ "id" : 20,
17
17
  "image" : "devmode/calendar-preview.png",
18
18
  "name" : "Calendar",
19
19
  "sourceUrl": "src/calendar",
20
20
  "url" : "dist/esm/examples/calendar/basic/index.html"
21
21
  }, {
22
- "id" : 18,
22
+ "id" : 19,
23
23
  "image" : "devmode/helix.png",
24
24
  "name" : "component.Helix",
25
25
  "sourceUrl": "examples/component/helix",
26
26
  "url" : "dist/esm/examples/component/helix/index.html"
27
+ }, {
28
+ "id" : 18,
29
+ "image" : "devmode/offscreenCanvas.png",
30
+ "name" : "OffscreenCanvas",
31
+ "sourceUrl": "https://github.com/neomjs/offscreen-canvas/tree/main/apps/myapp",
32
+ "url" : "https://neomjs.github.io/pages2/workspace/neo-offscreen-canvas-demo/dist/esm/apps/myapp/index.html"
27
33
  }, {
28
34
  "id" : 17,
29
35
  "image" : "devmode/mwCoronaGallery.png",
@@ -107,7 +107,7 @@ class FooterContainer extends Container {
107
107
  }, {
108
108
  module: Component,
109
109
  cls : ['neo-version'],
110
- html : 'v9.10.2'
110
+ html : 'v9.10.3'
111
111
  }]
112
112
  }],
113
113
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "neo.mjs",
3
- "version" : "9.10.2",
3
+ "version" : "9.10.3",
4
4
  "description" : "The webworkers driven UI framework",
5
5
  "type" : "module",
6
6
  "repository" : {
@@ -264,12 +264,12 @@ const DefaultConfig = {
264
264
  useVdomWorker: true,
265
265
  /**
266
266
  * buildScripts/injectPackageVersion.mjs will update this value
267
- * @default '9.10.2'
267
+ * @default '9.10.3'
268
268
  * @memberOf! module:Neo
269
269
  * @name config.version
270
270
  * @type String
271
271
  */
272
- version: '9.10.2'
272
+ version: '9.10.3'
273
273
  };
274
274
 
275
275
  Object.assign(DefaultConfig, {