grafana/public/app/plugins/panel/news
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
component React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +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 React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Schemas: Reduce duplicated jenny code (#84061) 2024-03-11 12:51:44 +01: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/