Skip to content

Commit 845523f

Browse files
committed
chore: release v0.15.0
1 parent 731612f commit 845523f

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11

22

3+
# [0.15.0](https://github.com/kingsdigitallab/kings-past/compare/v0.14.0...v0.15.0) (2024-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **footer:** add aria labels to the footer sections ([1e7b5aa](https://github.com/kingsdigitallab/kings-past/commit/1e7b5aa14f2154f0c0b4c29114403251dc6cd029))
9+
* **placesmap:** add an aria-label for each map marker ([1260767](https://github.com/kingsdigitallab/kings-past/commit/12607674675ec5095869a766359d0c65026a949a))
10+
* **search:** typo ([731612f](https://github.com/kingsdigitallab/kings-past/commit/731612f608d2f261f16dddebc3de3db05b1b7f5f))
11+
12+
13+
### Features
14+
15+
* **accessibilitystatement:** add compliance level ([154d470](https://github.com/kingsdigitallab/kings-past/commit/154d47074cc5548d08eb82a1da50994bc1090a13))
16+
* **accessibilitystatement:** add date and remove placeholder text ([7c327e0](https://github.com/kingsdigitallab/kings-past/commit/7c327e07bb00ac3fce4391e601f8e3cc0657d934))
17+
* **accessibilitystatement:** add limitation about 3d model viewer ([47a9e62](https://github.com/kingsdigitallab/kings-past/commit/47a9e62d211894fb9bdb64af71b08f0f916c3899))
18+
* **layout:** set max inline size for the whole content ([c1276df](https://github.com/kingsdigitallab/kings-past/commit/c1276df0f568c9683a8ec4798bbf64e2cb33ebb9))
19+
* **search:** improvements to the search ([4181095](https://github.com/kingsdigitallab/kings-past/commit/41810950f1d198e05004eb8d87a6d2ec06b0deeb))
20+
* **sketchfabembed:** add component to embed sketchfab models ([47fc4b2](https://github.com/kingsdigitallab/kings-past/commit/47fc4b277e3f0846304c88bba471a0da70470263))
21+
322
# [0.14.0](https://github.com/kingsdigitallab/kings-past/compare/v0.13.0...v0.14.0) (2024-11-04)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kings-past",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)