Skip to content

Updated Components for React 19

Latest

Choose a tag to compare

@cblanquera cblanquera released this 18 Dec 04:45
· 30 commits to main since this release

Features & Major Changes

  • Feature Complete - All pending components have been unlocked
  • Test Suites and CI - Ran on every commit and PR
  • New Base Components - Box, Card, Dropdown, Film
  • Alert, Badge, Button, Progress Bar now use Box
  • Select, SuggestInput (Autocomplete) now use Dropdown
  • New Revolutionary Tool Components - When, Scope
  • Submittable Form Fields - All form fields have been refactored to add for FormData on native form submit (just HTML).
  • Fixed fields with buttons to explicity set type to "button" to prevent accidental form submission.
  • Changed SSG from Next to Ingest + Reactus (simpler, smaller, complete control to build step)

What's Changed (In detail)

New Contributors

Full Changelog: 0.1.3...0.2.1