From 5743d9ffdf5fb810450a549457b6d641bd5a1341 Mon Sep 17 00:00:00 2001 From: Daniel Marsh-Patrick Date: Fri, 12 Jan 2024 10:13:54 +1300 Subject: [PATCH] docs: update 1.7.0 for current alpha build state --- docs/archive/changelog-002.md | 36 +++++++++++++++++++++++++++++++---- docs/changelog.md | 32 ++++--------------------------- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/docs/archive/changelog-002.md b/docs/archive/changelog-002.md index 61a4de07..24cf7fc1 100644 --- a/docs/archive/changelog-002.md +++ b/docs/archive/changelog-002.md @@ -1,15 +1,43 @@ --- id: changelog-002 -description: Deneb Change Log - Version 1.0 - 1.3 -title: Previous Releases (1.0 - 1.3) +description: Deneb Change Log - Version 1.0 - 1.4 +title: Previous Releases (1.0 - 1.4) --- -# Previous Release Change Log (1.0 - 1.3) +# Previous Release Change Log (1.0 - 1.4) :::caution Archived Page -This page is an archive of the change log from version 1.0 to 1.3. +This page is an archive of the change log from versions 1.0 to 1.4. ::: +## 1.4.0 (2022-08-31) + +### Enhancements + +- When using the AppSource visual, there's now a warning in the visual header if you're attempting to load external resources such as images or geojson (#244). + + ![If your specification contains URLs to remote resources the AppSource (certified) version will display a warning in the visual header, confirming that these cannot be loaded.](/img/changelog/1.4.0/external-resources-header.png "If your specification contains URLs to remote resources the AppSource (certified) version will display a warning in the visual header, confirming that these cannot be loaded.") + + ![Clicking on the warning message in the visual header will provide further information as to why resources cannot be loaded.](/img/changelog/1.4.0/external-resources-dialog.png "Clicking on the warning message in the visual header will provide further information as to why resources cannot be loaded.") + +- If a mark contains a hyperlink to an external URL, Deneb will request that Power BI perform navigation to the specified location (#177). + + - Note that hyperlinks in custom visuals are consent-based, so Power BI will always display an alert to the user asking if they wish to navigate to the specified URL. + +- Vega-Lite has been updated to **5.4.0**, from 5.2.0 (#257). You can read more about the changes [in the Vega-Lite release notes](https://github.com/vega/vega-lite/releases/tag/v5.4.0). + +- The **Visual Editor** heading text has been removed when the Editor Pane is expanded, and the Command Bar has been moved up to fill the space (#230). This provides a little bit more vertical space for the JSON editor. + +### Bugs Fixed + +- When using Vega, the Cross-Filtering checkbox was disabled. Cross-filtering would work, but could not easily be toggled (#251). + +- The _Data Point Limit_ property for cross-filtering was being ignored (#252). + +- Checkbox and radio button param elements could not change state with cross-filtering enabled (#254). + +- `null` dates were causing an infinite rendering loop (#259). + ## 1.3.0 (2022-07-06) ### Debug Area (#7, #217) diff --git a/docs/changelog.md b/docs/changelog.md index eba0082a..31d4dc8d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,10 @@ description: Deneb Change Log - high-level details of new features and fixes for The change log is updated as features are added to the main development branch. They are available in [alpha builds](/community/early-access) until such a time as the version is ready for beta testing, and eventual submission to AppSource. ::: +### Performance and Stability + +- Schema validation against the specification is now only performed when the editor is open. This typically improves initial render time in the report canvas view by 400-500ms for Vega-Lite visuals and 200-300ms for Vega visuals. + ## 1.6.2 (2023-12-08) ### Vega Updates @@ -232,31 +236,3 @@ If exporting a template with > 30 characters in a field name, it cannot be impor - Vega-Lite has been updated to version **5.6.1** (from 5.4.0). As there have been many small and incremental changes between these versions, it may be easier to review [the commit history for this span](https://github.com/vega/vega-lite/compare/v5.4.0...v5.6.1) rather than inspecting each individual release if you wish to catch up on what's new. - Published visual size reduced by 8% (down from 1.42MB to 1.32MB). - -## 1.4.0 (2022-08-31) - -### Enhancements - -- When using the AppSource visual, there's now a warning in the visual header if you're attempting to load external resources such as images or geojson (#244). - - ![If your specification contains URLs to remote resources the AppSource (certified) version will display a warning in the visual header, confirming that these cannot be loaded.](/img/changelog/1.4.0/external-resources-header.png "If your specification contains URLs to remote resources the AppSource (certified) version will display a warning in the visual header, confirming that these cannot be loaded.") - - ![Clicking on the warning message in the visual header will provide further information as to why resources cannot be loaded.](/img/changelog/1.4.0/external-resources-dialog.png "Clicking on the warning message in the visual header will provide further information as to why resources cannot be loaded.") - -- If a mark contains a hyperlink to an external URL, Deneb will request that Power BI perform navigation to the specified location (#177). - - - Note that hyperlinks in custom visuals are consent-based, so Power BI will always display an alert to the user asking if they wish to navigate to the specified URL. - -- Vega-Lite has been updated to **5.4.0**, from 5.2.0 (#257). You can read more about the changes [in the Vega-Lite release notes](https://github.com/vega/vega-lite/releases/tag/v5.4.0). - -- The **Visual Editor** heading text has been removed when the Editor Pane is expanded, and the Command Bar has been moved up to fill the space (#230). This provides a little bit more vertical space for the JSON editor. - -### Bugs Fixed - -- When using Vega, the Cross-Filtering checkbox was disabled. Cross-filtering would work, but could not easily be toggled (#251). - -- The _Data Point Limit_ property for cross-filtering was being ignored (#252). - -- Checkbox and radio button param elements could not change state with cross-filtering enabled (#254). - -- `null` dates were causing an infinite rendering loop (#259).