Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

### Bug Fixes

- **[v11.7] ui-buttons:** fix textAlign center on Buttons without icon ([b46ddb7](https://github.com/instructure/instructure-ui/commit/b46ddb788696bf1c556291d3a09a1ba659c6959f))
- **[v11.6, v11.7] ui-date-time-input,ui-date-input,ui-calendar:** set missing aria-selected on calendar days, BREAKING CHANGE: add mandatory prop selectedLabel, change datePickerDialog prop to mandatory ([08abed5](https://github.com/instructure/instructure-ui/commit/08abed5e8c8b29aecab0368e01e8e4ffd0c7fda7))
- **[v11.7] ui-tabs:** fix tabs panel layout when `unmountOnExit` is false ([826ff62](https://github.com/instructure/instructure-ui/commit/826ff62fba56bc0cadd6995b366e3ca505b1b6c1))
- **[v11.6, v11.7] ui-tree-browser,ui-top-nav-bar,ui-form-field:** add back some missing exports

### Features

- **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))
- **[v11.7] many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7))
- **[v11.7] ui-checkbox:** add `data-checked` attribute to reflect checked state ([a790019](https://github.com/instructure/instructure-ui/commit/a790019ed2b47064a01b7ec532494cc723943241))
- **[v11.6, v11.7] ui-color-picker:** improve ColorPicker paste behavior ([e5c279d](https://github.com/instructure/instructure-ui/commit/e5c279dbf8ac9918f104e223b9625b3b50322f23))
- **[v11.7] ui-range-input:** remove deprecated thumb variant ([ca4a3fb](https://github.com/instructure/instructure-ui/commit/ca4a3fb45885fbcc9807566dadd3d027a17b8f72))
- **[v11.7] ui-select,ui-date-time-input:** rework DateTimeInput and replace DateInput v1 with DateInput v2 in DateTimeInput ([7717fc6](https://github.com/instructure/instructure-ui/commit/7717fc6db4d2a733c8349eb583d37a85a4137cf7))
- **ui-scripts:** use design tokens from external repo and convert JS to TS ([a03e0cb](https://github.com/instructure/instructure-ui/commit/a03e0cb24cdf1a2f5debbe707f73ce50ec4a666a))

### BREAKING CHANGES

- **[v11.7] ui-select,ui-date-time-input:** `renderWeekdayLabels` prop removed, `calendarIcon` is a new required prop
- **[v11.7] ui-range-input:** `thumbVariant` prop removed from RangeInput
- **[v11.7] ui-select,ui-date-time-input:** `prevMonthLabel` prop removed (use `screenReaderLabels.prevMonthButton` instead)
- `nextMonthLabel` prop removed (use screenReaderLabels.nextMonthButton instead)
- `renderWeekdayLabels` prop removed
- `dateFormat` type changed
- `screenReaderLabels` is a new required prop
- `dateFormat` default changed: Moment's 'LL' (long month name) → locale's default date format

## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.7.2",
"version": "11.7.3",
"npmClient": "pnpm",
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "instructure-ui",
"description": "A design system by Instructure Inc.",
"private": true,
"version": "11.7.2",
"version": "11.7.3",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/__docs__/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/__docs__/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-app",
"private": true,
"version": "11.7.2",
"version": "11.7.3",
"description": "Documentation and showcase application for Instructure-UI.",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-transform-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

**Note:** Version bump only for package @instructure/babel-plugin-transform-imports





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/babel-plugin-transform-imports
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/babel-plugin-transform-imports",
"version": "11.7.2",
"version": "11.7.3",
"description": "A babel plugin made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/browserslist-config-instui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

**Note:** Version bump only for package @instructure/browserslist-config-instui





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/browserslist-config-instui
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-instui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/browserslist-config-instui",
"version": "11.7.2",
"version": "11.7.3",
"description": "A shared browserslist config made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/canvas-high-contrast-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/canvas-high-contrast-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-high-contrast-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/canvas-high-contrast-theme",
"version": "11.7.2",
"version": "11.7.3",
"description": "A high contrast theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/canvas-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/canvas-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/canvas-theme",
"version": "11.7.2",
"version": "11.7.3",
"description": "A theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/command-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

**Note:** Version bump only for package @instructure/command-utils





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/command-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/command-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/command-utils",
"version": "11.7.2",
"version": "11.7.3",
"description": "Node CLI utilities made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/console
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/console",
"version": "11.7.2",
"version": "11.7.3",
"description": "A babel macro made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/debounce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/debounce
Expand Down
2 changes: 1 addition & 1 deletion packages/debounce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/debounce",
"version": "11.7.2",
"version": "11.7.3",
"description": "A debounce util made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))


### Features

* **many:** add a way for consumers to pass their own component theme definition so they can build their own components with InstUI ([ce01c3e](https://github.com/instructure/instructure-ui/commit/ce01c3eedc46aa2588f4c8309a6eabf4461aaec7))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/emotion",
"version": "11.7.2",
"version": "11.7.3",
"description": "A UI component library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pkg-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

**Note:** Version bump only for package @instructure/pkg-utils





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/pkg-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@instructure/pkg-utils",
"private": true,
"version": "11.7.2",
"version": "11.7.3",
"description": "Utilities for managing node packages in a monorepo.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)

**Note:** Version bump only for package @instructure/shared-types





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/shared-types
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/shared-types",
"version": "11.7.2",
"version": "11.7.3",
"description": "Shared TypeScript typings for Instructure UI packages.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-a11y-content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)

**Note:** Version bump only for package @instructure/ui-a11y-content
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-a11y-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/ui-a11y-content",
"version": "11.7.2",
"version": "11.7.3",
"description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-a11y-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)


### Bug Fixes

* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))





## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-a11y-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/ui-a11y-utils",
"version": "11.7.2",
"version": "11.7.3",
"description": "A collection of utilities for managing focus and screen reader behavior",
"author": "Instructure, Inc. Engineering and Product Design",
"module": "./es/index.js",
Expand Down
Loading
Loading