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

docs : release notes 1.0 #12511

Merged
merged 24 commits into from
Jan 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3aed5fb
Added files for the 1.0 release notes
garden-of-delete Jan 14, 2021
0135c16
added ASF license.
garden-of-delete Jan 14, 2021
df47794
Reverted changes to top level readme (moved to another PR). Added media.
garden-of-delete Jan 14, 2021
cf636a0
added new media, trimmed some trailing whitespace.
garden-of-delete Jan 14, 2021
6236f0c
testing navigation
garden-of-delete Jan 14, 2021
0c5d962
trimmed trailing whitespace
garden-of-delete Jan 15, 2021
0e848c6
reformatted PR section. Testing alt tags. Removed bad EOF.
garden-of-delete Jan 15, 2021
046f5ab
quick update to remove some blurbs
garden-of-delete Jan 15, 2021
aab401b
Fix EoF???
garden-of-delete Jan 15, 2021
b2bf7d3
lint me pt3
garden-of-delete Jan 15, 2021
c53e3a9
Updated media, made formatting and content changes.
garden-of-delete Jan 16, 2021
34ff7a3
removed refs to dashboard level filters
garden-of-delete Jan 16, 2021
dc37f95
added alt text to media embeds
garden-of-delete Jan 16, 2021
55bd723
small language tweaks
garden-of-delete Jan 16, 2021
0f53a64
fix image embed
garden-of-delete Jan 16, 2021
3e70de8
reduce image size
garden-of-delete Jan 16, 2021
75955ec
languaage tweaks, new media, added content on REST API, added new lin…
garden-of-delete Jan 16, 2021
a896e69
Fixed typos and small formatting nits
garden-of-delete Jan 16, 2021
4d976f8
updated media, small formatting and content tweaks
garden-of-delete Jan 16, 2021
a93f340
updated media, small formatting edits
garden-of-delete Jan 16, 2021
d8e9636
added alt tags to the 0-38 release notes.
garden-of-delete Jan 16, 2021
53c426c
replaced media with reduced-filesize versions, updated embed tags.
garden-of-delete Jan 17, 2021
d95c043
replaced media with reduced-filesize versions, updated embed tags. pt2
garden-of-delete Jan 17, 2021
0579b43
Added a small blurb.
garden-of-delete Jan 17, 2021
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
Prev Previous commit
Next Next commit
small language tweaks
  • Loading branch information
garden-of-delete committed Jan 16, 2021
commit 55bd72345245d0430a7d506dc18f3666e6a90ac1
2 changes: 1 addition & 1 deletion RELEASING/release-notes-1-0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This the most performant Superset release to date, with enhanced scalability and
See related PR highlights [here](#performance-1).

# New Features
Superset 1.0 includes some other new features and enhancements. New visualization plugin architecture will make it easier to build, test, style and configure custom visualizations for Superset. Dynamic viz plugin imports will allow Superset to load data viz plugins, allowing developers to more easily use or share their custom plugins and load custom plugins on-demand from anywhere on the web. Superset has also adopted Apache ECharts as the core library for new visualizations.
Superset 1.0 includes a slew of other new features and enhancements. New visualization plugin architecture will make it easier to build, test, style and configure custom visualizations for Superset. Dynamic viz plugin imports will allow Superset to load data viz plugins, allowing developers to more easily use or share their custom plugins and load custom plugins on-demand from anywhere on the web. Superset has also adopted Apache ECharts as the core library for new visualizations.

<kbd><img alt="timeseries prophet" src="media/echarts_timeseries_prophet.png" width="800"/></kbd>

Expand Down