@instructure/ui-select
Advanced tools
Comparing version 10.11.1-snapshot-0 to 10.11.1-snapshot-10
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.11.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-0) (2025-02-05) | ||
## [10.11.1-snapshot-10](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-10) (2025-02-21) | ||
**Note:** Version bump only for package @instructure/ui-select | ||
### Bug Fixes | ||
* **ui-select:** fix select's dropdown border radius ([7427773](https://github.com/instructure/instructure-ui/commit/74277738698fd9014a6cd5e4043f717914bc863d)) | ||
# [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03) | ||
@@ -16,0 +19,0 @@ |
@@ -387,3 +387,4 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
background: 'primary', | ||
elementRef: node => this._listView = node | ||
elementRef: node => this._listView = node, | ||
borderRadius: 'medium' | ||
} : { | ||
@@ -390,0 +391,0 @@ maxHeight: 0 |
@@ -399,3 +399,4 @@ "use strict"; | ||
background: 'primary', | ||
elementRef: node => this._listView = node | ||
elementRef: node => this._listView = node, | ||
borderRadius: 'medium' | ||
} : { | ||
@@ -402,0 +403,0 @@ maxHeight: 0 |
{ | ||
"name": "@instructure/ui-select", | ||
"version": "10.11.1-snapshot-0", | ||
"version": "10.11.1-snapshot-10", | ||
"description": "A component for select and autocomplete behavior.", | ||
@@ -26,9 +26,9 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-axe-check": "10.11.1-snapshot-0", | ||
"@instructure/ui-babel-preset": "10.11.1-snapshot-0", | ||
"@instructure/ui-color-utils": "10.11.1-snapshot-0", | ||
"@instructure/ui-scripts": "10.11.1-snapshot-0", | ||
"@instructure/ui-test-locator": "10.11.1-snapshot-0", | ||
"@instructure/ui-test-utils": "10.11.1-snapshot-0", | ||
"@instructure/ui-themes": "10.11.1-snapshot-0", | ||
"@instructure/ui-axe-check": "10.11.1-snapshot-10", | ||
"@instructure/ui-babel-preset": "10.11.1-snapshot-10", | ||
"@instructure/ui-color-utils": "10.11.1-snapshot-10", | ||
"@instructure/ui-scripts": "10.11.1-snapshot-10", | ||
"@instructure/ui-test-locator": "10.11.1-snapshot-10", | ||
"@instructure/ui-test-utils": "10.11.1-snapshot-10", | ||
"@instructure/ui-themes": "10.11.1-snapshot-10", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
@@ -41,18 +41,18 @@ "@testing-library/react": "^16.0.1", | ||
"@babel/runtime": "^7.26.0", | ||
"@instructure/emotion": "10.11.1-snapshot-0", | ||
"@instructure/shared-types": "10.11.1-snapshot-0", | ||
"@instructure/ui-dom-utils": "10.11.1-snapshot-0", | ||
"@instructure/ui-form-field": "10.11.1-snapshot-0", | ||
"@instructure/ui-icons": "10.11.1-snapshot-0", | ||
"@instructure/ui-options": "10.11.1-snapshot-0", | ||
"@instructure/ui-popover": "10.11.1-snapshot-0", | ||
"@instructure/ui-position": "10.11.1-snapshot-0", | ||
"@instructure/ui-prop-types": "10.11.1-snapshot-0", | ||
"@instructure/ui-react-utils": "10.11.1-snapshot-0", | ||
"@instructure/ui-selectable": "10.11.1-snapshot-0", | ||
"@instructure/ui-testable": "10.11.1-snapshot-0", | ||
"@instructure/ui-text-input": "10.11.1-snapshot-0", | ||
"@instructure/ui-utils": "10.11.1-snapshot-0", | ||
"@instructure/ui-view": "10.11.1-snapshot-0", | ||
"@instructure/uid": "10.11.1-snapshot-0", | ||
"@instructure/emotion": "10.11.1-snapshot-10", | ||
"@instructure/shared-types": "10.11.1-snapshot-10", | ||
"@instructure/ui-dom-utils": "10.11.1-snapshot-10", | ||
"@instructure/ui-form-field": "10.11.1-snapshot-10", | ||
"@instructure/ui-icons": "10.11.1-snapshot-10", | ||
"@instructure/ui-options": "10.11.1-snapshot-10", | ||
"@instructure/ui-popover": "10.11.1-snapshot-10", | ||
"@instructure/ui-position": "10.11.1-snapshot-10", | ||
"@instructure/ui-prop-types": "10.11.1-snapshot-10", | ||
"@instructure/ui-react-utils": "10.11.1-snapshot-10", | ||
"@instructure/ui-selectable": "10.11.1-snapshot-10", | ||
"@instructure/ui-testable": "10.11.1-snapshot-10", | ||
"@instructure/ui-text-input": "10.11.1-snapshot-10", | ||
"@instructure/ui-utils": "10.11.1-snapshot-10", | ||
"@instructure/ui-view": "10.11.1-snapshot-10", | ||
"@instructure/uid": "10.11.1-snapshot-10", | ||
"prop-types": "^15.8.1" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1016742
8358
+ Added@instructure/console@10.11.1-snapshot-10(transitive)
+ Added@instructure/debounce@10.11.1-snapshot-10(transitive)
+ Added@instructure/emotion@10.11.1-snapshot-10(transitive)
+ Added@instructure/shared-types@10.11.1-snapshot-10(transitive)
+ Added@instructure/theme-registry@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-a11y-content@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-a11y-utils@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-color-utils@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-decorator@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-dialog@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-dom-utils@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-form-field@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-grid@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-i18n@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-icons@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-options@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-popover@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-portal@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-position@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-prop-types@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-react-utils@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-selectable@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-svg-images@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-tag@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-testable@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-text-input@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-themes@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-utils@10.11.1-snapshot-10(transitive)
+ Added@instructure/ui-view@10.11.1-snapshot-10(transitive)
+ Added@instructure/uid@10.11.1-snapshot-10(transitive)
- Removed@instructure/console@10.11.1-snapshot-0(transitive)
- Removed@instructure/debounce@10.11.1-snapshot-0(transitive)
- Removed@instructure/emotion@10.11.1-snapshot-0(transitive)
- Removed@instructure/shared-types@10.11.1-snapshot-0(transitive)
- Removed@instructure/theme-registry@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-a11y-content@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-a11y-utils@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-color-utils@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-decorator@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-dialog@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-dom-utils@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-form-field@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-grid@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-i18n@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-icons@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-options@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-popover@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-portal@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-position@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-prop-types@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-react-utils@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-selectable@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-svg-images@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-tag@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-testable@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-text-input@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-themes@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-utils@10.11.1-snapshot-0(transitive)
- Removed@instructure/ui-view@10.11.1-snapshot-0(transitive)
- Removed@instructure/uid@10.11.1-snapshot-0(transitive)