Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 687 Bytes

Changelog

rut v0.9.0

To better support react-dom, react-native, and another renderers, the rut package was repurposed to provide "core" functionality to be adapted and expanded upon. Because of this, a new rut-dom package has been added that should be used for testing DOM based components instead of rut itself.

To migrate, run the following commands.

yarn remove rut
yarn add rut-dom

Then find and change all rut imports to rut-dom. The APIs are the same.