Skip to content

Commit

Permalink
Preparing 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 26, 2015
1 parent 5e5026d commit 891e53f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
CHANGELOG
=========

v0.8.0 - to be released
-----------------------
v0.8.0 - 26 Aug. 2015
---------------------

* Add sourcemaps to the build process to ease debugging [\#619](https://github.com/marmelab/ng-admin/pull/619) ([fzaninotto](https://github.com/fzaninotto))
* Add a Frequently Asked Question page [\#618](https://github.com/marmelab/ng-admin/pull/618) ([fzaninotto](https://github.com/fzaninotto))
* Fix skeleton code in README [\#613](https://github.com/marmelab/ng-admin/pull/613) ([Benew](https://github.com/Benew))
* Allow deselection to send null value in choice field [\#612](https://github.com/marmelab/ng-admin/pull/612) ([fzaninotto](https://github.com/fzaninotto))
* Allow placeholder to be overridden on choice fields [\#611](https://github.com/marmelab/ng-admin/pull/611) ([fzaninotto](https://github.com/fzaninotto))
* Improve documentation, add a "Getting Started" tutorial [\#607](https://github.com/marmelab/ng-admin/pull/607) ([fzaninotto](https://github.com/fzaninotto))
* Add support for pattern validation [\#606](https://github.com/marmelab/ng-admin/pull/606) ([fzaninotto](https://github.com/fzaninotto))
* Clarify and fix the detailLink logic [\#605](https://github.com/marmelab/ng-admin/pull/605) ([fzaninotto](https://github.com/fzaninotto))
Expand Down
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.8.0-beta1",
"version": "0.8.0",
"license": "MIT",
"private": false,
"main": "build/ng-admin.min.js",
Expand Down

0 comments on commit 891e53f

Please sign in to comment.