Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrey committed May 31, 2019
1 parent 782a96d commit 2b8df70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.7.0] - 2019-05-31
### Added
* Added json update when editing diagrams.
* Added styles for the application generation page.
* Added component "Round button".
* Implemented join to connections for other primitives.
* Added collapse button for diagram edit panel toolbar.
* Added collapse button for class primitives.
* Added highlight feature for cad elements.
Expand All @@ -11,29 +16,19 @@ All notable changes to this project will be documented in this file.
* Button to open the object edit form from the diagram.
* Roll back changes on diagram when close edit form or diagram.

### Changed
* The diagram in the `{{fd-uml-diagram}}` component now has an infinite size.
* Links can't have empty source or target.

### Fixed
* Saving unchanged objects on diagrams.

## [0.7.0-beta.1] - 2019-05-17
### Added
* Added json update when editing diagrams.
* Added styles for the application generation page.
* Added component "Round button".
* Implemented join to connections for other primitives.

### Changed
* Corrected the error when restarting the project.
* Removed the ability to detach intermediate links from link-connectors.
* Different stylistic edits.
* The diagram in the `{{fd-uml-diagram}}` component now has an infinite size.
* Links can't have empty source or target.
* Optimized movement of diagram elements.

### Fixed
* Textarea size in elements cad diagram.
* Fixed save cad diagram.
* Fixed styles of the component "Table".
* Saving unchanged objects on diagrams.

## [0.6.0] - 2019-04-12
### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-flexberry-designer",
"version": "0.7.0-beta.1",
"version": "0.7.0",
"description": "CASE addon for ember-flexberry applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 2b8df70

Please sign in to comment.