Skip to content

Commit 5ded42a

Browse files
committed
Release 2.3.2
1 parent 7263211 commit 5ded42a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# MMM Remote Control Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.3.2] - 2021-02-19
8+
9+
### Fixed
10+
- `value` now travels along with the payload when slide or input it's used on Custom Menus. (#251)
11+
12+
### Changed
13+
- If you use slide or input, and you add a string payload, it'll now be available in the `string` object of the payload.
14+
715
## [2.3.1] - 2020-12-29
816

917
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Magic-Mirror-Module-Remote-Control",
3-
"version": "2.3.0",
3+
"version": "2.3.2",
44
"description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)