@thi.ng/webgl-msdf 2.1.36 → 2.1.38

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -13
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/webgl-msdf@2.0.0) (2021-10-12)
40
40
 
@@ -55,12 +55,12 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update imports ([c29d6b4](https://github.com/thi-ng/umbrella/commit/c29d6b4))
59
- - update imports ([ab75a9f](https://github.com/thi-ng/umbrella/commit/ab75a9f))
60
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
61
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
62
58
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
63
59
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
60
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
61
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
62
+ - update imports ([ab75a9f](https://github.com/thi-ng/umbrella/commit/ab75a9f))
63
+ - update imports ([c29d6b4](https://github.com/thi-ng/umbrella/commit/c29d6b4))
64
64
 
65
65
  ### [0.1.73](https://github.com/thi-ng/umbrella/tree/@thi.ng/webgl-msdf@0.1.73) (2021-02-20)
66
66
 
@@ -105,23 +105,23 @@ and/or version bumps of transitive dependencies.
105
105
 
106
106
  #### 🚀 Features
107
107
 
108
+ - initial import MSDF font rendering pkg ([22bcc24](https://github.com/thi-ng/umbrella/commit/22bcc24))
109
+ - add more TextOpts, update TextAlign fns ([4602883](https://github.com/thi-ng/umbrella/commit/4602883))
110
+ - add dirX, dirY opts to control text directions
111
+ - add horizontal letter spacing opt
108
112
  - initial integration of shader-ast ([73faffd](https://github.com/thi-ng/umbrella/commit/73faffd))
109
113
  - replace GLSL enums with shader-ast types
110
114
  - add shaderSourceFromAST()
111
115
  - update shader presets
112
116
  - update old code gens (to be replaced soon)
113
- - add more TextOpts, update TextAlign fns ([4602883](https://github.com/thi-ng/umbrella/commit/4602883))
114
- - add dirX, dirY opts to control text directions
115
- - add horizontal letter spacing opt
116
- - initial import MSDF font rendering pkg ([22bcc24](https://github.com/thi-ng/umbrella/commit/22bcc24))
117
117
 
118
118
  #### 🩹 Bug fixes
119
119
 
120
- - update madd call sites ([#95](https://github.com/thi-ng/umbrella/issues/95)) ([5c6fa50](https://github.com/thi-ng/umbrella/commit/5c6fa50))
121
- - update shader (remove prefixes) ([33731e9](https://github.com/thi-ng/umbrella/commit/33731e9))
122
120
  - update textWidth & align fns ([dd6f752](https://github.com/thi-ng/umbrella/commit/dd6f752))
121
+ - update shader (remove prefixes) ([33731e9](https://github.com/thi-ng/umbrella/commit/33731e9))
122
+ - update madd call sites ([#95](https://github.com/thi-ng/umbrella/issues/95)) ([5c6fa50](https://github.com/thi-ng/umbrella/commit/5c6fa50))
123
123
 
124
124
  #### ♻️ Refactoring
125
125
 
126
- - update shader to use AST ([af6d39f](https://github.com/thi-ng/umbrella/commit/af6d39f))
127
126
  - rename msdfShader() ([90676b5](https://github.com/thi-ng/umbrella/commit/90676b5))
127
+ - update shader to use AST ([af6d39f](https://github.com/thi-ng/umbrella/commit/af6d39f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl-msdf",
3
- "version": "2.1.36",
3
+ "version": "2.1.38",
4
4
  "description": "Multi-channel SDF font rendering & basic text layout for WebGL",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/shader-ast": "^0.12.29",
39
- "@thi.ng/transducers": "^8.3.22",
40
- "@thi.ng/vector-pools": "^3.1.33",
41
- "@thi.ng/vectors": "^7.5.23",
42
- "@thi.ng/webgl": "^6.2.13"
37
+ "@thi.ng/api": "^8.5.0",
38
+ "@thi.ng/shader-ast": "^0.12.31",
39
+ "@thi.ng/transducers": "^8.3.24",
40
+ "@thi.ng/vector-pools": "^3.1.35",
41
+ "@thi.ng/vectors": "^7.5.25",
42
+ "@thi.ng/webgl": "^6.2.15"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.5",
46
- "@thi.ng/testament": "^0.3.4",
47
- "@types/node": "^18.11.7",
46
+ "@thi.ng/testament": "^0.3.5",
47
+ "@types/node": "^18.11.9",
48
48
  "rimraf": "^3.0.2",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.23.18",
50
+ "typedoc": "^0.23.20",
51
51
  "typescript": "^4.8.4"
52
52
  },
53
53
  "keywords": [
@@ -70,8 +70,8 @@
70
70
  "node": ">=12.7"
71
71
  },
72
72
  "files": [
73
- "*.js",
74
- "*.d.ts"
73
+ "./*.js",
74
+ "./*.d.ts"
75
75
  ],
76
76
  "exports": {
77
77
  ".": {
@@ -94,5 +94,5 @@
94
94
  "parent": "@thi.ng/webgl",
95
95
  "year": 2019
96
96
  },
97
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
97
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
98
98
  }