Skip to content

@polprog/native-ui@1.2.0

Choose a tag to compare

@polprog-dev polprog-dev released this 22 Apr 18:19
· 64 commits to main since this release

@polprog/native-ui@1.2.0

Minor Changes

  • ec695b5: Add new BottomTabBar, Countdown, and StatTile components with Storybook docs and MSW support.
  • c7ac7bb: Add 22 component test suites (351 tests) covering BottomTabBar, Card, Checkbox, Chip, Countdown, EmptyState, ErrorBoundary, IconButton, Input, ListHeader, ListItem, ListSection, ListSwitchItem, ProgressBar, Radio, SearchBar, Section, SettingsRow, Spinner, StatTile, Switch, and TextArea. Raise coverage thresholds to 50%.
  • c7ac7bb: Improve react-native mock with aria-label, aria-selected, and disabled guard on Switch for accessible testing under jsdom.

Patch Changes

  • d9fb8fa: Fix Storybook play-test queries: use role="tab" for BottomTabBar items, add debounce wait for IconButton, and pointerEventsCheck: 0 for disabled buttons.
  • de7a826: Remove changeset check from pre-push hook that was blocking the changesets release bot.

All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Releases are managed via Changesets.
To add a changelog entry, run npx changeset from the monorepo root.