Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 1, 2024
1 parent 8c25a84 commit 5b6de5f
Show file tree
Hide file tree
Showing 26 changed files with 108 additions and 82 deletions.
8 changes: 7 additions & 1 deletion packages/blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-22T13:15:57Z
- **Last updated**: 2024-08-01T16:32:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### 🚀 Features

- support OffscreenCanvas in encodeFromCanvas function to enhance compatibility with different rendering contexts ([294b650](https://github.com/thi-ng/umbrella/commit/294b650))

### [0.1.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-27)

#### 🩹 Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.1.30",
"version": "0.2.0",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/base-n": "^2.7.19",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5"
},
Expand Down
9 changes: 8 additions & 1 deletion packages/canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-22T13:15:57Z
- **Last updated**: 2024-08-01T16:32:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### 🚀 Features

- extend CanvasContext and related functions to support OffscreenCanvas for better performance in web workers ([56d0985](https://github.com/thi-ng/umbrella/commit/56d0985))
refactor(pixel): update canvas handling in pixel module to accommodate OffscreenCanvas for improved rendering capabilities

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-01-26)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/canvas",
"version": "0.2.24",
"version": "0.3.0",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-trace-bitmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-trace-bitmap",
"version": "0.3.90",
"version": "0.3.91",
"description": "Bitmap image to hairline vector and point cloud conversions",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/errors": "^2.5.13",
"@thi.ng/grid-iterators": "^4.0.81",
"@thi.ng/matrices": "^2.4.6",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/vectors": "^7.11.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-webgl",
"version": "0.1.7",
"version": "0.1.8",
"description": "WebGL geometry/shape conversion & interop",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/transducers": "^9.0.12",
"@thi.ng/vector-pools": "^3.2.6",
"@thi.ng/vectors": "^7.11.6",
"@thi.ng/webgl": "^6.9.7"
"@thi.ng/webgl": "^6.9.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "4.1.149",
"version": "4.1.150",
"description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@thi.ng/diff": "^5.1.74",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/hdom": "^9.4.40",
"@thi.ng/hiccup-canvas": "^3.1.7"
"@thi.ng/hiccup-canvas": "^3.1.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "5.1.126",
"version": "5.1.127",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/math": "^5.11.5",
"@thi.ng/transducers": "^9.0.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-canvas",
"version": "3.1.7",
"version": "3.1.8",
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/color": "^5.6.52",
"@thi.ng/geom-arc": "^2.1.139",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/vectors": "^7.11.6"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/imago/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imago",
"version": "0.8.5",
"version": "0.8.6",
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,16 +37,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/blurhash": "^0.1.30",
"@thi.ng/blurhash": "^0.2.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/date": "^2.7.24",
"@thi.ng/defmulti": "^3.0.45",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/file-io": "^2.1.9",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel-dither": "^1.1.137",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/pixel-dither": "^1.1.138",
"@thi.ng/prefixes": "^2.3.24",
"sharp": "^0.33.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-convolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-convolve",
"version": "1.0.2",
"version": "1.0.3",
"description": "Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.9",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.1.0"
"@thi.ng/pixel": "^7.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-dither/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-dither",
"version": "1.1.137",
"version": "1.1.138",
"description": "Extensible image dithering w/ various algorithm presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/checks": "^3.6.9",
"@thi.ng/math": "^5.11.5",
"@thi.ng/pixel": "^7.1.0"
"@thi.ng/pixel": "^7.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-dominant-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-dominant-colors",
"version": "1.1.2",
"version": "1.1.3",
"description": "k-means based dominant color extraction from images/pixel buffers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/k-means": "^0.7.0",
"@thi.ng/pixel": "^7.1.0"
"@thi.ng/pixel": "^7.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-geotiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-geotiff",
"version": "0.1.98",
"version": "0.1.99",
"description": "GeoTIFF reader support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel": "^7.2.0",
"geotiff": "2.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-netpbm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-netpbm",
"version": "2.1.137",
"version": "2.1.138",
"description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/pixel": "^7.1.0"
"@thi.ng/pixel": "^7.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel-io-pfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel-io-pfm",
"version": "0.1.78",
"version": "0.1.79",
"description": "Portable FloatMap image format support for @thi.ng/pixel",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/errors": "^2.5.13",
"@thi.ng/pixel": "^7.1.0"
"@thi.ng/pixel": "^7.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
15 changes: 14 additions & 1 deletion packages/pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-25T11:43:52Z
- **Last updated**: 2024-08-01T16:32:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,19 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [7.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-01)

#### 🚀 Features

- extend CanvasContext and related functions to support OffscreenCanvas for better performance in web workers ([56d0985](https://github.com/thi-ng/umbrella/commit/56d0985))
refactor(pixel): update canvas handling in pixel module to accommodate OffscreenCanvas for improved rendering capabilities
- add OffscreenCanvas support ([1617255](https://github.com/thi-ng/umbrella/commit/1617255))
- update IBlit.blitCanvas() signature to accept
`OffscreenCanvas` & `OffscreenCanvasRenderingContext2D`
- update blitCanvas() impls for Float/IntBuffer (extract shared internals)
- update canvasPixels()
- minor cleanup after [#488](https://github.com/thi-ng/umbrella/issues/488)

## [7.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-25)

#### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions packages/pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pixel",
"version": "7.1.0",
"version": "7.2.0",
"description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.5.99",
"version": "0.5.100",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/hiccup-canvas": "^3.1.7",
"@thi.ng/hiccup-canvas": "^3.1.8",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/rdom": "^1.5.6",
"@thi.ng/rstream": "^8.5.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/shader-ast-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/shader-ast-js",
"version": "1.1.43",
"version": "1.1.44",
"description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/errors": "^2.5.13",
"@thi.ng/math": "^5.11.5",
"@thi.ng/matrices": "^2.4.6",
"@thi.ng/pixel": "^7.1.0",
"@thi.ng/pixel": "^7.2.0",
"@thi.ng/shader-ast": "^0.15.23",
"@thi.ng/vectors": "^7.11.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-canvas",
"version": "0.1.92",
"version": "0.1.93",
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@thi.ng/binary": "^3.4.30",
"@thi.ng/wasm-api": "^1.6.6",
"@thi.ng/wasm-api-dom": "^0.11.100"
"@thi.ng/wasm-api-dom": "^0.11.101"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-dom",
"version": "0.11.100",
"version": "0.11.101",
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.7",
"@thi.ng/canvas": "^0.2.24",
"@thi.ng/canvas": "^0.3.0",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/prefixes": "^2.3.24",
"@thi.ng/wasm-api": "^1.6.6"
Expand Down
Loading

0 comments on commit 5b6de5f

Please sign in to comment.