Skip to content

Commit

Permalink
Fix export of OuiCompressedSuperDatePicker (#1325)
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki authored Aug 2, 2024
1 parent aae8df6 commit 10ea859
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,39 @@

## [Unreleased](https://github.com/opensearch-project/oui/tree/main)

### 💥 Breaking Changes
### Deprecations

### 🛡 Security

### 📈 Features/Enhancements

### 🐛 Bug Fixes

### 🚞 Infrastructure

### 📝 Documentation

### 🛠 Maintenance

### 🪛 Refactoring

### 🔩 Tests

## [`1.8.2`](https://github.com/opensearch-project/oui/tree/1.8.1)

### 🐛 Bug Fixes

- Fix the availability of OuiCompressedSuperDatePicker ([#1325](https://github.com/opensearch-project/oui/pull/1325))


## [`1.8.1`](https://github.com/opensearch-project/oui/tree/1.8.1)

### 🐛 Bug Fixes

- Fix compressed appearance for OuiSuperDatePicker ([#1307](https://github.com/opensearch-project/oui/pull/1307))


## [`1.8.0`](https://github.com/opensearch-project/oui/tree/1.8.0)

### Deprecations

Expand Down
2 changes: 2 additions & 0 deletions src/components/date_picker/super_date_picker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export { AsyncInterval } from './async_interval';
export {
OuiSuperDatePicker,
OuiSuperDatePickerProps,
OuiCompressedSuperDatePicker,
OuiCompressedSuperDatePickerProps,
OnTimeChangeProps,
OnRefreshProps,
} from './super_date_picker';
Expand Down
1 change: 1 addition & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export {
OuiDatePicker,
OuiDatePickerRange,
OuiSuperDatePicker,
OuiCompressedSuperDatePicker,
OuiSuperUpdateButton,
prettyDuration,
commonDurationRanges,
Expand Down

0 comments on commit 10ea859

Please sign in to comment.