Skip to content
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

PT-13678: Update AngularJs to 1.8.3 #2695

Merged
merged 3 commits into from
Sep 22, 2023
Merged

Conversation

OlegoO
Copy link
Contributor

@OlegoO OlegoO commented Sep 19, 2023

Description

feat: Update AngularJs to 1.8.3.
feat: Add support for uppercase and lowercase
fix: Remove unused $cookieStore. The $cookieStore service has been removed. Migrate to the $cookies service.
fix: zone.offset has been deprecated in favor of zone.utcOffset

Possible Breaking Changes in Custom Modules

zone.offset has been deprecated

zone.offset has been deprecated in favor of zone.utcoffset.

input

input[radio] and input[checkbox] now listen to the "change" event instead of the "click" event. Most apps should not be affected, as "change" is automatically fired by browsers after "click" happens.

$interval

Due to a8bef9, $interval.cancel() will throw an error if called with a promise that was not generated by $interval(). Previously, it would silently do nothing.

$cookies

The $cookieStore service has been removed. Migrate to the $cookies service. Note that for object values you need to use the putObject & getObject methods, as get/put will not correctly save/retrieve the object values.

References

QA-test:

Jira-link:

Artifact URL:

feat: Update AngularJs to 1.8.3.
feat: Add support for uppercase and lowercase
fix: Remove unused $cookieStore. The $cookieStore service has been removed. Migrate to the $cookies service.
fix: zone.offset has been deprecated in favor of zone.utcOffset
@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@OlegoO OlegoO merged commit 7d6ba2f into dev Sep 22, 2023
7 checks passed
@OlegoO OlegoO deleted the feat/PT-13678-update-angularjs branch September 22, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants