-
Notifications
You must be signed in to change notification settings - Fork 361
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
Upgrade to Angular 9 #693
Open
cannontechnology
wants to merge
242
commits into
DanielYKPan:master
Choose a base branch
from
danielmoncada:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upgrade to Angular 9 #693
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates and upgrades
Fix ivy build warnings for unsupported private classes that are visible
fix style import for demo
Update peer dependencies and style prefixes
updates / preparation for npm publish
add npm stats
Update features
…indows and linux options
package json updates
Fix warnings
Added two public variables to DateTimeAdapter class to increase compatibility
Added two protected variables to NativeDateTimeAdapter class to match the base DateTimeAdapter class interface
Added two protected variables to UnixTimestampDateTimeAdapter class to match the base DateTimeAdapter class interface
Modified generateWeekDays method to include DateTimeAdapter firstDayOfTheWeek variable
Modified selectYear, createYearCell, & isYearEnabled methods to replace hard-coded first month integer with DateTimeAdapter firstMonthOfTheYear variable
Modified generateMonthList & createMonthCell methods to include DateTimeAdapter firstMonthOfTheYear variable
BREAKING CHANGE: Clients need to use Angular 18 to consume the latest version of this library. Additionally, the browser support was updated to match the browsers that are supported by angular itself and the demo application was updated to include a second demo for the date-time inline component.
Add Angular 18 support
introduce calendar weeks
angular-19 update to angular 19
Corrected the access modifiers to match the parent
Corrected the access modifiers to match the parent
Fixed date range selection in yearOnly & multiyearOnly modes
docs: update `README.md` to reference Angular 19
…patibility Increased date time adapter compatibility
chore: update version to 19.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to Angular 9