grafana/public/app/plugins/panel/news
Selene b0893c29a7
Chore: Generate plugin version and remove lineage version (#69781)
* Generate plugin version and remove lineage version

* Generate version for each major

* Remove pluginVersion from core plugins

* Remove code version generation

* Generate cue files

* Move grafana version into jenny

* fix go import
2023-06-27 12:47:14 +03:00
..
component Core: Update components to have standard radii (#65065) 2023-03-21 12:24:50 +01:00
fixtures NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
atom.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
atom.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
constants.ts NewsPanel: Remove Use Proxy option and update documentation with recommendations (#47189) 2022-04-05 15:16:28 +02:00
feed.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
module.tsx kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
NewsPanel.tsx News Panel: Improve error message (#69060) 2023-05-26 10:31:32 +02:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
plugin.json chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
rss.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
rss.ts NewsPanel: Add support for Atom feeds (#45390) 2022-02-15 12:26:59 +00:00
types.ts chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
useNewsFeed.tsx Navigation: Add News to top nav (#55466) 2022-09-30 15:11:24 +02:00
utils.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
utils.ts FieldValues: Use plain arrays instead of Vector (part 2 of 2) (#66224) 2023-04-14 09:03:45 -05:00

News

This panel visualization displays an RSS feed. By default, it displays articles from the Grafana Labs blog.

Enter the URL of an RSS in the URL field in the Display section. This panel type does not accept any other queries.

https://grafana.com/docs/grafana/latest/visualizations/news-panel/