Skip to content

Commit 5a0a829

Browse files
chore(release): 3.4.1 [skip ci]
## [3.4.1](v3.4.0...v3.4.1) (2025-09-16) ### Bug Fixes * autocomplete ignored selected value ([c9a9eab](c9a9eab)) * chip close icon alignment ([c8b473d](c8b473d)) * dropdown and select inside modal did not show options list correctly ([13b612f](13b612f)) * modal should not block event handlers for children ([e59f426](e59f426)) * rangeinput should respect controlled state, and invoke onchange when loosing focus ([2dcc99c](2dcc99c)) * remove superfluous m.redraw calls ([0ff4302](0ff4302))
1 parent 8178d60 commit 5a0a829

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.4.1](https://github.com/erikvullings/mithril-materialized/compare/v3.4.0...v3.4.1) (2025-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* autocomplete ignored selected value ([c9a9eab](https://github.com/erikvullings/mithril-materialized/commit/c9a9eab90cc944c1e5465af1d64e2476fe2824f7))
7+
* chip close icon alignment ([c8b473d](https://github.com/erikvullings/mithril-materialized/commit/c8b473dbd2fdcfbc570c291f2dfaa201caa253eb))
8+
* dropdown and select inside modal did not show options list correctly ([13b612f](https://github.com/erikvullings/mithril-materialized/commit/13b612f0eb134d2655a25093ce9904893626bdbd))
9+
* modal should not block event handlers for children ([e59f426](https://github.com/erikvullings/mithril-materialized/commit/e59f42629e9cd6f1663272e974d9d3584b687475))
10+
* rangeinput should respect controlled state, and invoke onchange when loosing focus ([2dcc99c](https://github.com/erikvullings/mithril-materialized/commit/2dcc99c74b899a4d5c881f29a0b14bca00e204eb))
11+
* remove superfluous m.redraw calls ([0ff4302](https://github.com/erikvullings/mithril-materialized/commit/0ff43026aa38b6ced213ed0d59003ea5c93afe5e))
12+
113
# [3.4.0](https://github.com/erikvullings/mithril-materialized/compare/v3.3.8...v3.4.0) (2025-09-15)
214

315

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mithril-materialized",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "A materialize library for mithril.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)