Skip to content

Releases: airbnb/goji-js

v1.3.0

14 Nov 05:46
17ce8e4
Compare
Choose a tag to compare

Bugfixes

  • core: Use event.timestamp as an alist for event.timeStamp
    #209

  • webpack-plugin: Remove bugfix for #160 #211

  • webpack-plugin: Enable wrapper for <scroll-view> on Baidu
    #212

  • webpack-plugin: Prevent using <include> in <template> to fix #140 on Alipay
    #213

  • create-goji-app Disable code protect option for wechat and qq
    #217

Features

  • testing-library support fire load and error event in test library
    #214 (race604)

  • webpack-plugin: Enable nohoist by default
    #223

  • webpack-plugin: Add parallel option in goji.config.js
    #224

v1.2.0

11 Jul 09:34
767c49b
Compare
Choose a tag to compare

Bugfixes

  • webpack-plugin: Inline the content of children.wxml into component.wxml to support new
    Baidu compiler on dev tool >= v4.22 #206

v1.1.1

21 Apr 16:59
ec5cbb2
Compare
Choose a tag to compare

Bugfixes

  • webpack-plugin: Fix an issue of Baidu flatten text template that cause missing text on
    production mode #192

  • core: Update props of <scroll-view> #199

  • core: Refactor stopPropagation to fix #198
    #202

v1.1.0

06 Dec 14:30
c056ac6
Compare
Choose a tag to compare

Features

  • webpack-plugin: Enable wrapped input/textarea for baidu
    #165

  • webpack-plugin: Refactored the data structure in template and setData JSON data.
    #180

  • webpack-plugin: Refactor ComponentDesc #181

  • webpack-plugin: Refactor wrapped component with meta
    #182

  • core: Support NodeJS 18 #184

  • webpack-plugin: Refactor template reuse & fix getSubtreeId
    #186

Bugfixes

  • create-goji-app: Remove default libVersion fields in project.config.json
    #164

  • cli: Upgrade deps & fix missing linaria issue in create CLI template
    #175

Misc.

  • docs: Upgrade docs to docusaurus v2 #166

  • docs: Add missing CNAME file for docs #170

v1.0.1

13 Apr 06:37
61f5e6c
Compare
Choose a tag to compare

Features

  • cli: Support React Native's global variable __DEV__
    #157

Bugfixes

  • webpack-plugin: Fix toutiao calc issue #161

v1.0.0

17 Feb 08:38
9ff8d21
Compare
Choose a tag to compare

Features

  • core: Support React 17 #90

  • cli: Upgrade to Webpack 5 #22

  • linaria: Support Linaria 2 #42

  • testing-library: Support Testing Library

  • cli: Support nohoist option to reduce main package bundle size
    #120