Skip to content

Commit

Permalink
Update notes (#251)
Browse files Browse the repository at this point in the history
* Persist dataSourceId across applications under new Nav change

Signed-off-by: Riya Saxena <[email protected]>

* release notes added

Signed-off-by: Riya Saxena <[email protected]>

* release notes added

Signed-off-by: Riya Saxena <[email protected]>

* release notes added

Signed-off-by: Riya Saxena <[email protected]>

* release notes added

Signed-off-by: Riya Saxena <[email protected]>

* release notes added

Signed-off-by: Riya Saxena <[email protected]>

* update release notes

Signed-off-by: Riya Saxena <[email protected]>

---------

Signed-off-by: Riya Saxena <[email protected]>
Signed-off-by: Riya <[email protected]>
  • Loading branch information
riysaxen-amzn authored Sep 4, 2024
1 parent 774f9ab commit 9645673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions public/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*/

import { EuiPage, EuiPageBody, EuiPageSideBar, EuiSideNav } from '@elastic/eui';
import React, { Component, createContext, useContext } from 'react';
import React, { Component, createContext, ComponentType } from 'react';
import { Redirect, Route, RouteComponentProps, Switch } from 'react-router-dom';
import { CoreStart, MountPoint, SavedObject } from '../../../../../src/core/public';
import { CoreServicesConsumer, CoreServicesContext } from '../../components/coreServices';
import { CoreStart, MountPoint, SavedObject, HttpSetup } from '../../../../../src/core/public';
import { CoreServicesConsumer } from '../../components/coreServices';
import { ModalProvider, ModalRoot } from '../../components/Modal';
import { BrowserServices } from '../../models/interfaces';
import { ServicesConsumer, ServicesContext } from '../../services/services';
Expand All @@ -31,11 +31,9 @@ import {
import { DataSourceMenuProps, DataSourceOption } from "../../../../../src/plugins/data_source_management/public/components/data_source_menu/types";
import _ from "lodash";
import { NotificationService } from '../../services';
import { HttpSetup } from '../../../../../src/core/public';
import * as pluginManifest from "../../../opensearch_dashboards.json";
import { DataSourceAttributes } from "../../../../../src/plugins/data_source/common/data_sources";
import semver from "semver";
import { ComponentType } from 'react';

enum Navigation {
Notifications = 'Notifications',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ Compatible with OpenSearch Dashboards 2.17.0
* [Backport 2.x] add riysaxen as maintainer ([#241](https://github.com/opensearch-project/dashboards-notifications/pull/241))
* Increment version to 2.17.0.0 ([#237](https://github.com/opensearch-project/dashboards-notifications/pull/241))


### Features/Enhancements
* [navigation]feat: change parent item name ([#234](https://github.com/opensearch-project/dashboards-notifications/pull/234))
* Use smaller and compressed varients of buttons and form components ([#231](https://github.com/opensearch-project/dashboards-notifications/pull/231))
* Page header ([#236](https://github.com/opensearch-project/dashboards-notifications/pull/236))

### Bug Fixes
* Fix link checker ([#242](https://github.com/opensearch-project/dashboards-notifications/pull/242))
* Persist dataSourceId across applications under new Nav change ([#244](https://github.com/opensearch-project/dashboards-notifications/pull/244))

### Documentation
* 2.17 release notes. ([#243](https://github.com/opensearch-project/dashboards-notifications/pull/243))
* 2.17 release notes. ([#248](https://github.com/opensearch-project/dashboards-notifications/pull/248))

0 comments on commit 9645673

Please sign in to comment.