Skip to content

Commit

Permalink
## 14.28.0 - 2024-08-13
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Aug 12, 2024
1 parent 2e5d598 commit 55b33c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.28.0 - 2024-08-13

### Added
- Integrated `altInput` and `altFormat` attributes as recommended by the `flatpickr` package to enhance formatting capabilities. [#2873](https://github.com/orchidsoftware/platform/pull/2873)

### Changed
- Refactored protected method names and updated descriptions in `Field` class
- Disabled `single_trait_insert_per_statement` option for `Pint`

### Fixed
- Drop-down behavior that caused it to either disappear or break the `Table` layout
- The `maximumSelectionLength` option was not functioning correctly. The issue was resolved by adding the necessary parentheses. [#2873](https://github.com/orchidsoftware/platform/pull/2873)
- Button text visibility issue when a loading spinner is active

### Removed
- Unused translation of the term from the project

## 14.27.2 - 2024-07-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dashboard
*
* @deprecated Use `Dashboard::version()` instead.
*/
public const VERSION = '14.27.2';
public const VERSION = '14.28.0';

/**
* @deprecated
Expand Down

0 comments on commit 55b33c0

Please sign in to comment.