Skip to content

Commit

Permalink
Merge pull request #163 from OntimizeWeb/release/15.0.0-beta.1
Browse files Browse the repository at this point in the history
Release 15.0.0-beta.1
  • Loading branch information
tomfacal committed Nov 15, 2023
2 parents fd3a121 + 162cad8 commit 31301b1
Show file tree
Hide file tree
Showing 25 changed files with 416 additions and 429 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: GitHub Release / Create release
uses: ncipollo/release-action@2792aea87063cfd0d27953ac38e3ab45afacc154
with:
commit: ${{ env.BASELINE_BRANCH }}
tag: ${{ steps.project.outputs.version }}
name: ${{ steps.project.outputs.version }}
token: ${{ secrets.OWEB_GH_TOKEN_PUSH }}
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 15.0.0-beta.1 (2023-11-15)
### Features
* **Charts on demand:** Added table column date format to charts ([847366e](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/847366e)) Closes [#156](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/156)

### Bug Fixes
* **Charts on demand:**
* Fixed bug that makes the menu button disappear ([2c06e9d](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/2c06e9d)) Closes [#139](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/139)
* Fixed bug that causes the image to not be seen before loading the graph ([b50ec36](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/b50ec36)) Closes [#141](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/141)
* Fixed bug with type currency ([8e14f6c](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/8e14f6c)) Closes [#147](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/147)
* Fixed bug that caused the area graph to not be created ([a9bb376](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/a9bb376)) Closes [#146](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/146)
* Fixed error that prevented building the graph the first time ([a2b9ef2](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/a2b9ef2)) Closes [#145](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/145)
* Fixed bug that causes the graph not to adapt to the available size ([a35b8af](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/a35b8af)) Closes [#153](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/153)
* Fixed error in adapting the data for the area graph ([c26fe8f](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/commit/c26fe8f)) Closes [#158](https://github.com/OntimizeWeb/ontimize-web-ngx-charts/issues/158)

## 15.0.0-beta.0 (2023-09-29)
### Features
* Migration to Angular 15.
Expand Down
73 changes: 50 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "ontimize-web-ngx-charts",
"version": "15.0.0-beta.0",
"description": "An implementation of nvD3 for Ontimize Web",
"version": "15.0.0-beta.1",
"description": "An implementation of ngx-charts for Ontimize Web",
"keywords": [
"angular",
"ontimize-web-ngx",
"ontimize-web-ngx-charts",
"charts",
"d3",
"nvD3"
"ngx-charts"
],
"author": "IMATIA S.L.",
"repository": {
Expand Down Expand Up @@ -43,7 +42,7 @@
"@angular/router": "^15.2.9",
"@swimlane/ngx-charts": "^20.4.0",
"dom-to-image": "^2.6.0",
"ontimize-web-ngx": "15.0.0-beta.0",
"ontimize-web-ngx": "15.0.0-beta.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand Down

0 comments on commit 31301b1

Please sign in to comment.