File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @stackflow/plugin-basic-ui
22
3+ ## 1.14.1
4+
5+ ### Patch Changes
6+
7+ - aef952a: fix(plugin-basic-ui): prevent touch events while transitioning for other basic components
8+ - Updated dependencies [ aef952a]
9+ - @stackflow/react-ui-core @1.3.1
10+
311## 1.14.0
412
513### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackflow/plugin-basic-ui" ,
3- "version" : " 1.14.0 " ,
3+ "version" : " 1.14.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/daangn/stackflow.git" ,
3232 "typecheck" : " tsc --noEmit"
3333 },
3434 "dependencies" : {
35- "@stackflow/react-ui-core" : " ^1.3.0 " ,
35+ "@stackflow/react-ui-core" : " ^1.3.1 " ,
3636 "@vanilla-extract/css" : " ^1.15.3" ,
3737 "@vanilla-extract/dynamic" : " ^2.1.1" ,
3838 "@vanilla-extract/private" : " ^1.0.5" ,
Original file line number Diff line number Diff line change 11# @stackflow/react-ui-core
22
3+ ## 1.3.1
4+
5+ ### Patch Changes
6+
7+ - aef952a: fix(react-ui-core): prevent default ` touchend ` event
8+
39## 1.3.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @stackflow/react-ui-core" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/daangn/stackflow.git" ,
Original file line number Diff line number Diff line change @@ -5292,7 +5292,7 @@ __metadata:
52925292 "@stackflow/core": "npm:^1.2.0"
52935293 "@stackflow/esbuild-config": "npm:^1.0.3"
52945294 "@stackflow/react": "npm:^1.5.0"
5295- "@stackflow/react-ui-core": "npm:^1.3.0 "
5295+ "@stackflow/react-ui-core": "npm:^1.3.1 "
52965296 "@types/react": "npm:^18.3.3"
52975297 "@vanilla-extract/css": "npm:^1.15.3"
52985298 "@vanilla-extract/dynamic": "npm:^2.1.1"
@@ -5476,7 +5476,7 @@ __metadata:
54765476 languageName: unknown
54775477 linkType: soft
54785478
5479- "@stackflow/react-ui-core@npm:^1.3.0 , @stackflow/react-ui-core@workspace:extensions/react-ui-core":
5479+ "@stackflow/react-ui-core@npm:^1.3.1 , @stackflow/react-ui-core@workspace:extensions/react-ui-core":
54805480 version: 0.0.0-use.local
54815481 resolution: "@stackflow/react-ui-core@workspace:extensions/react-ui-core"
54825482 dependencies:
You can’t perform that action at this time.
0 commit comments