-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update to angular16 #3194
base: master
Are you sure you want to change the base?
feat: update to angular16 #3194
Commits on Jun 30, 2023
-
refactor(playground): fix linting issues
* change components selectors to start with 'npg' prefix instead of 'nb' * use @HostBinding decorator instead of host property * fix negated async pipes * remove duplicated routes in 'playground-routing.module' * format unformatted code with prettier
Configuration menu - View commit details
-
Copy full SHA for 1b081f1 - Browse repository at this point
Copy the full SHA 1b081f1View commit details -
refactor(framework/theme): fix linting issues
* use @HostBinding decorator instead of host property * use 'eslint-disable-next-line' comment to disable some rules without breaking changes * format unformatted code with prettier
Configuration menu - View commit details
-
Copy full SHA for 150dd16 - Browse repository at this point
Copy the full SHA 150dd16View commit details -
refactor(framework/auth): refactor to pass linter
* use strict equality instead of loose equality in components template * format unformatted code with prettier
Configuration menu - View commit details
-
Copy full SHA for 681cbe7 - Browse repository at this point
Copy the full SHA 681cbe7View commit details -
refactor(docs): refactor to pass linter
* use strict equality instead of loose equality in components template * format unformatted code with prettier * rmove unnecessary @input alias * fix un-safe takeUntil 'rxjs' * add missing components name suffixes * fix shadow variables '@typescript-eslint/no-shadow'
Configuration menu - View commit details
-
Copy full SHA for 97c85ac - Browse repository at this point
Copy the full SHA 97c85acView commit details
Commits on Jul 2, 2023
-
* update typescript and tslib * update eslint and eslint plugins * update zone.js and angular packages * update 'peerDependencies' versions in @nebular/* packages * migrate playground, packages-smoke and @nebular packages to angular 16
Configuration menu - View commit details
-
Copy full SHA for 5bbf09a - Browse repository at this point
Copy the full SHA 5bbf09aView commit details -
fix(theme/styles): add a space after '+' operator
fix the warning that was showing due to 'strict unary operators'
Configuration menu - View commit details
-
Copy full SHA for c13c80a - Browse repository at this point
Copy the full SHA c13c80aView commit details -
fix(NbSelectWithAutocompleteComponent/spec): fix test spec
* fix fakeAsync tests * fix binding properties name for 'nb-select-with-autocomplete'
Configuration menu - View commit details
-
Copy full SHA for 42c0172 - Browse repository at this point
Copy the full SHA 42c0172View commit details -
Configuration menu - View commit details
-
Copy full SHA for f644708 - Browse repository at this point
Copy the full SHA f644708View commit details -
fix(schematics): fix project schematics issues
* fix broken schematics test specs * use getAppModulePath util from '@schematics/angular' instead of defining our own * use runSchematic instead of runSchematicAsync method becuase it is deprecated * use runExternalSchematic instead of runExternalSchematicAsync method becuase it is deprecated
Configuration menu - View commit details
-
Copy full SHA for b32b83b - Browse repository at this point
Copy the full SHA b32b83bView commit details -
fix(playground): remove AuthGuard from providers
Because it has been changed to a function that implements CanActivateFn
Configuration menu - View commit details
-
Copy full SHA for 4bac330 - Browse repository at this point
Copy the full SHA 4bac330View commit details