Skip to content

Releases: peakchen90/babel-plugin-react-directives

v2.0.1

26 Sep 07:47
Compare
Choose a tag to compare

v2.0.0

26 Sep 07:47
Compare
Choose a tag to compare
v2.0.0

v1.1.3

26 Sep 07:46
Compare
Choose a tag to compare
v1.1.3

v1.1.2

26 Sep 07:46
Compare
Choose a tag to compare
need node >= 10

v1.1.1

03 Dec 11:13
0c7570a
Compare
Choose a tag to compare
  • Optimization: Optimized for x-model warning messages

v1.1.0

01 Dec 08:24
bc28bad
Compare
Choose a tag to compare
  • Feature: Added x-class directive for conditionally joining classNames together
  • Optimization: Split the runtime into multiple independent files to reduce runtime bundle size

v1.0.2

23 Nov 03:08
Compare
Choose a tag to compare
  • Bug: Fix bug that when x-if is nested under x-else and x-else-if, an error is reported

v1.0.0

20 Oct 07:57
Compare
Choose a tag to compare
  • Feature: Added x-model-hook directive for function component with useState hook, and the x-model can only be used in class component now
  • Optimization: In some cases use the runtime instead of the AST code
  • Optimization: Fix some problem of x-model
  • Optimization: Improved stability

v0.1.1

17 Oct 11:26
Compare
Choose a tag to compare
  • Optimization: Update some documents

v0.1.0

07 Oct 07:49
Compare
Choose a tag to compare
  • Feature: Support for x-if and x-else-if and x-else
  • Feature: Support for x-show
  • Feature: Support for x-for
  • Feature: Support for x-model