|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [0.1.0](https://github.com/lucid-softworks/react-native-linux/compare/react-native-linux-v0.0.1...react-native-linux-v0.1.0) (2026-06-02) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes |
| 9 | +* consumers must install the scoped names. There is no unscoped 0.0.x release yet, so this is breakage in name only. |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* **codegen,host:** component commands end-to-end ([46934e5](https://github.com/lucid-softworks/react-native-linux/commit/46934e5a9ce617e28b0f06852e97f27b37797b7c)) |
| 14 | +* **codegen:** Fabric component MVP — Props + EventEmitter + Shadow + Descriptor ([d41a28d](https://github.com/lucid-softworks/react-native-linux/commit/d41a28d3db5c34cfb3b30ccefd7de5fb82aa8798)) |
| 15 | +* **codegen:** ImageSource + Int32Enum component prop coverage ([a231a13](https://github.com/lucid-softworks/react-native-linux/commit/a231a134884636d3490bd4bb266eee0b232df4f2)) |
| 16 | +* **codegen:** Linux TurboModule generator emits real C++ headers ([ebbe9dc](https://github.com/lucid-softworks/react-native-linux/commit/ebbe9dc9efdf3e0a762bbf250491d869a0e367cd)) |
| 17 | +* **codegen:** non-void callback returns (primitive) ([32090a6](https://github.com/lucid-softworks/react-native-linux/commit/32090a6414f8e151091047f9098844fd07260d81)) |
| 18 | +* **codegen:** Object + Array props on Fabric components ([ab4d370](https://github.com/lucid-softworks/react-native-linux/commit/ab4d370662545c6be1290d4ec8bff41cc9f585b6)) |
| 19 | +* **codegen:** object args inside callback param types ([2e83adc](https://github.com/lucid-softworks/react-native-linux/commit/2e83adca57b99cf0f7bd2e84e79edd6a247a8aab)) |
| 20 | +* **codegen:** Reserved + StringEnum prop coverage for Fabric components ([d49dc46](https://github.com/lucid-softworks/react-native-linux/commit/d49dc460c54b07377b763daaf3dca201ac96b3ec)) |
| 21 | +* **codegen:** typed C++ structs in place of folly::dynamic for ObjectType ([ece6d4b](https://github.com/lucid-softworks/react-native-linux/commit/ece6d4b7b726f420a7b34a8a98e242c0c8f30930)) |
| 22 | +* **rn-linux:** add View/Text/UnimplementedView shims + codegen specs ([f640541](https://github.com/lucid-softworks/react-native-linux/commit/f640541f582892ffd6a91a7fdfd5060f52cd7bbb)) |
| 23 | +* **rn:** bump React Native 0.81 -> 0.85.3 + Hermes 0.16 + new Scheduler hook ([f2c6392](https://github.com/lucid-softworks/react-native-linux/commit/f2c6392719eaf68eda2de7170f3293fb0057dad4)) |
| 24 | + |
| 25 | + |
| 26 | +### Bug Fixes |
| 27 | + |
| 28 | +* **ci:** unblock typecheck, autolink, vnext-configure, and jest ([01efe7a](https://github.com/lucid-softworks/react-native-linux/commit/01efe7a20060acd88051c0903328b76c54455b58)) |
| 29 | +* **typecheck,test,lint:** unblock pre-push gate end-to-end ([4e42dca](https://github.com/lucid-softworks/react-native-linux/commit/4e42dca44039fdbc724bb3b7b38fb477c8861a39)) |
| 30 | + |
| 31 | + |
| 32 | +### Miscellaneous Chores |
| 33 | + |
| 34 | +* **deps:** bump to React 19.1.7 + RN 0.81.5 + Hermes ([43427bd](https://github.com/lucid-softworks/react-native-linux/commit/43427bddb05d5a5d81103d7311f9d761de837015)) |
| 35 | +* scope packages under @lucid-softworks/ ([d9785e3](https://github.com/lucid-softworks/react-native-linux/commit/d9785e345b772116d6f5a5a3d511b55bc8d5f68d)) |
0 commit comments