-
Notifications
You must be signed in to change notification settings - Fork 12
Release: 2.24.3 #179
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
Release: 2.24.3 #179
Conversation
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
WalkthroughBumps package and Android build Usercentrics versions from 2.24.2 to 2.24.3, updates CI runner macOS version, and adds a CHANGELOG entry describing CTV improvements for Android and iOS (first-layer CMP alignment, second-layer labels, vendor storage info). Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
|
PR Summary: Release 2.24.3 — version bumps and changelog describing CTV TCF alignment and UI improvements.
No code-level breaking changes shown in diffs; changes are metadata and release notes (functional CTV changes described in changelog). |
Nitpicks 🔍
|
|
CodeAnt AI finished reviewing your PR. |
|
Reviewed up to commit:f192c8d226232f2fa49df2f41e5390e94590d554 Few more points:
{
"name": "@usercentrics/react-native-sdk",
"version": "2.24.3",
"description": "Usercentrics SDK",
"homepage": "https://usercentrics.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Usercentrics <developer@usercentrics.com>",
"iosPackageName": "react-native-usercentrics",
"iosPackageVersion": "2.24.3",
"license": "SEE LICENSE IN LICENSE",
"files": [
"android",
"ios",
"lib",
"src",
"react-native-usercentrics.podspec",
"react-native.config.js",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
]
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (3)
CHANGELOG.md(1 hunks)android/build.gradle.kts(1 hunks)package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: test-ios
🔇 Additional comments (2)
android/build.gradle.kts (1)
1-1: LGTM!The Android dependency version bump to 2.24.3 is correct and consistent with the release objectives.
CHANGELOG.md (1)
2-7: LGTM!The CHANGELOG entry for release 2.24.3 is well-documented and clearly describes the CTV improvements for both Android and iOS platforms, including specific TCF policy check resolutions.
User description
PR Type
Other
Description
Bumped version from 2.24.2 to 2.24.3
Updated CTV first layer CMP for TCF alignment
Added consent toggle labels in CTV second layer
Introduced vendor storage information section
Diagram Walkthrough
File Walkthrough
build.gradle.kts
Update Android SDK version numberandroid/build.gradle.kts
usercentricsVersionfrom 2.24.2 to 2.24.3package.json
Update npm package versionpackage.json
versionfrom 2.24.2 to 2.24.3CHANGELOG.md
Add release notes for version 2.24.3CHANGELOG.md
compliance
CodeAnt-AI Description
Release 2.24.3 — CTV TCF alignment, consent toggle labels, and vendor storage info
What Changed
Impact
✅ Clearer consent choices on CTV✅ Compliance with TCF checks 23 and 24✅ Consistent consent display across web, Android, and iOS💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.