Releases: instructure/instructure-ui
Releases · instructure/instructure-ui
v8.26.1
v8.26.0
Features
- ui-color-picker: Add
ColorPicker
component (1cbd877) - ui-source-code-editor,ui-code-editor,ui: add new
SourceCodeEditor
component (b5064f5) - ui-responsive: add
display
prop to Responsive (b5663dc) - ui-tabs: expose
defaultOverflowY
theme variable on Tabs.Panel (a4b9540)
ColorPicker component
The ColorPicker is a versatile component that can be used to select colors and check their contrast ratios.
This commit also adds the ColorPicker‘s subcomponents as standalone components: ColorIndicator, ColorMixer, ColorPreset, ColorContrast.
SourceCodeEditor component
A wrapper around the popular CodeMirror V6 code editor component. CodeMirror provides a text input field with features like line gutters, syntax highlighting, and autocompletion. It has better accessibility features than the (now deprecated) CodeEditor component that is based on the former version 5 of CodeMirror.
v8.25.0
v8.24.5
v8.24.3
v8.24.2
v8.24.0
8.24.0 (2022-04-26)
Bug Fixes
- ui-date-time-input,ui-time-select: setting non step divisible value works (36d76fd)
- ui-date-time-input: fix Date input to fill container in DateTimeInput (4069706)
- ui-text-area: add missing ref to TextArea (aa898b3)
- ui-text-input: fix empty TextInput before/after elements having padding (a5786c9)
Features
- Docs: Render Table of Contents block on docs pages (a64fbdb)
- theme-registry: add theme-registry package (63216ef)
- ui-date-time-input: allow to disable dates in the calendar
- ui-date-time-input: add rowSpacing and colSpacing props to DateTimeInput (5e829fa)
- ui-link: add role and forceButtonRole prop to Link component (11828d0)
v8.23.0
v8.21.0
v8.20.0
Bug Fixes
- ui-icons-build,ui-icons: fix SVG icon optimization script to correctly load config (cd35e6d)
Features
- ui-icons: add
mini-arrow-double
icon to the Iconography (6718338) - ui-icons: add new icons:
canvas-logo
,cloud-upload
,elevate-logo
,impact-logo
andmastery-logo
. (5e549a0) - ui-options: add
href
prop to Options.Item (49bf28c) - ui-options: modify default nested Options padding to have no extra padding (bfc4f7c)
- ui-table: add
mini-arrow-double
icon to sortable ColHeaders (6e60ef1)