Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/calm-colors-flow.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# streamdown-native

## 0.1.2

### Patch Changes

- 4f1cd52: Fix native streaming text colors on iOS and Android by sending React Native processed color values through the bridge, including platform and dynamic colors; restore React Native codegen compatibility in the ESM build; and export `streamdown-native/package.json` for tooling that resolves package metadata.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Streaming Markdown for React Native, with native semantics, incremental rendering, explicit security boundaries, and opt-in rich-content adapters.

> **Current release:** This branch documents npm `0.1.1`.
> **Current release:** This branch documents npm `0.1.2`.

## Install

Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API

> **Current release:** API for npm `0.1.1`.
> **Current release:** API for npm `0.1.2`.

The root entry exports `Streamdown`, `StreamdownRN`, the default alias, skeleton primitives, controls, capability helpers, security utilities, streaming instrumentation, and public types. DOM-only Streamdown properties such as `className`, `rehypePlugins`, `prefix`, and `remarkRehypeOptions` are typed as unsupported.

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plugins and native providers

> **Current release:** Plugin entry points for npm `0.1.1`.
> **Current release:** Plugin entry points for npm `0.1.2`.

Plugin entry points are separate so the default bundle does not pull in optional renderer implementations.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamdown-native",
"version": "0.1.1",
"version": "0.1.2",
"description": "Streaming Markdown for React Native with native semantics, explicit security policy, and opt-in rich-content adapters",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
Loading