File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This changelog references the relevant changes done between versions.
55To get the diff for a specific change, go to https://github.com/LIN3S/AdminBundle/commit/XXX where XXX is the change hash
66To 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
You can’t perform that action at this time.
0 commit comments