Skip to content

Commit

Permalink
[1/n] Add VirtualizedTable export in ui-components (#24369)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Want to consolidate on using VirtualizedTable from ui-components and not ui-core

https://linear.app/dagster-labs/issue/FE-565/consolidate-on-using-virtualizedtable-from-ui-components-and-remove

## How I Tested These Changes

## Changelog

NOCHANGELOG
  • Loading branch information
dliu27 authored Sep 10, 2024
1 parent 39e5c71 commit f3e5363
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 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,7 @@
## 1.1.0 (September 10, 2024)

- Add `VirtualizedTable` export

## 1.0.9 (June 12, 2023)

- Upgrade to Storybook 7
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.0.9",
"version": "1.1.0",
"description": "Dagster UI Component Library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions js_modules/dagster-ui/packages/ui-components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export * from './components/Skeleton';
export * from './components/useSuggestionsForString';
export * from './components/ErrorBoundary';
export * from './components/useViewport';
export * from './components/VirtualizedTable';
export * from './components/UnstyledButton';
export * from './components/StyledRawCodeMirror';
export * from './components/useDelayedState';
Expand Down

1 comment on commit f3e5363

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-5sy1kmnnv-elementl.vercel.app

Built with commit f3e5363.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.