Skip to content

Commit fae372b

Browse files
committed
Fixed changelog format
1 parent 08e872f commit fae372b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

wiki/changelog/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ All notable changes to this project will be documented in this file. The format
1515

1616
+ `Two.ZUI.reset` updates the surfaces to be reflect reset orientation
1717

18-
## December 31, 2024 v0.8.15
18+
## Dec 31, 2024 v0.8.15
1919

20-
<h3 class="visible">December 31, 2024</h3><version-link v="v0.8.15" />
20+
<h3 class="visible">Dec 31, 2024</h3><version-link v="v0.8.15" />
2121

2222
+ Made `CanvasPolyfill` object and merged it into `Two.Utils` to remove circular dependencies
2323
+ Made `Two.Collection._events` and `Two.Children.ids` not enumerated for more seamless invocation of `Array` methods like `Array.filter` and `Object` methods like `Object.keys`
@@ -29,25 +29,25 @@ All notable changes to this project will be documented in this file. The format
2929
+ `Two.Path.noStroke`, `Two.Text.noStroke`, and derivative methods now include setting both the stroke color to `"none"` and the line width to 0
3030
+ Fixed `Two.Arc` flag behavior for `Two.Arc.width` and `Two.Arc.height` properties
3131

32-
## June 10, 2024 v0.8.14
32+
## Jun 10, 2024 v0.8.14
3333

34-
<h3 class="visible">June 10, 2024</h3><version-link v="v0.8.14" />
34+
<h3 class="visible">Jun 10, 2024</h3><version-link v="v0.8.14" />
3535

3636
+ Made `objectBoundingBox` application consistent accross renderers
3737
+ Patched texture scaling in `Two.SVGRenderer`
3838
+ Updated Typescript definitions [@kevin-nano](https://github.com/kevin-nano)
3939

40-
## February 22, 2024 v0.8.13
40+
## Feb 22, 2024 v0.8.13
4141

42-
<h3 class="visible">February 22, 2024</h3><version-link v="v0.8.13" />
42+
<h3 class="visible">Feb 22, 2024</h3><version-link v="v0.8.13" />
4343

4444
+ Added `Two.Text.direction` for rendering text either left to right or right to left
4545
+ Improved `Two.WebGLRenderer` texture crispness / aliasing
4646
+ Improved consistency of `Two.Text.baseline` rendering across all renderers
4747

48-
## October 16, 2023 v0.8.12
48+
## Oct 16, 2023 v0.8.12
4949

50-
<h3 class="visible">October 16, 2023</h3><version-link v="v0.8.12" />
50+
<h3 class="visible">Oct 16, 2023</h3><version-link v="v0.8.12" />
5151

5252
+ Added `"no-referrer"` policy to image requests
5353
+ Updated extras to be compatible with `Two.Matrix` API changes
@@ -58,9 +58,9 @@ All notable changes to this project will be documented in this file. The format
5858
+ `Two.Points.noFill()` yields `"none"` instead of `"transparent"`
5959
+ `Two.Points.noStroke()` yields `"none"` instead of `"transparent"`
6060

61-
## August 7, 2023 v0.8.11
61+
## Aug 7, 2023 v0.8.11
6262

63-
<h3 class="visible">August 7, 2023</h3><version-link v="v0.8.11" />
63+
<h3 class="visible">Aug 7, 2023</h3><version-link v="v0.8.11" />
6464

6565
+ Fixed getters on `Two.Anchor.left` and `Two.Anchor.right` [@eatgrass](https://github.com/eatgrass)
6666
+ Improved `Two.Path.getBoundingClientRect`, `Two.Group.getBoundingClientRect`, and `Two.Text.getBoundingClientRect` to correctly handle projected points that are rotated by matrices
@@ -70,9 +70,9 @@ All notable changes to this project will be documented in this file. The format
7070
+ Override `Two.Collection.map` method to be more explicit
7171
+ Improved `types.d.ts` for renderers and base `Two` class
7272

73-
## June 9, 2022 v0.8.10
73+
## Jun 9, 2022 v0.8.10
7474

75-
<h3 class="visible">June 9, 2022</h3><version-link v="v0.8.10" />
75+
<h3 class="visible">Jun 9, 2022</h3><version-link v="v0.8.10" />
7676

7777
+ Added `Two.Arc` to `/extras` directory
7878
+ Made `/extras/js/zui.js` ES6 compliant

0 commit comments

Comments
 (0)