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",
"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