Skip to content

Commit fbcee68

Browse files
committed
v5.7.0
1 parent 5b69f91 commit fbcee68

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,39 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1515
[#xx]: https://github.com/rapideditor/temaki/issues/xx
1616
-->
1717

18+
# 5.7.0
19+
##### 2023-Dec-28
20+
21+
* Adjust tree icons for improved clarity at 15px [#87]
22+
* Add icons for crossing types supported by iD [Rapid#1259]
23+
* [`crossing_markings-dashes`]
24+
* [`crossing_markings-dots`]
25+
* [`crossing_markings-ladder`]
26+
* [`crossing_markings-ladder_paired`]
27+
* [`crossing_markings-ladder_skewed`]
28+
* [`crossing_markings-lines`]
29+
* [`crossing_markings-lines_paired`]
30+
* [`crossing_markings-surface`]
31+
* [`crossing_markings-zebra`]
32+
* [`crossing_markings-zebra_bicolour`]
33+
* [`crossing_markings-zebra_double`]
34+
* [`crossing_markings-zebra_paired`]
35+
36+
[`crossing_markings-dashes`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-dashes
37+
[`crossing_markings-dots`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-dots
38+
[`crossing_markings-ladder`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-ladder
39+
[`crossing_markings-ladder_paired`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-ladder_paired
40+
[`crossing_markings-ladder_skewed`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-ladder_skewed
41+
[`crossing_markings-lines`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-lines
42+
[`crossing_markings-lines_paired`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-lines_paired
43+
[`crossing_markings-surface`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-surface
44+
[`crossing_markings-zebra`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-zebra
45+
[`crossing_markings-zebra_bicolour`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-zebra_bicolour
46+
[`crossing_markings-zebra_double`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-zebra_double
47+
[`crossing_markings-zebra_paired`]: https://rapideditor.github.io/temaki/docs/#icon-temaki-crossing_markings-zebra_paired
48+
[Rapid#1259]: https://github.com/facebook/Rapid/issues/1259
49+
50+
1851
# 5.6.0
1952
##### 2023-Oct-25
2053

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapideditor/temaki",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"license": "CC0-1.0",
55
"repository": "rapideditor/temaki",
66
"contributors": [

0 commit comments

Comments
 (0)