From 66c0299ce69484864b04c101c02f0abe3bf32869 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 3 Sep 2024 17:34:43 -0400 Subject: [PATCH] Changelog 1.0.0-pre.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b7aa5..dc2feab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,17 @@ links: [@user]: https://github.com/user --> +# 1.0.0-pre.3 +#### 2024-Sep-03 +* [#275] ⚠️ Remove no longer used `geomViewportNudge` +* [#276] Do not remove spaces in inscription after ';' sign +* [#281] Fix tile coverage calculation for rotated viewports + +[#275]: https://github.com/rapideditor/rapid-sdk/issues/275 +[#276]: https://github.com/rapideditor/rapid-sdk/issues/276 +[#281]: https://github.com/rapideditor/rapid-sdk/issues/281 + + # 1.0.0-pre.2 #### 2024-Mar-27 * [#273] Add `eslint`, `typescript-eslint` to the project