@faststore/core 3.96.4-dev.0 → 3.96.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +21 -21
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +7 -7
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/83.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/chunks/{2927.23bae2c79f0ac0f3.js → 2927.5a79877943a6bf7c.js} +1 -1
- package/.next/static/chunks/{83.f765ce2ffc1915be.js → 83.98ce246c274ee7e4.js} +1 -1
- package/.next/static/chunks/{UIToast.de15325248043ce5.js → UIToast.19a8664c01a00d3a.js} +1 -1
- package/.next/static/chunks/{webpack-5ac0858ff0030797.js → webpack-c6f7dbc72e738310.js} +1 -1
- package/.next/trace +139 -139
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +4 -4
- package/CHANGELOG.md +3 -7
- package/package.json +7 -7
- package/src/components/search/Filter/FilterSlider.tsx +3 -1
- /package/.next/static/{iASZ3lkWoTXpcEiPm4xkW → hy_ehUj2Dr45i5sb0ZbYJ}/_buildManifest.js +0 -0
- /package/.next/static/{iASZ3lkWoTXpcEiPm4xkW → hy_ehUj2Dr45i5sb0ZbYJ}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -124,7 +124,7 @@ Route (pages) Size First Load JS
|
|
|
124
124
|
├ chunks/framework-d514426edf885c68.js 45.4 kB
|
|
125
125
|
├ chunks/main-ec03882c4375091d.js 33.2 kB
|
|
126
126
|
├ chunks/pages/_app-3898f7fdf2646553.js 25.8 kB
|
|
127
|
-
├ chunks/webpack-
|
|
127
|
+
├ chunks/webpack-c6f7dbc72e738310.js 3.85 kB
|
|
128
128
|
└ css/0f070d03aacd9cc5.css 3.57 kB
|
|
129
129
|
|
|
130
130
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
> @faststore/core@3.96.3 test /home/runner/work/faststore/faststore/packages/core
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS test/utils/multipleTemplates.test.ts (
|
|
6
|
-
PASS test/utils/clearCookies.test.ts (
|
|
5
|
+
PASS test/utils/multipleTemplates.test.ts (27.676 s)
|
|
6
|
+
PASS test/utils/clearCookies.test.ts (27.26 s)
|
|
7
7
|
PASS test/utils/cookieCacheBusting.test.ts
|
|
8
8
|
PASS test/server/cms/global.test.ts
|
|
9
9
|
PASS test/server/cms/index.test.ts
|
|
10
|
-
PASS test/server/index.test.ts (
|
|
10
|
+
PASS test/server/index.test.ts (32.222 s)
|
|
11
11
|
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.
|
|
12
12
|
|
|
13
13
|
Test Suites: 6 passed, 6 total
|
|
14
14
|
Tests: 47 passed, 47 total
|
|
15
15
|
Snapshots: 0 total
|
|
16
|
-
Time:
|
|
16
|
+
Time: 33.607 s
|
|
17
17
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.96.4
|
|
6
|
+
## [3.96.4](https://github.com/vtex/faststore/compare/v3.96.3...v3.96.4) (2026-01-26)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
- close filter on apply button click in FilterSlider component ([#3187](https://github.com/vtex/faststore/issues/3187)) ([f3c96eb](https://github.com/vtex/faststore/commit/f3c96eb5e73178d8c863a3e40ac576dc623a0624))
|
|
11
11
|
|
|
12
12
|
## [3.96.3](https://github.com/vtex/faststore/compare/v3.96.2...v3.96.3) (2026-01-21)
|
|
13
13
|
|
|
@@ -27,10 +27,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
27
|
|
|
28
28
|
- version 20251223 ([#3161](https://github.com/vtex/faststore/issues/3161)) ([ad5e8d1](https://github.com/vtex/faststore/commit/ad5e8d12fe45f1fb8e1134165172bf1c6b2a91e2))
|
|
29
29
|
|
|
30
|
-
# 3.96.0-dev.22 (2026-01-21)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @faststore/core
|
|
33
|
-
|
|
34
30
|
# [3.96.0-dev.21](https://github.com/vtex/faststore/compare/v3.96.0-dev.20...v3.96.0-dev.21) (2026-01-08)
|
|
35
31
|
|
|
36
32
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "3.96.4
|
|
3
|
+
"version": "3.96.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@envelop/graphql-jit": "^8.0.3",
|
|
52
52
|
"@envelop/parser-cache": "^6.0.2",
|
|
53
53
|
"@envelop/validation-cache": "^6.0.2",
|
|
54
|
-
"@faststore/api": "3.96.
|
|
55
|
-
"@faststore/graphql-utils": "^3.96.
|
|
56
|
-
"@faststore/lighthouse": "3.96.
|
|
57
|
-
"@faststore/sdk": "3.96.
|
|
58
|
-
"@faststore/ui": "3.96.
|
|
54
|
+
"@faststore/api": "3.96.3",
|
|
55
|
+
"@faststore/graphql-utils": "^3.96.0",
|
|
56
|
+
"@faststore/lighthouse": "3.96.0",
|
|
57
|
+
"@faststore/sdk": "3.96.0",
|
|
58
|
+
"@faststore/ui": "3.96.0",
|
|
59
59
|
"@graphql-codegen/cli": "5.0.2",
|
|
60
60
|
"@graphql-codegen/client-preset": "4.2.6",
|
|
61
61
|
"@graphql-codegen/typescript": "4.0.7",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"ts-jest": "29.1.1",
|
|
124
124
|
"typescript": "5.3.2"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "89a0d4dcc8addf14e7f40b6df21af3e9485b61e4"
|
|
127
127
|
}
|
|
@@ -97,7 +97,7 @@ function FilterSlider({
|
|
|
97
97
|
applyButtonLabel,
|
|
98
98
|
}: FilterSliderProps & ReturnType<typeof useFilter>) {
|
|
99
99
|
const { resetInfiniteScroll, setState, state } = useSearch()
|
|
100
|
-
const { openRegionSlider } = useUI()
|
|
100
|
+
const { closeFilter, openRegionSlider } = useUI()
|
|
101
101
|
|
|
102
102
|
const cmsData = getGlobalSettings()
|
|
103
103
|
const { deliveryPromise: deliveryPromiseSettings } = cmsData ?? {}
|
|
@@ -147,6 +147,8 @@ function FilterSlider({
|
|
|
147
147
|
: selected,
|
|
148
148
|
page: 0,
|
|
149
149
|
})
|
|
150
|
+
|
|
151
|
+
closeFilter()
|
|
150
152
|
},
|
|
151
153
|
children: applyButtonLabel ?? 'Apply',
|
|
152
154
|
}}
|
|
File without changes
|
|
File without changes
|