@instructure/ui-pagination 11.7.4-snapshot-4 → 11.7.4-snapshot-183
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/CHANGELOG.md +47 -2
- package/es/Pagination/v2/index.js +0 -3
- package/lib/Pagination/v2/index.js +0 -3
- package/package.json +19 -19
- package/src/Pagination/v2/index.tsx +0 -8
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/Pagination/v2/index.d.ts +0 -1
- package/types/Pagination/v2/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,54 @@
|
|
|
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
|
-
## [11.7.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
12
|
+
* **ui-many:** fix imports of the multiversion support ([6b84f05](https://github.com/instructure/instructure-ui/commit/6b84f05ecd6e95e7698e14f9672023aee5e5e868))
|
|
13
|
+
* **ui-pagination:** fix Pagination.PageInput theme variables not visible in the docs app ([30ca564](https://github.com/instructure/instructure-ui/commit/30ca564c8a8df14c67f30bd106c2c8705f7ef3c0))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
19
|
+
* **many:** remove deprecated v2 items ([eaf8876](https://github.com/instructure/instructure-ui/commit/eaf88767c9beb95c4e09ee5705c387dfd79e4cb7))
|
|
20
|
+
* **ui-pagination:** pagination rework ([8d2efa5](https://github.com/instructure/instructure-ui/commit/8d2efa50208b9bc3d78af8b7ac0b914b218151dd))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* **many:** Removed FormFieldLabel component
|
|
26
|
+
|
|
27
|
+
Removed _content prop from DrawerLayout.Tray and DrawerLayout.Content
|
|
28
|
+
|
|
29
|
+
Removed _link prop from Link
|
|
30
|
+
|
|
31
|
+
Removed _node prop from Menu.Item
|
|
32
|
+
|
|
33
|
+
Removed _root prop from Pagination, TreeBrowser
|
|
34
|
+
|
|
35
|
+
Removed _select prop from SimpleSelect and TimeSelect
|
|
36
|
+
|
|
37
|
+
Removed _ref prop from TruncateText
|
|
38
|
+
|
|
39
|
+
Removed _element prop from View
|
|
40
|
+
|
|
41
|
+
Removed color="ai" from Heading
|
|
42
|
+
|
|
43
|
+
Removed variant="inline-small" and variant="standalone-small" from Link
|
|
44
|
+
|
|
45
|
+
Removed title prop from Tag
|
|
46
|
+
|
|
47
|
+
Removed focusRingBorderRadius prop from View
|
|
48
|
+
|
|
49
|
+
Removed hideActionsUserSeparator prop from TopNavBar.Layout
|
|
50
|
+
|
|
51
|
+
Removed handleFocusOutlineColor, handleFocusOutlineWidth, handleShadowColor from RangeInput
|
|
52
|
+
|
|
53
|
+
INSTUI-5025
|
|
9
54
|
|
|
10
55
|
|
|
11
56
|
|
|
@@ -106,9 +106,6 @@ let Pagination = exports.Pagination = (_dec = (0, _withDeterministicId.withDeter
|
|
|
106
106
|
super(props);
|
|
107
107
|
this._labelId = props.deterministicId();
|
|
108
108
|
}
|
|
109
|
-
get _root() {
|
|
110
|
-
return this.ref;
|
|
111
|
-
}
|
|
112
109
|
get inputMode() {
|
|
113
110
|
return this.props.variant === 'input';
|
|
114
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-pagination",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "A UI component library made by Instructure Inc.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/ui-a11y-
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-
|
|
33
|
-
"@instructure/uid": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-a11y-content": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-a11y-utils": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/ui-buttons": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-icons": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-dom-utils": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-number-input": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-text": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-portal": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/ui-tooltip": "11.7.4-snapshot-183",
|
|
30
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
31
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183",
|
|
32
|
+
"@instructure/ui-view": "11.7.4-snapshot-183",
|
|
33
|
+
"@instructure/uid": "11.7.4-snapshot-183"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@testing-library/jest-dom": "^6.6.3",
|
|
37
37
|
"@testing-library/react": "15.0.7",
|
|
38
38
|
"@testing-library/user-event": "^14.6.1",
|
|
39
39
|
"vitest": "^3.2.2",
|
|
40
|
-
"@instructure/ui-axe-check": "11.7.4-snapshot-
|
|
41
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
40
|
+
"@instructure/ui-axe-check": "11.7.4-snapshot-183",
|
|
41
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=18 <=19"
|
|
@@ -131,14 +131,6 @@ class Pagination extends Component<PaginationProps> {
|
|
|
131
131
|
this._labelId = props.deterministicId!()
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
get _root() {
|
|
135
|
-
console.warn(
|
|
136
|
-
'_root property is deprecated and will be removed in v9, please use ref instead'
|
|
137
|
-
)
|
|
138
|
-
|
|
139
|
-
return this.ref
|
|
140
|
-
}
|
|
141
|
-
|
|
142
134
|
get inputMode() {
|
|
143
135
|
return this.props.variant === 'input'
|
|
144
136
|
}
|