diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7f3dc16 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +## 5.0.0 - 2024-09-16 + +### Changed + +* Issue [#440](https://github.com/dotkernel/frontend/issues/440): Replaced annotations with attributes by [@MarioRadu](https://github.com/MarioRadu) in [#446](https://github.com/dotkernel/frontend/pull/446) +* Issue [#427](https://github.com/dotkernel/frontend/issues/427): Updated readme by [@bidi47](https://github.com/bidi47) in [#448](https://github.com/dotkernel/frontend/pull/448) +* Issue [#447](https://github.com/dotkernel/frontend/issues/447): Updated logo by [@bidi47](https://github.com/bidi47) in [#457](https://github.com/dotkernel/frontend/pull/457) +* Issue [#459](https://github.com/dotkernel/frontend/issues/459): Updated composer by [@bidi47](https://github.com/bidi47) in [#461](https://github.com/dotkernel/frontend/pull/461) +* Issue [#469](https://github.com/dotkernel/frontend/issues/469): Refactored twig templates by [@cPintiuta](https://github.com/cPintiuta) in [#471](https://github.com/dotkernel/frontend/pull/471) +* Issue [#473](https://github.com/dotkernel/frontend/issues/473): Updated contact us by [@bidi47](https://github.com/bidi47) in [#474](https://github.com/dotkernel/frontend/pull/474) +* Issue [#470](https://github.com/dotkernel/frontend/issues/470): Upgraded `dot-errorhandler` to version `4.x` by [@alexmerlin](https://github.com/alexmerlin) in [#476](https://github.com/dotkernel/frontend/pull/476) +* Issue [#444](https://github.com/dotkernel/frontend/issues/444): Updated JS dependencies. by [@alexmerlin](https://github.com/alexmerlin) in [#477](https://github.com/dotkernel/frontend/pull/477) +* Issue [#439](https://github.com/dotkernel/frontend/issues/439): Updated webpack config - fonts fix by [@bidi47](https://github.com/bidi47) in [#475](https://github.com/dotkernel/frontend/pull/475) +* Issue [#479](https://github.com/dotkernel/frontend/issues/479): Updated account delete by [@bidi47](https://github.com/bidi47) in [#480](https://github.com/dotkernel/frontend/pull/480) +* Issue [#485](https://github.com/dotkernel/frontend/issues/485): Preparation for v5 release. by [@alexmerlin](https://github.com/alexmerlin) in [#486](https://github.com/dotkernel/frontend/pull/486) + +### Added + +* Issue [#342](https://github.com/dotkernel/frontend/issues/342): Implemented `CSRF` protection in all forms by [@alexmerlin](https://github.com/alexmerlin) in [#454](https://github.com/dotkernel/frontend/pull/454) +* Issue [#432](https://github.com/dotkernel/frontend/issues/432): Added twig cs by [@bidi47](https://github.com/bidi47) in [#463](https://github.com/dotkernel/frontend/pull/463) +* Issue [#441](https://github.com/dotkernel/frontend/issues/441): Implemented doctrine orm 3 by [@cPintiuta](https://github.com/cPintiuta) in [#460](https://github.com/dotkernel/frontend/pull/460) +* Issue [#462](https://github.com/dotkernel/frontend/issues/462): Canonical url by [@bidi47](https://github.com/bidi47) in [#464](https://github.com/dotkernel/frontend/pull/464) +* Issue [#482](https://github.com/dotkernel/frontend/issues/482): Account delete - avatar by [@bidi47](https://github.com/bidi47) in [#483](https://github.com/dotkernel/frontend/pull/483) + +### Deprecated + +* Nothing + +### Removed + +* Issue [#449](https://github.com/dotkernel/frontend/issues/449): Removed `dot-debugbar` integration by [@alexmerlin](https://github.com/alexmerlin) in [#450](https://github.com/dotkernel/frontend/pull/450) +* Issue [#445](https://github.com/dotkernel/frontend/issues/445): Removed translation feature by [@bidi47](https://github.com/bidi47) in [#468](https://github.com/dotkernel/frontend/pull/468) + +### Fixed + +* Issue [#455](https://github.com/dotkernel/frontend/issues/455): Fixed JS error on pages where `.kv-fileinput-caption` is not present by [@alexmerlin](https://github.com/alexmerlin) in [#456](https://github.com/dotkernel/frontend/pull/456) +* Issue [#453](https://github.com/dotkernel/frontend/issues/453): Issue 453 by [@bidi47](https://github.com/bidi47) in [#478](https://github.com/dotkernel/frontend/pull/478) +* Replace branch 4 with 5 in qodana by [@arhimede](https://github.com/arhimede) in [#481](https://github.com/dotkernel/frontend/pull/481)