Skip to content

Commit

Permalink
changlog tweaks, built site one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 29, 2023
1 parent 7e53305 commit 77f73f6
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 60 deletions.
4 changes: 2 additions & 2 deletions Assets/LDtkUnity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 4.0.1
###### September 26, 2023
###### September 28, 2023
- Updated json support for [LDtk 1.4](https://ldtk.io/json/#changes;1.4.0)
- Fixed a compile error if Unity's Aseprite importer is also installed
- Fixed an issue where the tileset file export app wasn't able to run on MacOS
- Swapped the order of the TilemapCollider2D and CompositeCollider2D in layers to resolve a [physics issue](https://forum.unity.com/threads/tilemap-collider-with-composite-doesnt-work-with-particle-system-collision-trigger.833737/#post-9173561) for particles
- Updated the docs with content for the 4.0.0 update
- Updated the docs with content for the 4.0.0 update, among other tweaks

# 4.0.0
###### September 22, 2023
Expand Down
4 changes: 4 additions & 0 deletions docs/api/LDtkUnity.LDtkFields.html
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,7 @@ <h5 class="decalaration">Declaration</h5>
<!-- DISABLED CODE WRAPPER
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TEnum GetEnum&lt;TEnum&gt;(string identifier)
where TEnum : struct</code></pre>
</div>
-->
Expand Down Expand Up @@ -1160,6 +1161,7 @@ <h5 class="decalaration">Declaration</h5>
<!-- DISABLED CODE WRAPPER
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TEnum[] GetEnumArray&lt;TEnum&gt;(string identifier)
where TEnum : struct</code></pre>
</div>
-->
Expand Down Expand Up @@ -2831,6 +2833,7 @@ <h5 class="decalaration">Declaration</h5>
<!-- DISABLED CODE WRAPPER
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool TryGetEnum&lt;TEnum&gt;(string identifier, out TEnum value)
where TEnum : struct</code></pre>
</div>
-->
Expand Down Expand Up @@ -2916,6 +2919,7 @@ <h5 class="decalaration">Declaration</h5>
<!-- DISABLED CODE WRAPPER
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool TryGetEnumArray&lt;TEnum&gt;(string identifier, out TEnum[] values)
where TEnum : struct</code></pre>
</div>
-->
Expand Down
1 change: 1 addition & 0 deletions docs/api/LDtkUnity.LDtkTilesetTile.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ <h5 class="decalaration">Declaration</h5>
<!-- DISABLED CODE WRAPPER
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TEnum[] GetEnumTagValues&lt;TEnum&gt;()
where TEnum : struct</code></pre>
</div>
-->
Expand Down
Loading

0 comments on commit 77f73f6

Please sign in to comment.