Skip to content

Commit 7fb7759

Browse files
committed
chore(release): 1.8.0
1 parent 10b7e02 commit 7fb7759

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.8.0](https://github.com/ffalt/mah/compare/v1.7.7...v1.8.0) (2025-09-28)
6+
7+
8+
### Features
9+
10+
* **images:** add webp variants ([69848c6](https://github.com/ffalt/mah/commit/69848c60d749d374ac26868f3e34dfe1e56457bf))
11+
* **imageset:** add animals ([8c67d37](https://github.com/ffalt/mah/commit/8c67d375564b0f39ad817366681135eaa3cd569a))
12+
* **images:** reduce png files sizes ([ace93a6](https://github.com/ffalt/mah/commit/ace93a63d4347ce83ef3ce3921c9518aff3047d5))
13+
* **layouts:** random layout generator ([a503275](https://github.com/ffalt/mah/commit/a5032752de0fa50c9b4f8ab1d3a5c10cb89bb53b))
14+
* **locales:** load languages on demand instead of including in the build ([1d5d3a1](https://github.com/ffalt/mah/commit/1d5d3a18887f0960460a18c63704d4e08f0971eb))
15+
16+
17+
### Bug Fixes
18+
19+
* **layout-list:** do not use elements.scrollIntoView() as it may scroll the parent page if embedded with iframe ([a087564](https://github.com/ffalt/mah/commit/a0875647ea9d649869762e1b5d813dcd587dbb45))
20+
521
## [1.7.7](https://github.com/ffalt/mah/compare/v1.7.6...v1.7.7) (2025-02-22)
622

723
* **i18n**: add French

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": "mah",
3-
"version": "1.7.8",
3+
"version": "1.8.0",
44
"author": "ffalt",
55
"license": "MIT",
66
"description": "a html5 mahjong solitaire game",

0 commit comments

Comments
 (0)