Skip to content

Commit

Permalink
## 14.16.0 - 2023-11-11
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 11, 2023
1 parent d9700e9 commit 6b03209
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 14.16.0 - 2023-11-11

### Added
- Add `style` and css `class` methods for TD [#2729](https://github.com/orchidsoftware/platform/pull/2729)

### Changed
- Remove escaped title/description for screen [#2755](https://github.com/orchidsoftware/platform/issues/2755)
- Changed type model class to interface [#2723](https://github.com/orchidsoftware/platform/issues/2723)

### Fixed
- Extract state when state is null [#2760](https://github.com/orchidsoftware/platform/pull/2760)
- Missing types for `NumberRange` field [#2750](https://github.com/orchidsoftware/platform/pull/2750)

## 14.15.0 - 2023-10-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard
/**
* ORCHID Version.
*/
public const VERSION = '14.15.0';
public const VERSION = '14.16.0';

/**
* @deprecated
Expand Down

0 comments on commit 6b03209

Please sign in to comment.