Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Feb 12, 2024
1 parent b0254f4 commit 6fd452b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### next release (8.5.1)

- Update a prompt text in DataPreview.
- [The next improvement]

#### 8.5.0 - 2024-02-07
Expand Down Expand Up @@ -292,8 +293,6 @@
#### 8.2.14 - 2022-09-15

- Moved map credits to map column so it don't get hidden by chart panel.
- Update a prompt text in DataPreview.
- [The next improvement]
- TSified `FeatureInfo*.tsx`
- `describeFromProperties` is now `generateCesiumInfoHTMLFromProperties`
- `FeatureInfoSection` has been split up into `FeatureInfoSection.tsx`, `getFeatureProperties`, `mustacheExpressions` and `generateCesiumInfoHTMLFromProperties`
Expand Down
4 changes: 2 additions & 2 deletions lib/ReactViews/Preview/DataPreview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import React from "react";
import { Trans, withTranslation } from "react-i18next";
import CatalogFunctionMixin from "../../ModelMixins/CatalogFunctionMixin";
import ReferenceMixin from "../../ModelMixins/ReferenceMixin";
import { Icon } from "../../Styled/Icon";
import InvokeFunction from "../Analytics/InvokeFunction";
import Loader from "../Loader";
import Styles from "./data-preview.scss";
import Description from "./Description";
import GroupPreview from "./GroupPreview";
import MappablePreview from "./MappablePreview";
import WarningBox from "./WarningBox";
import { Icon } from "../../Styled/Icon";
import Styles from "./data-preview.scss";

/**
* Data preview section, for the preview map see DataPreviewMap
Expand Down

0 comments on commit 6fd452b

Please sign in to comment.