Skip to content

Commit a2c168b

Browse files
committed
## 14.37.0 - 2024-10-12
1 parent 6f17a5d commit a2c168b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 14.37.0 - 2024-10-12
9+
10+
### Added
11+
- default balanced text style for `TD`
12+
13+
### Fixed
14+
- Incorrect parsing of `HTML` in `SimpleMDE` field
15+
816
## 14.36.2 - 2024-10-11
917

1018
### Fixed

src/Platform/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Dashboard
2323
*
2424
* @deprecated Use `Dashboard::version()` instead.
2525
*/
26-
public const VERSION = '14.36.2';
26+
public const VERSION = '14.37.0';
2727

2828
/**
2929
* @deprecated

0 commit comments

Comments
 (0)