Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
briangann committed Oct 20, 2023
1 parent 5080272 commit 43005e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

All changes noted here.

## v2.0.0 - 2023-10-19
## v2.0.0 - 2023-10-20

- Rewritten from Angular to React
- NEW: Needle Width can now be specified
- NEW: Thresholds now use the standard Grafana threshold mechanics
- NEW: Needle can optionally exceed the tick mark (min and max) to show values
that are outside of limits
- NEW: Needle Center can use all marker types, with arrow-inverse added to options
- Switched to `pnpm`

## v0.0.9 - 2021-04-21

Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Building the plugin

This plugin relies on YARN v3 and Node 18. The typical build sequence is:
This plugin relies on `pnpm` and Node 18. The typical build sequence is:

```BASH
yarn install
yarn build
pnpm install
pnpm build
```

For development, you can run:

```BASH
yarn dev
pnpm dev
```

## Docker Support
Expand All @@ -30,9 +30,9 @@ a datasource and sample dashboards.

## External Dependencies

* Grafana 8.4.10+
* Grafana 9.3.16+

## Build Dependencies

* yarn v3
* pnpm
* node 18

0 comments on commit 43005e6

Please sign in to comment.