Skip to content

v0.4.0 - vsx

Compare
Choose a tag to compare
@ayushmanchhabra ayushmanchhabra released this 13 Jun 18:56
· 675 commits to main since this release

What's Changed

  • chore(cd): add cd configuration by @ayushmXn in #15
  • Renamed package to vsx and changed imports by @ayushmXn
// Before v0.4.0
import { createElement, createFragment, createState } from "transform-jsx";

// After v0.4.0
import VSX, { createState } from "vsx";

Don't forget to change the jsxFactory to VSX.createElement and jsxFragmentFactory to VSX.createFragment.

Full Changelog: v0.3.2...v0.4.0