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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Documentation
- **native-list**: Add `docs/STYLE_SPEC.md`, the shared style vocabulary for rows, section headers, fixed footers, and empty states. It records the design tokens (aliased to the application's own token names), the per-template style surface keyed by model field, list chrome, the template isolation rules, and a review checklist. Cross-platform divergences — row-height tables, typography, the Android sticky-header renderer, list-wide source scale — are registered rather than changed.

### Chores
- **native-list (Web)**: Remove dead duplicated rules from `WEB_LIST_CSS`. Four blocks (`.ok-native-list-footer`/`-sticky`/`-index-rail`/`-index-button`, `-refresh`, `-warning`, `-subtitle-segments`) were emitted twice and a `prefers-reduced-motion` block three times; every property of the earlier copies was redeclared by the later ones, so removing them changes no rendering.

## [3.0.136] - 2026-09-15

### Bug Fixes
Expand Down
5 changes: 4 additions & 1 deletion native-views/react-native-native-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,7 @@ use Instruments or Android Studio Profiler for native frame and memory data.
the React component. It mirrors the mobile data and imperative APIs, but its
performance must still be measured independently from iOS and Android.

See [docs/DESIGN.md](docs/DESIGN.md) for the architecture and ownership model.
See [docs/DESIGN.md](docs/DESIGN.md) for the architecture and ownership model, and
[docs/STYLE_SPEC.md](docs/STYLE_SPEC.md) for the shared style vocabulary: design
tokens, the per-template style surface with each platform's current values, and the
registered cross-platform divergences.
Loading