Skip to content

Commit

Permalink
Publish v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Feb 4, 2015
1 parent 48a79e1 commit dcfa77c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
CHANGELOG
=========

v0.5.0 (to be released)
-----------------------
v0.5.0 - 2 Feb. 2015
--------------------

* Dashboard panel titles now link to list view (fzaninotto)
* Allow listActions on ReferencedList (fzaninotto)
* Add Custom pages documentation (fzaninotto)
* Filter form now reset page number on submit (jeromemacias)
* Allow isEditLink to disable links on references (fzaninotto)
* Fallback to column for non-editable fields in form (fzaninotto)
* Fix map() being called twice on the listView (fzaninotto)
* Fix Reference identifiers (manuquentin)
* Fix the sorting of ReferencedList fields in the showView (Xennis)
* Cleanup markup to adhere to the sb-admin standard (fzaninotto)
* Add option to define the route on a `isDetailLink` field (Xennis)
Expand Down
2 changes: 1 addition & 1 deletion bower.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.5.0",
"main": [
"build/ng-admin.min.css",
"build/ng-admin.min.js"
Expand Down

0 comments on commit dcfa77c

Please sign in to comment.