Updated the changelog

This commit is contained in:
Sercan Yemen 2022-06-02 11:02:30 +03:00
parent 714bc49c4e
commit 3e303a041a

View File

@ -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',