Skip to content

Commit

Permalink
Prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Feb 25, 2015
1 parent 2632b70 commit c39449b
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 18 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

v0.6.0 - 25 Feb. 2015
---------------------

* Add documentation about custom types (fzaninotto)
* Add Factory for field Views (fzaninotto)
* Add support for template items in `actions()` and `listActions()` when called with an array parameter (ThieryMichel)
* Add ability to filter references results (jeromemacias)
* Add ability to format Date fields before they are sent (ThieryMichel)
* Fix missing require parameter in NgAdminConfiguration (easel)
* Fix missing dashboard panel title, falling back to entity label (jpetitcolas)
* Add listActions in ReferenceList in editionView (fzaninotto)
* Add Factory methods (`nga.*`) to the configuration API (fzaninotto)
* Add link to dashboard panel views (fzaninotto)
* Add ability to use templates in view description (Xennis)
* Update file field: Remove file field requirement on edition and remove file upload progress bar on end (jeromemacias)
* Fix listActions buttons attributes binding (ThieryMichel)

v0.5.0 - 2 Feb. 2015
--------------------

Expand Down
6 changes: 5 additions & 1 deletion UPGRADE-0.6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Upgrade to 0.5
# Upgrade to 0.6

ng-admin 0.6 is a backwards-compatible release with 0.5. However, the change in the configuration API ('Factories' below) will become compulsory in 0.7. Update your configurations right away to be sure to be ready when 0.7 comes out!

## Factories

Expand Down Expand Up @@ -60,3 +62,5 @@ comment.listView().fields([
.targetField(nga.field('title').map(truncate))
])
```
Usage of the old configuration API (with direct calls to `new Field()`, `new Reference()`, `new ReferenceMany()`, and `new ReferencedList()`) is deprecated. Support for this old syntax will be removed in 0.7.
30 changes: 15 additions & 15 deletions build/ng-admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ng-admin.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-admin",
"version": "0.5.0-dev",
"version": "0.6.0",
"private": false,
"main": "build/ng-admin.min.js",
"repository": {
Expand Down

0 comments on commit c39449b

Please sign in to comment.