Skip to content

Commit

Permalink
v1.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 1, 2022
1 parent 1b702b7 commit 731bf6c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 32 deletions.
35 changes: 15 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.23](https://github.com/nativescript-community/ui-chart/compare/v1.2.22...v1.2.23) (2022-11-14)

## [1.2.24](https://github.com/Akylas/nativescript-chart/compare/v1.2.23...v1.2.24) (2022-12-01)

### Bug Fixes

* `setMaxFilterNumber` still allows to highlight non filtered points ([f02e692](https://github.com/nativescript-community/ui-chart/commit/f02e69253e27d785978ea91452a061938c086b0b))
* axis new custom renderers ([42085e6](https://github.com/nativescript-community/ui-chart/commit/42085e61870f59f8adf67617e7a1e7c1aa05708a))
* axis render default to avoid labels clipping ([0db8ec6](https://github.com/nativescript-community/ui-chart/commit/0db8ec64114975624acd96775680afb1c71b04dd))
* chart notifies on zoom/pan ... ([031f55a](https://github.com/nativescript-community/ui-chart/commit/031f55aea8b26eb8e01a792d5bf6ee7d5aea9d4e))
* correctly draw first/last label ([3567a2a](https://github.com/nativescript-community/ui-chart/commit/3567a2a9ab0c0120625a7c8961310fa124cc831e))
* ensure we have listeners ([024a66a](https://github.com/nativescript-community/ui-chart/commit/024a66af84f52c8c623da4471c0d2f0b937d82ac))
* ensureLastLabel fixes ([22fb4e9](https://github.com/nativescript-community/ui-chart/commit/22fb4e9ba65840278f8609e8d836f42dcf63886e))
* refactor to expose `getCurrentMinMax` ([7eec038](https://github.com/nativescript-community/ui-chart/commit/7eec03876527596cc9e85e0a97102eaebb0efadf))
- rollback changes because of fixed runtime ([bdaebec](https://github.com/Akylas/nativescript-chart/commit/bdaebec710c5253bda606e3455ce38e149b825dd))

## [1.2.23](https://github.com/nativescript-community/ui-chart/compare/v1.2.22...v1.2.23) (2022-11-14)

### Features

* `zoomedPanWith2Pointers` chart property ([d7f5b94](https://github.com/nativescript-community/ui-chart/commit/d7f5b9450272fadd27b7a59bacb48f663c0e2a8b))

### Bug Fixes

- `setMaxFilterNumber` still allows to highlight non filtered points ([f02e692](https://github.com/nativescript-community/ui-chart/commit/f02e69253e27d785978ea91452a061938c086b0b))
- axis new custom renderers ([42085e6](https://github.com/nativescript-community/ui-chart/commit/42085e61870f59f8adf67617e7a1e7c1aa05708a))
- axis render default to avoid labels clipping ([0db8ec6](https://github.com/nativescript-community/ui-chart/commit/0db8ec64114975624acd96775680afb1c71b04dd))
- chart notifies on zoom/pan ... ([031f55a](https://github.com/nativescript-community/ui-chart/commit/031f55aea8b26eb8e01a792d5bf6ee7d5aea9d4e))
- correctly draw first/last label ([3567a2a](https://github.com/nativescript-community/ui-chart/commit/3567a2a9ab0c0120625a7c8961310fa124cc831e))
- ensure we have listeners ([024a66a](https://github.com/nativescript-community/ui-chart/commit/024a66af84f52c8c623da4471c0d2f0b937d82ac))
- ensureLastLabel fixes ([22fb4e9](https://github.com/nativescript-community/ui-chart/commit/22fb4e9ba65840278f8609e8d836f42dcf63886e))
- refactor to expose `getCurrentMinMax` ([7eec038](https://github.com/nativescript-community/ui-chart/commit/7eec03876527596cc9e85e0a97102eaebb0efadf))

### Features

- `zoomedPanWith2Pointers` chart property ([d7f5b94](https://github.com/nativescript-community/ui-chart/commit/d7f5b9450272fadd27b7a59bacb48f663c0e2a8b))

## [1.2.22](https://github.com/nativescript-community/ui-chart/compare/v1.2.21...v1.2.22) (2022-11-13)


### Bug Fixes

* **android:** rollback last change as runtime is fixed ([62f5225](https://github.com/nativescript-community/ui-chart/commit/62f5225d978add0241905c1892276337a78d104f))




- **android:** rollback last change as runtime is fixed ([62f5225](https://github.com/nativescript-community/ui-chart/commit/62f5225d978add0241905c1892276337a78d104f))

## [1.2.21](https://github.com/Akylas/nativescript-chart/compare/v1.2.20...v1.2.21) (2022-10-26)

Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"plugin"
],
"version": "1.2.23",
"packages": ["plugin"],
"version": "1.2.24",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
10 changes: 3 additions & 7 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.23](https://github.com/nativescript-community/ui-chart/compare/v1.2.22...v1.2.23) (2022-11-14)
## [1.2.24](https://github.com/nativescript-community/ui-chart/compare/v1.2.23...v1.2.24) (2022-12-01)

**Note:** Version bump only for package @nativescript-community/ui-chart

## [1.2.23](https://github.com/nativescript-community/ui-chart/compare/v1.2.22...v1.2.23) (2022-11-14)



**Note:** Version bump only for package @nativescript-community/ui-chart

## [1.2.22](https://github.com/nativescript-community/ui-chart/compare/v1.2.21...v1.2.22) (2022-11-13)

**Note:** Version bump only for package @nativescript-community/ui-chart





## [1.2.21](https://github.com/nativescript-community/ui-chart/compare/v1.2.20...v1.2.21) (2022-10-26)

**Note:** Version bump only for package @nativescript-community/ui-chart
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-chart",
"version": "1.2.23",
"version": "1.2.24",
"sideEffects": false,
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
"keywords": [
Expand Down

0 comments on commit 731bf6c

Please sign in to comment.