We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18e3f8 commit 3f3047fCopy full SHA for 3f3047f
packages/sdk/CHANGELOG.md
@@ -1,6 +1,13 @@
1
<!-- markdownlint-disable MD024 -->
2
+
3
# Changelog
4
5
+## [1.1.4] - 2025-01-08
6
7
+### Added
8
9
+- Add pagination parameters to component configuration (`page` and `prevContext`)
10
11
## [1.1.3] - 2024-12-13
12
13
### Added
@@ -90,8 +97,8 @@
90
97
### Changed
91
98
92
99
- The backend client used to default to `production` if the environment was not
93
-specified. Now `environment` is a required argument for `createBackendClient`
94
-and must be one of `production` or `development`.
100
+ specified. Now `environment` is a required argument for `createBackendClient`
101
+ and must be one of `production` or `development`.
95
102
96
103
## [1.0.4] - 2024-11-15
104
0 commit comments