Angular 15 Support (SKY UX 8) #1363
Blackbaud-KerryCampbell
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Angular 15
For an overview of the new features introduced in Angular 15, see the Angular 15 release announcement.
Remove bottom margin
We removed the bottom margin from a number of components to correctly align with our guidelines to use vertical spacing classes. Prior to this work, by correctly adding the spacing classes, you would have seen too much space between components or have to manually remove the bottom padding.
Library Updates
Updating library dependencies is one of the ways we work to get ahead of potential security issues in older libraries as well as provide the latest features available. The following dependencies were updated:
country-field
andphone-field
external library (intl-tel-input) to 17.0.21How to update
To update your project to the next version of Angular and SKY UX, run the following command.
ng update @angular/core @angular/cli @skyux/packages
Beta Was this translation helpful? Give feedback.
All reactions