File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ # v.1.3.0 (2023-11-14)
4+
5+ ### Bugfixes
6+
7+ - ** core:** Use ` event.timestamp ` as an alist for ` event.timeStamp `
8+ [ \# 209] ( https://github.com/airbnb/goji-js/pull/209 )
9+
10+ - ** webpack-plugin:** Remove bugfix for \# 160 [ \# 211] ( https://github.com/airbnb/goji-js/pull/211 )
11+
12+ - ** webpack-plugin:** Enable wrapper for \< scroll-view\> on Baidu
13+ [ \# 212] ( https://github.com/airbnb/goji-js/pull/212 )
14+
15+ - ** webpack-plugin:** Prevent using ` <include> ` in ` <template> ` to fix \# 140 on Alipay
16+ [ \# 213] ( https://github.com/airbnb/goji-js/pull/213 )
17+
18+ - ** create-goji-app** Disable code protect option for wechat and qq
19+ [ \# 217] ( https://github.com/airbnb/goji-js/pull/217 )
20+
21+ ### Features
22+
23+ - ** testing-library** support fire load and error event in test library
24+ [ \# 214] ( https://github.com/airbnb/goji-js/pull/214 ) ([ race604] ( https://github.com/race604 ) )
25+
26+ - ** webpack-plugin:** Enable ` nohoist ` by default
27+ [ \# 223] ( https://github.com/airbnb/goji-js/pull/223 )
28+
29+ - ** webpack-plugin:** Add ` parallel ` option in goji.config.js
30+ [ \# 224] ( https://github.com/airbnb/goji-js/pull/224 )
31+
332# v.1.2.0 (2023-07-11)
433
534### Bugfixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const config: LernaConfig = {
44 packages : [ 'packages/*' , 'packages/goji.js.org/*' ] ,
55 npmClient : 'yarn' ,
66 useWorkspaces : true ,
7- version : '1.1.1 ' ,
7+ version : '1.3.0 ' ,
88} ;
99
1010export default config ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @goji/beemo-dev" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " Beemo Config for GojiJS Development" ,
55 "main" : " src/index.ts" ,
66 "repository" : " https://github.com/airbnb/goji-js.git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @goji/cli" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " GojiJS CLI" ,
55 "main" : " dist/cjs/index.js" ,
66 "bin" : {
2323 "@babel/preset-env" : " ^7.16.5" ,
2424 "@babel/preset-react" : " ^7.16.5" ,
2525 "@babel/preset-typescript" : " ^7.16.5" ,
26- "@goji/webpack-plugin" : " ^1.2 .0" ,
26+ "@goji/webpack-plugin" : " ^1.3 .0" ,
2727 "babel-loader" : " ^8.2.1" ,
2828 "babel-plugin-macros" : " ^3.1.0" ,
2929 "css-loader" : " ^6.5.1" ,
4949 "yargs" : " ^17.1.0"
5050 },
5151 "devDependencies" : {
52- "@goji/core" : " ^1.2 .0" ,
52+ "@goji/core" : " ^1.3 .0" ,
5353 "@types/yargs" : " ^17.0.2"
5454 },
5555 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @goji/core" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " GojiJS Core" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-goji-app" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " Create GojiJS App" ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/airbnb/goji-js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-todomvc-linaria" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " GojiJS Linaria Example" ,
55 "main" : " index.js" ,
66 "repository" : " git+https://github.com/airbnb/goji.git" ,
1313 "build" : " goji build"
1414 },
1515 "dependencies" : {
16- "@goji/core" : " ^1.2 .0" ,
16+ "@goji/core" : " ^1.3 .0" ,
1717 "classnames" : " ^2.2.6" ,
1818 "core-js" : " ^3.16.0" ,
1919 "linaria" : " ^2.3.0" ,
2323 "tslib" : " ^2.3.0"
2424 },
2525 "devDependencies" : {
26- "@goji/cli" : " ^1.2 .0" ,
27- "@goji/testing-library" : " ^1.2 .0" ,
26+ "@goji/cli" : " ^1.3 .0" ,
27+ "@goji/testing-library" : " ^1.3 .0" ,
2828 "@types/classnames" : " ^2.2.10" ,
2929 "@types/css-modules" : " ^1.0.0" ,
3030 "@types/react" : " ^17.0.31" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-todomvc" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " GojiJS TodoMVC Example" ,
55 "main" : " index.js" ,
66 "repository" : " git+https://github.com/airbnb/goji.git" ,
1313 "build" : " goji build"
1414 },
1515 "dependencies" : {
16- "@goji/core" : " ^1.2 .0" ,
17- "@goji/macro" : " ^1.2 .0" ,
16+ "@goji/core" : " ^1.3 .0" ,
17+ "@goji/macro" : " ^1.3 .0" ,
1818 "classnames" : " ^2.2.6" ,
1919 "core-js" : " ^3.16.0" ,
2020 "linaria" : " ^2.3.0" ,
2424 "tslib" : " ^2.3.0"
2525 },
2626 "devDependencies" : {
27- "@goji/beemo-dev" : " ^1.2 .0" ,
28- "@goji/cli" : " ^1.2 .0" ,
29- "@goji/testing-library" : " ^1.2 .0" ,
27+ "@goji/beemo-dev" : " ^1.3 .0" ,
28+ "@goji/cli" : " ^1.3 .0" ,
29+ "@goji/testing-library" : " ^1.3 .0" ,
3030 "@types/classnames" : " ^2.2.10" ,
3131 "@types/css-modules" : " ^1.0.0" ,
3232 "@types/react" : " ^17.0.31" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " goji-js-org" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "crowdin" : " crowdin" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @goji/macro" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " GojiJS binding for babel-plugin-macros" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
2525 "tslib" : " ^2.3.0"
2626 },
2727 "devDependencies" : {
28- "@goji/core" : " ^1.2 .0" ,
29- "@goji/webpack-plugin" : " ^1.2 .0" ,
28+ "@goji/core" : " ^1.3 .0" ,
29+ "@goji/webpack-plugin" : " ^1.3 .0" ,
3030 "@types/babel-plugin-macros" : " ^2.8.5" ,
3131 "react" : " ^17.0.2"
3232 },
You can’t perform that action at this time.
0 commit comments