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

refactor: support angular 16 #6966

Merged
merged 1 commit into from
Mar 11, 2024
Merged

refactor: support angular 16 #6966

merged 1 commit into from
Mar 11, 2024

Conversation

splincode
Copy link
Member

No description provided.

Copy link

lumberjack-bot bot commented Mar 7, 2024

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@splincode splincode force-pushed the splincode/ng branch 3 times, most recently from e33d93b to 15959af Compare March 8, 2024 19:51
Copy link
Contributor

github-actions bot commented Mar 8, 2024

Visit the preview URL for this PR (updated for commit a16f5c0):

https://taiga-ui--pr6966-splincode-ng-d63y22ln.web.app

(expires Tue, 12 Mar 2024 12:48:52 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4b5ece1e114386f6a105425ef799091475b249eb

Copy link

bundlemon bot commented Mar 8, 2024

BundleMon

Files updated (3)
Status Path Size Limits
demo/browser/vendor.(hash).js
210.51KB (+3.43KB +1.66%) +10%
demo/browser/runtime.(hash).js
36.51KB (-14B -0.04%) +10%
demo/browser/main.(hash).js
318.38KB (-92B -0.03%) +10%
Unchanged files (2)
Status Path Size Limits
demo/browser/styles.(hash).css
13.79KB +10%
demo/browser/polyfills.(hash).js
11.21KB +10%

Total files change +3.33KB +0.57%

Groups updated (1)
Status Path Size Limits
demo/browser/*..js
2.21MB (+2.75KB +0.12%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@splincode splincode force-pushed the splincode/ng branch 9 times, most recently from 7332a47 to d92381a Compare March 11, 2024 10:24
@@ -59,6 +59,6 @@ export class TuiScrollbarComponent {
const scrollTop = offsetTop + offsetHeight / 2 - clientHeight / 2;
const scrollLeft = offsetLeft + offsetWidth / 2 - clientWidth / 2;

nativeElement.scrollTo(scrollLeft, scrollTop);
nativeElement.scrollTo?.(scrollLeft, scrollTop);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why Jest fail in combo-box.component.spec.ts without that

@splincode splincode force-pushed the splincode/ng branch 2 times, most recently from 73d3812 to 67ae369 Compare March 11, 2024 10:28
@splincode splincode added the v4 4.0 candidate label Mar 11, 2024
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@splincode splincode merged commit c8e3838 into main Mar 11, 2024
26 of 27 checks passed
@splincode splincode deleted the splincode/ng branch March 11, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants