Skip to content

Commit

Permalink
[ui] Bump ui-components version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed Dec 5, 2024
1 parent 12b54a1 commit 848a4b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions js_modules/dagster-ui/packages/ui-components/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.0 (December 5, 2024)

- Migrate styled-components to v6
- Fix overaggressive middle truncation in Dialog body
- Fix scrollbar styles in dark mode
- Stop patching global lint in CodeMirror

# 1.1.4 (October 11, 2024)

- Add onBlur prop to TokenizingField
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagster-ui/packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dagster-io/ui-components",
"version": "1.1.4",
"version": "1.2.0",
"description": "Dagster UI Component Library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down

0 comments on commit 848a4b4

Please sign in to comment.