Skip to content

Update link to 1.16.0 blog post in changelog #555

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

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/library/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _Release date: December 14, 2022_

**Highlights**

- 👩‍🎨 Introducing a new Streamlit theme for Altair, Plotly, and Vega-Lite charts! Check out our [blog post](https://blog.streamlit.io/p/f33f5232-ace6-40cf-bf4f-bad405b9d8bc/) for more information.
- 👩‍🎨 Introducing a new Streamlit theme for Altair, Plotly, and Vega-Lite charts! Check out our [blog post](https://blog.streamlit.io/a-new-streamlit-theme-for-altair-and-plotly/) for more information.
- 🎨 Streamlit now supports colored text in all commands that accept Markdown, including `st.markdown`, `st.header`, and more. Learn more in our [documentation](/library/api-reference/text/st.markdown).

**Notable Changes**
Expand Down
18 changes: 9 additions & 9 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,27 +240,27 @@ export default function Home({ window, menu, gdpr_data }) {
<H2 className="no-b-m">Latest blog posts</H2>

<NewsContainer>
<NewsEntry
date="2022-12-19T16:05:00.000Z"
title="A new Streamlit theme for Altair and Plotly charts"
text="Our charts just got a new look!"
link="https://blog.streamlit.io/a-new-streamlit-theme-for-altair-and-plotly/"
image="/blog-1.svg"
target="_blank"
/>
<NewsEntry
date="2022-12-15T16:05:00.000Z"
title="How to quickly deploy and share your machine learning model for drug discovery"
text="Share your ML model in 3 simple steps"
link="https://blog.streamlit.io/how-to-quickly-deploy-and-share-your-machine-learning-model-for-drug-discovery/"
image="/blog-1.svg"
image="/blog-2.svg"
target="_blank"
/>
<NewsEntry
date="2022-12-08T16:05:00.000Z"
title="Find the top songs from your high school years with a Streamlit app"
text="Use the Spotify API to generate 1,000+ playlists!"
link="https://blog.streamlit.io/find-the-top-songs-from-your-high-school-years-with-a-streamlit-app/"
image="/blog-2.svg"
target="_blank"
/>
<NewsEntry
date="2022-12-06T16:05:00.000Z"
title="Streamlit-Authenticator, Part 1: Adding an authentication component to your app"
text="How to securely authenticate users into your Streamlit app"
link="https://blog.streamlit.io/streamlit-authenticator-part-1-adding-an-authentication-component-to-your-app/"
image="/blog-3.svg"
target="_blank"
/>
Expand Down
143 changes: 39 additions & 104 deletions public/blog-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading