build(deps): bump react-native-nitro-modules from 0.29.8 to 0.30.0 in /example#71
Closed
dependabot[bot] wants to merge 9 commits intomainfrom
Closed
Conversation
* feat(android): add NitroText HybridView implementation - add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge - share component descriptor/state logic so Fabric can hydrate props on Android - update TypeScript entrypoint, codegen pipeline, and example app for Android support * feat: add support for `onTextLayout` * feat: implement fragment background color support in NitroText
* feat(android): add html support - add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge - share component descriptor/state logic so Fabric can hydrate props on Android - update TypeScript entrypoint, codegen pipeline, and example app for Android support * feat: add support for `onTextLayout` * feat: implement fragment background color support in NitroText * feat(android): html support
* feat(android): add NitroText HybridView implementation - add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge - share component descriptor/state logic so Fabric can hydrate props on Android - update TypeScript entrypoint, codegen pipeline, and example app for Android support * feat: add support for `onTextLayout` * feat: implement fragment background color support in NitroText * feat(android): html support * feat: enhance NitroText with improved HTML rendering and whitespace handling - Implemented HTML fragment parsing to support a wider range of HTML elements and styles. - Added functionality to trim trailing whitespace in both HTML and text content. - Updated NitroText component to handle various inline and block elements, ensuring proper rendering and styling. - Enhanced the example app to showcase new HTML features and improved text layout. * feat: html support on ios - Introduced NitroHtmlRenderer for better HTML parsing and rendering capabilities. - Updated NitroTextImpl to support HTML content and fragment background colors. - Refactored NitroText to streamline rendering logic and improve performance. - Enhanced NitroTextView to handle link interactions more effectively. - Improved whitespace handling in text rendering for better layout consistency.
Bumps com.android.tools.build:gradle from 8.12.1 to 8.13.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nitrogen](https://github.com/mrousavy/nitro) from 0.29.6 to 0.29.8. - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](mrousavy/nitro@v0.29.6...v0.29.8) --- updated-dependencies: - dependency-name: nitrogen dependency-version: 0.29.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump `nitrogen` and `react-native-nitro-modules` versions to `0.29.8` in `package.json`, `example/package.json`, and `bun.lock`. - Update `Podfile.lock` to reflect the new `NitroModules` version. - Modify Kotlin and Swift bridge files to enhance type safety with `NON_NULL` annotations. - Refactor vector handling in Swift to utilize `FastVectorCopy` for better performance.
- Enhanced the README with clearer feature descriptions and added icons for better visual appeal. - Updated sections for Requirements, Installation, Usage, Platform Support, Why NitroText, Development, Credits, and Contributing to improve readability and engagement. - Added a table for platform support details and refined the language for a more user-friendly experience.
## [1.1.0-next.1](v1.0.3...v1.1.0-next.1) (2025-10-08) ### ✨ Features * add android support ([#49](#49)) ([369ad10](369ad10)) * **android:** add html support ([#52](#52)) ([ca1ffb0](ca1ffb0)) * **ios:** add html support ([#56](#56)) ([02f0a9c](02f0a9c)) ### 📚 Documentation * add CONTRIBUTING.md and issue templates for better community engagement ([#48](#48)) ([a213abe](a213abe)) * update README.md for improved clarity and formatting ([#59](#59)) ([dbe93aa](dbe93aa)) ### 🛠️ Other changes * bum up nitro 0.29.8 ([#57](#57)) ([e550832](e550832))
Bumps [react-native-nitro-modules](https://github.com/mrousavy/nitro) from 0.29.8 to 0.30.0. - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](mrousavy/nitro@v0.29.8...v0.30.0) --- updated-dependencies: - dependency-name: react-native-nitro-modules dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or 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
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.
Bumps react-native-nitro-modules from 0.29.8 to 0.30.0.
Release notes
Sourced from react-native-nitro-modules's releases.
Commits
0fa5dc0chore: release 0.30.01551aaafix: Pin Bun to 1.2 in CI (#942)bc53ce5chore: Runnitrogen2afa03cfix: Makestructsnot primitively copyable (#932)d58a6b4fix: Removenoexceptfrom a method that can throw (#938)1f05ee6fix: Upgradeyargs(#939)7de6e7dchore: Add test for arrays of nested structs being corrupted after copy (#937)6e6f346docs: Add\<name>to nitrogen init command428583bfix: Fix all-empty/optional structs being wrongfully detected in variants (#934)e732809fix: FixArray\<T>instructgenerating an identical secondary constructor...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)