mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 09:05:45 -06:00
* datalink on field * add dataFrame to view * Use scoped variables to pass series name and value time to data links interpolation * Use scoped variables to pass series name and value time to data links interpolation * Enable value specific variable suggestions when Gauge is displaying values * Fix prettier * Add basic context menu with data links to GaugePanel * Fix incorrect import in grafana/ui * Add custom cursor indicating datalinks available via context menu (in Gauge only now) * Add data links to SingleStat2 * Minor refactor * Retrieve data links in a lazy way * Update test to respect links retrieval being lazy * delay link creation * cleanup * Add origin to LinkModel and introduce field & panel links suppliers * Add value time and series name field link supplier * Remove links prop from visualization and implement common UI for data links context menu * Update snapshot * Rename className prop to clickTargetClassName * Simplify condition * Updated drilldown dashboard and minor changes * Use class name an onClick handler on the top level dom element in visualization * Enable series name interpolation when presented value is a calculation |
||
---|---|---|
.. | ||
grafana-data | ||
grafana-runtime | ||
grafana-toolkit | ||
grafana-ui | ||
README.md | ||
tsconfig.json |
Grafana frontend packages
Releasing new version
We use Lerna for packages versioning and releases
Manual release
- Run
packages:prepare
script from root directory. This will perform cleanup, run all tests and bump version for all packages. Also, it will create@packages@[version]
tag and version bump commit withPackages: publish [version]
message. - Run
packages:build
script that will prepare distribution packages. - Run
packages:publish
to publish new versions- add
--dist-tag next
to publish undernext
tag
- add
- Push version commit
Building individual packages
To build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>