Skip to content

Commit

Permalink
## 14.36.0 - 2024-09-27
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 26, 2024
1 parent 5632358 commit 3d60176
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.36.0 - 2024-09-27

### Added
- Secondary parameters for testing `Screen`
- Missing group attribute for `Attach` field
- Methods for define resources on packages
- Autofill values on filters [#2895](https://github.com/orchidsoftware/platform/pull/2895)
- Description for dont usage vendor user model

### Changed
- Changed stubs to usage `Attach` field
- PHPStan issue when the return type of `Field::value` is `self` [#2898](https://github.com/orchidsoftware/platform/pull/2898)

### Deprecated
- `ComplexFieldConcern` interface and `isComplexFieldType` method in `TD` class

### Fixed
- Overlapping of part of the content in drop-down displayed list of fields in table
- 12-hour format to 24-hour format of an hour with leading zeros [#2896](https://github.com/orchidsoftware/platform/pull/2896)

## 14.35.1 - 2024-09-10

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions public/css/orchid.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.35.1';
public const VERSION = '14.36.0';

/**
* @deprecated
Expand Down

0 comments on commit 3d60176

Please sign in to comment.