Skip to content

Commit 30b1f38

Browse files
committed
release: release v1.14.3
1 parent f308a36 commit 30b1f38

12 files changed

Lines changed: 56 additions & 6 deletions

File tree

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @mlightcad/common
22

3+
## 1.14.3
4+
5+
### Patch Changes
6+
7+
- feat: adds chord-height curve tessellation so short arcs use fewer segments than a full circle, while opening a drawing without circleSides defaults to draft quality so stored VIEWRES 1000 is not applied accidentally. Circles, arcs, ellipses, polylines, leaders, and splines tessellate from the open-time setting, and renderers can read drawCircleSides from the draw context
8+
39
## 1.14.2
410

511
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlightcad/common",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"license": "MIT",
55
"type": "module",
66
"repository": {

packages/data-model/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mlightcad/data-model
22

3+
## 1.14.3
4+
5+
### Patch Changes
6+
7+
- feat: adds chord-height curve tessellation so short arcs use fewer segments than a full circle, while opening a drawing without circleSides defaults to draft quality so stored VIEWRES 1000 is not applied accidentally. Circles, arcs, ellipses, polylines, leaders, and splines tessellate from the open-time setting, and renderers can read drawCircleSides from the draw context
8+
- Updated dependencies
9+
- @mlightcad/common@1.14.3
10+
- @mlightcad/geometry-engine@3.14.3
11+
- @mlightcad/graphic-interface@3.14.3
12+
313
## 1.14.2
414

515
### Patch Changes

packages/data-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlightcad/data-model",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"license": "MIT",
55
"type": "module",
66
"repository": {

packages/example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mlightcad/realdwg-web-example
22

3+
## 0.14.3
4+
5+
### Patch Changes
6+
7+
- feat: adds chord-height curve tessellation so short arcs use fewer segments than a full circle, while opening a drawing without circleSides defaults to draft quality so stored VIEWRES 1000 is not applied accidentally. Circles, arcs, ellipses, polylines, leaders, and splines tessellate from the open-time setting, and renderers can read drawCircleSides from the draw context
8+
- Updated dependencies
9+
- @mlightcad/data-model@1.14.3
10+
- @mlightcad/libredwg-converter@3.14.3
11+
312
## 0.14.2
413

514
### Patch Changes

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlightcad/realdwg-web-example",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/geometry-engine/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @mlightcad/geometry-engine
22

3+
## 3.14.3
4+
5+
### Patch Changes
6+
7+
- feat: adds chord-height curve tessellation so short arcs use fewer segments than a full circle, while opening a drawing without circleSides defaults to draft quality so stored VIEWRES 1000 is not applied accidentally. Circles, arcs, ellipses, polylines, leaders, and splines tessellate from the open-time setting, and renderers can read drawCircleSides from the draw context
8+
- Updated dependencies
9+
- @mlightcad/common@1.14.3
10+
311
## 3.14.2
412

513
### Patch Changes

packages/geometry-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlightcad/geometry-engine",
3-
"version": "3.14.2",
3+
"version": "3.14.3",
44
"license": "MIT",
55
"type": "module",
66
"repository": {

packages/graphic-interface/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @mlightcad/graphic-interface
22

3+
## 3.14.3
4+
5+
### Patch Changes
6+
7+
- feat: adds chord-height curve tessellation so short arcs use fewer segments than a full circle, while opening a drawing without circleSides defaults to draft quality so stored VIEWRES 1000 is not applied accidentally. Circles, arcs, ellipses, polylines, leaders, and splines tessellate from the open-time setting, and renderers can read drawCircleSides from the draw context
8+
- Updated dependencies
9+
- @mlightcad/common@1.14.3
10+
- @mlightcad/geometry-engine@3.14.3
11+
312
## 3.14.2
413

514
### Patch Changes

packages/graphic-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlightcad/graphic-interface",
3-
"version": "3.14.2",
3+
"version": "3.14.3",
44
"license": "MIT",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)