Skip to content

Commit 3393a6f

Browse files
lesbaaLes Moffat
andauthored
Hotfix/ml version bump (#255)
* hotfix/version-bump update ML deps and fix demo urls * hotfix/ml-version-bump update changelog * hotfix/ml-version-bump fix type changes --------- Co-authored-by: Les Moffat <[email protected]>
1 parent bacf58a commit 3393a6f

File tree

6 files changed

+76
-159
lines changed

6 files changed

+76
-159
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
### ⚙️ Others
2121
- Right to left text is now opt-out. `rtlTextPlugin` can be passed in the constructor options to opt-out of installing the RTL text-plugin or install a different RTL text-plugin. Without this option the behaviour will remain the same.
22+
- Version bump of MapLibre to 5.9.0
23+
- Version bunp of @maptiler/client to 2.6.0
2224

2325
## 3.8.0
2426

demos/public/09-custom-controls-declarative.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<span class="material-symbols-outlined">home</span>
6565
</button>
6666

67-
<script type="module" src="/src/08-custom-controls-declarative.ts"></script>
67+
<script type="module" src="/src/09-custom-controls-declarative.ts"></script>
6868
</body>
6969

7070
</html>

demos/public/10-custom-controls-programmatic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</button>
4545
</div>
4646

47-
<script type="module" src="/src/09-custom-controls-programmatic.ts"></script>
47+
<script type="module" src="/src/10-custom-controls-programmatic.ts"></script>
4848
</body>
4949

5050
</html>

0 commit comments

Comments
 (0)