Skip to content

Commit

Permalink
Released 3.9.0 (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelyaeva authored Jul 21, 2023
1 parent be8cdff commit d504fa7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,27 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.9.0] - 2023-07-20
### Added
* The `flexberry-multiple-lookup` component:
* Add `chooseComponentVisibility` property.
* Added `chooseComponentVisibility` property.
* The `flexberry-objectlistview` component:
* Added functionality to embed custom components in the `olv-toolbar`.
* Added dropdown in the filter for directories.
* The `flexberry-groupedit` component:
* Added multiselect for details.
* The `flexberry-lookup` component:
* Added lookup action `updateLookupValue`.
* Added ability to add custom attributes types.

### Changed
* Updated validation visibility call and add required marker.
* The `flexberry-objectlistview` component:
* Updated flexberry-menu structure in the `olv-toolbar`.

### Fixed
* Blueprints:
* Check existing icons in application controller.

## [3.8.0] - 2023-04-25
### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-flexberry",
"version": "3.9.0-beta.1",
"version": "3.9.0",
"description": "Ember Flexberry Addon",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"ember-cli-babel": "^6.6.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-flexberry-data": "3.9.0-beta.1",
"ember-flexberry-themes": "0.1.0-beta.34",
"ember-flexberry-data": "3.9.0",
"ember-flexberry-themes": "0.2.0",
"ember-i18n": "5.2.1",
"ember-test-selectors": "2.1.0",
"ember-truth-helpers": "2.0.0",
Expand Down

0 comments on commit d504fa7

Please sign in to comment.