Skip to content

Commit

Permalink
docs: initial alpha changes for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dm-p committed Dec 5, 2023
1 parent 05dc6c8 commit a42514e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions community/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ A curated list of resources (specifically) for using Deneb. If you have one to r
- [PowerBI-Tips/Deneb-Templates](https://github.com/PowerBI-tips/Deneb-Templates) - GitHub repository for Deneb templates, curated by PowerBI.tips. Contributions and pull requests are welcome.
- [Enterprise DNA Deneb Showcase](https://forum.enterprisedna.co/c/deneb-showcase) - section of the Enterprise DNA forums dedicated to demonstrate and share Deneb templates and questions.

## AI

- [Vicky Vega](https://bit.ly/VickyVega) - a GPT model provided by [Erik van Hurck](https://www.linkedin.com/in/erikvanhurck) and demonstrated in this video:

<iframe
width="400"
height="225"
src="https://www.youtube.com/embed/x4B15UR4PlA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

## GitHub Repositories

- [Shad Frugui | Vega-Lite](https://github.com/shadfrigui/vega-lite) - [Shad Frigui](https://twitter.com/shadfrigui)'s Vega & Vega-Lite examples, including some for Deneb.
Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ description: Deneb Change Log - high-level details of new features and fixes for

# Change Log

## 1.7.0 (Under Development)

:::info Early Access Availability
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.
:::

### Debug Pane Changes

- The _Rows per page_ value in the status bar is now persisted, meaning that it will remain across editing sessions, and when navigating between different datasets or the Signals view.
- The value is also available in the **Editor > Debug pane** formatting card in Power BI's properties pane.
- The default number of _Rows per page_ has been increased to **50**.
- Further options for **100** and **200** rows per page has been added to the _Rows per page_ list.

## 1.6.2 (Pending Certification)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config = {
"https://github.com/deneb-viz/deneb-viz.github.io/edit/source/",
versions: {
current: {
label: "v.next 🚧",
label: "1.7 🚧",
},
},
},
Expand Down

0 comments on commit a42514e

Please sign in to comment.