Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions apps/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,19 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import classes from './index.module.scss';
import HomepageHeader from '../components/HomepageHeader';
import HomepageFeatures from '../components/HomepageFeatures';
import ExpoDiscoveryCard from '../components/ExpoDiscoveryCard';

export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title="Discover" description={siteConfig.tagline}>
<HomepageHeader />
<div id="more" className={classes.annoucement}>
Coming from v4 or v5 ? Check out our{' '}
Coming from <code>react-native-render-html</code> v4 or v5 ? Check out our{' '}
<Link to="/docs/migration-guide">
<strong>migration guide</strong>
</Link>
.
</div>
<div className={classes.advertising}>
<div className={classes['advertising__left']}>
<div className={classes['advertising__label']}>
<p>
Try out our <strong>Discovery App</strong> for an immersive mobile
experience and glimpse of this library capabilities.
</p>
<p>
Scan the QR code or{' '}
<Link to="https://expo.dev/@jsamr/react-native-render-html-discovery">
open the demo from the project page.
</Link>
. You need <Link to="https://expo.dev/client">Expo Go App</Link>{' '}
to test it.
</p>
</div>
</div>
<div className={classes['advertising__right']}>
<ExpoDiscoveryCard className={classes['advertising__expo']} />
</div>
</div>
<main>
<HomepageFeatures />
</main>
Expand Down
4 changes: 4 additions & 0 deletions packages/css-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](github.com/native-html/render/compare/@native-html/css-processor@2.0.0-alpha.0...@native-html/css-processor@2.0.0) (2026-03-03)

**Note:** Version bump only for package @native-html/css-processor

# [2.0.0-alpha.0](github.com/native-html/render/compare/@native-html/css-processor@1.11.0...@native-html/css-processor@2.0.0-alpha.0) (2026-01-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/css-processor",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "An inline CSS processor to translate CSS properties to React Native styles.",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](github.com/native-html/render/compare/@native-html/render@1.0.1...@native-html/render@1.0.2) (2026-03-03)

**Note:** Version bump only for package @native-html/render

## [1.0.1](github.com/native-html/render/compare/@native-html/render@1.0.0...@native-html/render@1.0.1) (2026-03-03)

**Note:** Version bump only for package @native-html/render

# [1.0.0](github.com/native-html/render/compare/@native-html/render@1.0.0-alpha.0...@native-html/render@1.0.0) (2026-03-03)

**Note:** Version bump only for package @native-html/render

# 1.0.0-alpha.0 (2026-01-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/render",
"version": "1.0.0-alpha.0",
"version": "1.0.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we continue the versioning scheme of react-native-render-html to highlight continuity?
If breaking changes were introduced (likely since we likely don't support older RN versions), v7, if not, iterate on v6.x

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think that since we decided to give it a new name, it would make sense to start from 1.0.0
However, I should add a note about that to the README.md, and I will do that now

Copy link
Contributor

Choose a reason for hiding this comment

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

since we decided to give it a new name, it would make sense to start from 1.0.0

I disagree. It is the same library, with a different name to highlight a transfer of ownership. Everyone will wonder if this version is in the continuity of RNRH v6. If it is, let's keep v6.x to make that clear.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay, I get that
The next release will be 7.0.0
I have to update the docs anyway

"author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
"license": "MIT",
"description": "The hackable, full-featured Open Source HTML rendering solution for React Native.",
Expand Down
4 changes: 4 additions & 0 deletions packages/transient-render-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0](github.com/native-html/render/compare/@native-html/transient-render-engine@12.0.0-alpha.0...@native-html/transient-render-engine@12.0.0) (2026-03-03)

**Note:** Version bump only for package @native-html/transient-render-engine

# [12.0.0-alpha.0](github.com/native-html/render/compare/@native-html/transient-render-engine@11.2.3...@native-html/transient-render-engine@12.0.0-alpha.0) (2026-01-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/transient-render-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@native-html/transient-render-engine",
"version": "12.0.0-alpha.0",
"version": "12.0.0",
"description": "An engine which produces an intermediary structure from HTML to create a React Native render tree.",
"main": "lib/commonjs/index.js",
"types": "lib/typescript/index.d.ts",
Expand Down