Skip to content

Commit 13e2890

Browse files
committed
Updated changelog
1 parent 0608a44 commit 13e2890

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This changelog references the relevant changes done between versions.
55
To get the diff for a specific change, go to https://github.com/LIN3S/AdminBundle/commit/XXX where XXX is the change hash
66
To get the diff between two versions, go to https://github.com/LIN3S/AdminBundle/compare/v0.4.0...v0.5.0
77

8+
* 0.6.0
9+
* Full refactor of AdminBundle's JavaScript.
10+
* Removed jQuery dependency
11+
* Migrated code to ES2015 standards using `class` approach
12+
* [BC break] Refactored Twig components.
13+
* Button, filter flash_message and form_collection components are moved from partial to components directory so,
14+
please, check out before upgrade if your project extends this components.
815
* 0.5.1
916
* Updated Webpack to v3 to solve bug related with the production build
1017
* Improved general js code to avoid minor bugs

0 commit comments

Comments
 (0)