From 3e303a041a20146a3e59cdc10cbe56edd4423cc0 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:02:30 +0300 Subject: [PATCH] Updated the changelog --- src/app/modules/admin/docs/changelog/changelog.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index 9e87a6d5..833cd81d 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -32,7 +32,8 @@ export class ChangelogComponent '(dependencies) Updated various other packages', '(global) Replace @import with @use in scss files', '(global) Replaced linked buttons with a tags + removed unnecessary routerLink attributes from some buttons', - '(global) Replaced iconsmind icons with heroicons and removed the iconsmind because of the bundle size concerns', + '(global) BREAKING: Replaced iconsmind icons with heroicons and removed the iconsmind because of the bundle size concerns', + '(global) Replaced "FormBuilder" and "FormGroup" types with "UntypedFormBuilder" and "UntypedFormGroup"', '(FuseDrawer) Updated the overlay and animation handling code for better stability', '(@fuse/overrides/quill) Better scrolling for Quill editor', '(auth) Made the renewing token on "sign-in-with-token" process an optional step to simplify the login process',