Skip to content

Commit 13434fa

Browse files
committed
docs: initial list of 1.8.2 changes
1 parent f3126c8 commit 13434fa

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

versioned_docs/version-1.8/changelog.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,32 @@ Because Power BI reports are (ideally!) intended to have a long lifetime once de
1313
However any development focus will be on the things we need to do to keep it highly available for existing implementations where you have visuals deployed. The only planned changes will be critical bug fixes, Vega language updates (providing they remain compatible with the v1 architecture) and Power BI visual API compatibility, to comply with certification requirements.
1414
:::
1515

16-
## 1.8.1 (2025-08-08)
16+
## 1.8.2 (In Development)
1717

18-
:::info Pending deployment to AppSource
18+
<!-- :::info Pending deployment to AppSource
1919
Deneb 1.8.1 has passed certification and is currently undergoing deployment to your reports. This can take a couple of weeks from the publish date.
20-
:::
20+
::: -->
2121

2222
<!-- :::info Submitted for certification
2323
Deneb 1.8.1 has been submitted to AppSource for certification and may take some time to reach your reports. If you need to leverage any features or fixes from this release, you can download and use the [standalone version](getting-started#standalone-version).
2424
::: -->
2525

26+
### Vega Updates
27+
28+
- Vega updated to **6.2.0** (from 6.1.2)
29+
- Vega-Lite updated to **6.4.1** (from 6.1.0)
30+
31+
### QoL Enhancements
32+
33+
- The cursor has been set to `auto` when inside the visual container, to provide clearer intent of visual elements ([#552](https://github.com/deneb-viz/deneb/issues/552))
34+
35+
### Bugs Fixed
36+
37+
- Deneb should no longer report a _'Remote resources cannot be loaded'_ message for images using data URLs in the AppSource (certified) version ([#555](https://github.com/deneb-viz/deneb/issues/555))
38+
- If you're setting `width`, `height` or `autosize` in the config that potentially conflict with Deneb's internal patching, this no longer causes visuals to hang when parsed/resized ([#514](https://github.com/deneb-viz/deneb/issues/514))
39+
40+
## 1.8.1 (2025-08-08)
41+
2642
### Bugs Fixed
2743

2844
- Auto-completion now updates correctly when typing ([#551](https://github.com/deneb-viz/deneb/issues/551)). Root cause was revised visual SDK updates in how visuals are packaged for certification. This should also alleviate some other observed slowness issues experienced while typing in the editor.

0 commit comments

Comments
 (0)