Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Apr 6, 2023
1 parent 343a651 commit d02c7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.8.0-alpha.2](https://github.com/vegaprotocol/pennant/compare/v1.8.0-alpha.1...v1.8.0-alpha.2) (2023-03-10)

### Features

- handle candles with zero volume ([#791](https://github.com/vegaprotocol/pennant/issues/791)) ([cc7602b](https://github.com/vegaprotocol/pennant/commit/cc7602bcccdedcc1a47c26ddbceefadbbcf06397))
- suppoer continuous numerical values for horizontal axis of area and line charts ([#790](https://github.com/vegaprotocol/pennant/issues/790)) ([a1813b7](https://github.com/vegaprotocol/pennant/commit/a1813b7c2591ff7baf1a2871d3cfa07634e4a4cc))

## [1.8.0-alpha.1](https://github.com/vegaprotocol/pennant/compare/v1.8.0-alpha.0...v1.8.0-alpha.1) (2023-02-23)

## [1.8.0-alpha.0](https://github.com/vegaprotocol/pennant/compare/v1.7.0...v1.8.0-alpha.0) (2023-02-23)
## [1.8.0](https://github.com/vegaprotocol/pennant/compare/v1.8.0-alpha.1...v1.8.0) (2023-04-06)

### Features

- add line and area charts ([#726](https://github.com/vegaprotocol/pennant/issues/726)) ([6793579](https://github.com/vegaprotocol/pennant/commit/679357925992fe2d319e3bd2afabb39223377154))
- add option to set default study height ([#733](https://github.com/vegaprotocol/pennant/issues/733)) ([46f7ad8](https://github.com/vegaprotocol/pennant/commit/46f7ad82cbf6ee1d5a59bfe29649645f41c430e8))
- customize color of volume bar depending on price increase/decrease ([#734](https://github.com/vegaprotocol/pennant/issues/734)) ([0c6bbbb](https://github.com/vegaprotocol/pennant/commit/0c6bbbb6c3824a63cf0adb7dec2e784d356558c3))
- handle candles with zero volume ([#791](https://github.com/vegaprotocol/pennant/issues/791)) ([da3dc35](https://github.com/vegaprotocol/pennant/commit/da3dc355e78bce5470873b46e1b03ce6631b7318))
- sort candlestick chart data ([#809](https://github.com/vegaprotocol/pennant/issues/809)) ([6ec770a](https://github.com/vegaprotocol/pennant/commit/6ec770a74ec2e839acdc7debb0f86dcbad411cc1))
- support continuous numerical values for horizontal axis of area and line charts ([#790](https://github.com/vegaprotocol/pennant/issues/790)) ([171d1a7](https://github.com/vegaprotocol/pennant/commit/171d1a70bf6664d65d57adee74b6462e0de43ed9))

### Bug Fixes

- **candlestick-chart:** improve aignment of canvas elements ([#768](https://github.com/vegaprotocol/pennant/issues/768)) ([b47d305](https://github.com/vegaprotocol/pennant/commit/b47d305b63370a8e1715d24596ee6dbe8d2c9328))
- **candlestick-chart:** improve alignment of canvas elements ([#768](https://github.com/vegaprotocol/pennant/issues/768)) ([b47d305](https://github.com/vegaprotocol/pennant/commit/b47d305b63370a8e1715d24596ee6dbe8d2c9328))
- accept hex, rgb and named css colors ([#731](https://github.com/vegaprotocol/pennant/issues/731)) ([94f8f40](https://github.com/vegaprotocol/pennant/commit/94f8f40d345c0cd6703ba03e8239d69830a53e6b))
- prevent invalid zoom values ([#770](https://github.com/vegaprotocol/pennant/issues/770)) ([ec75f51](https://github.com/vegaprotocol/pennant/commit/ec75f510f7192cc8571fd0c84a506363cc0289b5))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pennant",
"version": "1.8.0-alpha.2",
"version": "1.8.0",
"description": "A React component library for visualising historical and streaming financial market data",
"main": "./dist/legacy.js",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit d02c7bf

Please sign in to comment.