v0.5.2

0xNyk/council-of-high-intelligencev0.5.2Aug 30, 2026by cixzhang

AI Summary

v0.5.2 focuses on minor fixes and performance optimizations across the core and CLI packages, specifically renaming component categories and improving locale mapping efficiency.

Key Highlights

  • Renamed Data Input component category to Form Controls
  • Improved translation lookup performance via pre-built locale maps
  • All @astryxdesign/* packages updated to this version

New Features

  • Renamed Data Input category to Form Controls
  • Pre-built locale maps for faster translation lookups

Full Release Notes

Astryx 0.5.2 — all `@astryxdesign/*` packages ship at this version.

```bash
npx astryx upgrade --apply
```

## @astryxdesign/core

### Fixes

- Rename the Data Input component category to Form Controls (#5686)

### Performance

- Improve frequent translation lookups by pre-building locale maps (#4696)

## @astryxdesign/cli

### Fixes

- Rename the Data Input component category to Form Controls (#5686)

## Contributors

Thanks to everyone who contributed to this release:

@ngolin @rubyycheung

**Full Changelog**: https://github.com/facebook/astryx/compare/v0.5.1...v0.5.2