Skip to content

Commit b1363d2

Browse files
hellendagpskinnerthyme
authored andcommitted
[ui] Bump ui-components version to 1.2.0 (dagster-io#26290)
## Summary & Motivation Bump ui-components lib to 1.2.0 following the styled-components upgrade. ## How I Tested These Changes `yarn build` to verify correct build output locally.
1 parent 83220c8 commit b1363d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

js_modules/dagster-ui/packages/ui-components/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.2.0 (December 5, 2024)
2+
3+
- Migrate styled-components to v6
4+
- Fix overaggressive middle truncation in Dialog body
5+
- Fix scrollbar styles in dark mode
6+
- Stop patching global lint in CodeMirror
7+
18
# 1.1.4 (October 11, 2024)
29

310
- Add onBlur prop to TokenizingField

js_modules/dagster-ui/packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagster-io/ui-components",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Dagster UI Component Library",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)