Releases: airbnb/goji-js
Releases · airbnb/goji-js
v.1.3.1
Bugfixes
- cli: Replace Linaria preprocessor with postcss to fix an error of postcss-transform-unit #241
- cli: Fix Webpack cache invalidation #230
- core: Move
instance.registerEventHandler
from createInstance
to commitMount
in the React reconciler host config #229
- docs: Add documentation for
goji.config.js
#228
- webpack-plugin: Upgrade latest [email protected] #227
Features
- core: Support picker-view-column component #250
- webpack-plugin: Refactor CSS unit transforming #231
v1.3.0
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
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
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
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
Misc.
v1.0.1
Features
- cli: Support React Native's global variable
__DEV__
#157
Bugfixes
- webpack-plugin: Fix toutiao calc issue #161
v1.0.0
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