Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[realtime-card] pre-release bug Fixes. #1686

Merged
merged 3 commits into from Jan 16, 2024
Merged

Conversation

valayDave
Copy link
Collaborator

@valayDave valayDave commented Jan 15, 2024

Changes

Manifest Changes

add viewer HTML file into manifests

Vega Chart

Update function also supports providing Altair chart.

Docstring

  • Fixed Docstring for the Progressbar
  • Added docstring to VegaChart update function

Markdown paragraph text bug fix

  • If a markdown component contains a paragraph then svelte-markdown doesn't end up rendering appropriately during data update calls. It renders empty <p> tags.
  • Adding a new line at the start of markdown text will ensure all markdown which contains paragraphs is rendered correctly during data update calls.

- Allow vega chart update method to even accept an altair chart.
- If a markdown component contains a paragraph then `svelte-markdown` doesn't end up rendering appropriately during data update calls. It renders empty `<p>` tags.
- Adding a new line at the start of markdown text will ensure all markdown which contains paragraphs is rendered correctly during data update calls.
@savingoyal savingoyal merged commit 1499af0 into master Jan 16, 2024
22 checks passed
@savingoyal savingoyal deleted the rtc/pre-release-fixes branch January 16, 2024 03:09
madhur-ob pushed a commit to madhur-ob/metaflow that referenced this pull request Jan 18, 2024
* [@card] add viewer file into manifests

* [card-components] docstring + vega chart tweeks
- Allow vega chart update method to even accept an altair chart.

* [card-components] Markdown paragraph text bug fix
- If a markdown component contains a paragraph then `svelte-markdown` doesn't end up rendering appropriately during data update calls. It renders empty `<p>` tags.
- Adding a new line at the start of markdown text will ensure all markdown which contains paragraphs is rendered correctly during data update calls.
emattia pushed a commit to emattia/metaflow that referenced this pull request Jan 23, 2024
* [@card] add viewer file into manifests

* [card-components] docstring + vega chart tweeks
- Allow vega chart update method to even accept an altair chart.

* [card-components] Markdown paragraph text bug fix
- If a markdown component contains a paragraph then `svelte-markdown` doesn't end up rendering appropriately during data update calls. It renders empty `<p>` tags.
- Adding a new line at the start of markdown text will ensure all markdown which contains paragraphs is rendered correctly during data update calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants