Skip to content

Commit

Permalink
Merge pull request #505 from vizzuhq/release-0.10.0
Browse files Browse the repository at this point in the history
Set version to 0.10.0
  • Loading branch information
veghdev authored Mar 11, 2024
2 parents b63f15c + fac49d6 commit 83927ca
Show file tree
Hide file tree
Showing 16 changed files with 218 additions and 218 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-vizzu-dev-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build and Publish
run: |
IMAGE="vizzu-dev-desktop"
IMAGE_NAME="vizzu/$IMAGE:0.9"
IMAGE_NAME="vizzu/$IMAGE:0.10"
docker build -t $IMAGE_NAME -f tools/ci/docker/$IMAGE .
docker push $IMAGE_NAME
2 changes: 1 addition & 1 deletion .github/workflows/docker-vizzu-dev-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Build and Publish
run: |
IMAGE="vizzu-dev-wasm"
IMAGE_NAME="vizzu/$IMAGE:0.9"
IMAGE_NAME="vizzu/$IMAGE:0.10"
docker build -t $IMAGE_NAME -f tools/ci/docker/$IMAGE .
docker push $IMAGE_NAME
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.10.0] - 2024-03-11

### Fixed

- Json serializer control character escape fixed. Some unicode characters
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docker run -i -t -v .:/workspace vizzu/vizzu-dev-desktop bash
or you can use a specific version of the prebuilt image:

```sh
docker run -i -t -v .:/workspace vizzu/vizzu-dev-desktop:0.9 bash
docker run -i -t -v .:/workspace vizzu/vizzu-dev-desktop:0.10 bash
```

Run the following commands to build and run the `WASM` version's development
Expand All @@ -84,7 +84,7 @@ docker run -i -t -v .:/workspace vizzu/vizzu-dev-wasm bash
or you can use a specific version of the prebuilt image:

```sh
docker run -i -t -v .:/workspace vizzu/vizzu-dev-wasm:0.9 bash
docker run -i -t -v .:/workspace vizzu/vizzu-dev-wasm:0.10 bash
```

### Building the project
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/align_range.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ the chart. For example, on a column chart, elements will be vertically centered,
whereas on a bar chart, horizontally.

!!! info
In the first example, the y-axis labels are hidden because they don't properly
represent the values shown on the column chart anymore, as the chart elements
float off the x-axis.
In the first example, the y-axis labels are hidden because they don't
properly represent the values shown on the column chart anymore, as the
chart elements float off the x-axis.

<div id="tutorial_01"></div>

Expand Down
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_a.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_a.md" %}
```
{% include-markdown "tutorial/assets/setup/config_a.md" %}
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_b.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_b.md" %}
```
{% include-markdown "tutorial/assets/setup/config_b.md" %}
8 changes: 3 additions & 5 deletions docs/tutorial/assets/setup/setup_c.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
??? info "Info - How to setup Vizzu" {% include-markdown
"tutorial/assets/setup/init.md" %}
??? info "Info - How to setup Vizzu"
{% include-markdown "tutorial/assets/setup/init.md" %}

```
{% include-markdown "tutorial/assets/setup/config_c.md" %}
```
{% include-markdown "tutorial/assets/setup/config_c.md" %}
12 changes: 6 additions & 6 deletions docs/tutorial/channels_legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ columns’ height and lightness represent the same values. The legend for the
`lightness` channel is turned on using the `legend` property.

!!! info
This is an example when we explicitly instruct `Vizzu` to show the legend. By
default `Vizzu` automatically shows/hides the legend when it's necessary. You
can also turn it off with the `legend`: `null` setting or set back to automatic
mode with `legend`: `'auto'`.
This is an example when we explicitly instruct `Vizzu` to show the legend.
By default `Vizzu` automatically shows/hides the legend when it's necessary.
You can also turn it off with the `legend`: `null` setting or set back to
automatic mode with `legend`: `'auto'`.

<div id="tutorial_02"></div>

Expand All @@ -64,8 +64,8 @@ is put on it that is on the x-axis resulting in each bar having a different
color. If a measure is put on the `color` channel, a color range will be used.

!!! info
The value on the `lightness` channel is removed in this step as it doesn’t make
sense to use it together with the `color` channel in this case.
The value on the `lightness` channel is removed in this step as it doesn’t
make sense to use it together with the `color` channel in this case.

<div id="tutorial_03"></div>

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ let data = {
Using data cube form:

!!! note
In the example below, the record `Rock,Experimental,36` has been replaced with
`Rock,Smooth,36` in order to illustrate that only data with same dimensions can
be used in the data cube form.
In the example below, the record `Rock,Experimental,36` has been replaced
with `Rock,Smooth,36` in order to illustrate that only data with same
dimensions can be used in the data cube form.

<table>
<tbody><tr><th colspan="2" rowspan="2"></th><th colspan="4" style="text-align:center">Genres</th></tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial/filter_add_new_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ chart.animate({
```

!!! info
Combining this option with the [store](./shorthands_store.md) function makes it
easy to update previously configured states with fresh data since this function
saves the config and style parameters of the chart into a variable but not the
data.
Combining this option with the [store](./shorthands_store.md) function makes
it easy to update previously configured states with fresh data since this
function saves the config and style parameters of the chart into a variable
but not the data.

<script src="../filter_add_new_records.js"></script>
4 changes: 2 additions & 2 deletions src/chart/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "version.h"

const App::Version Vizzu::Main::version(0, 9, 3);
const App::Version Vizzu::Main::version(0, 10, 0);

const char *const Vizzu::Main::siteUrl = "https://vizzuhq.com/";
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
2 changes: 1 addition & 1 deletion tools/ci/docker/vizzu-dev-wasm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
&& apt-get install -y google-chrome-stable fonts-roboto fonts-noto-cjk --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
&& apt-get update -y && apt-get install -y google-cloud-cli

Expand Down
26 changes: 13 additions & 13 deletions tools/ci/gcp/cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ steps:
id: pull_wasm
waitFor:
- '-'
args: ['pull', 'vizzu/vizzu-dev-wasm:0.9']
args: ['pull', 'vizzu/vizzu-dev-wasm:0.10']

- name: 'gcr.io/cloud-builders/docker'
id: pull_desktop
waitFor:
- '-'
args: ['pull', 'vizzu/vizzu-dev-desktop:0.9']
args: ['pull', 'vizzu/vizzu-dev-desktop:0.10']

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: init
waitFor:
- pull_wasm
Expand All @@ -24,7 +24,7 @@ steps:
./tools/ci/run/init-py.sh
dir: /workspace

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: check_src
waitFor:
- init
Expand All @@ -41,7 +41,7 @@ steps:
npm run lint:src
fi
dir: /workspace
- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: check_docs
waitFor:
- init
Expand All @@ -58,7 +58,7 @@ steps:
npm run lint:docs
fi
dir: /workspace
- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: check_tools
waitFor:
- init
Expand All @@ -77,7 +77,7 @@ steps:
fi
dir: /workspace

- name: vizzu/vizzu-dev-desktop:0.9
- name: vizzu/vizzu-dev-desktop:0.10
id: build_desktop_clangformat
waitFor:
- pull_desktop
Expand All @@ -97,7 +97,7 @@ steps:
fi
dir: /workspace

- name: vizzu/vizzu-dev-desktop:0.9
- name: vizzu/vizzu-dev-desktop:0.10
id: build_desktop_clangtidy
waitFor:
- build_desktop_clangformat
Expand All @@ -113,7 +113,7 @@ steps:
./tools/ci/run/pkg-build-desktop-clangtidy.sh
fi
dir: /workspace
- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: build_wasm
waitFor:
- build_desktop_clangformat
Expand All @@ -134,7 +134,7 @@ steps:
./tools/ci/run/pkg-build-js.sh
dir: /workspace

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: lib_sha
waitFor:
- build_wasm
Expand All @@ -157,7 +157,7 @@ steps:
fi
dir: /workspace

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: test
waitFor:
- lib_sha
Expand All @@ -172,7 +172,7 @@ steps:
fi
dir: /workspace

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: docs
waitFor:
- test
Expand Down Expand Up @@ -215,7 +215,7 @@ steps:
- VIZZUHQ_GITHUB_USER
- VIZZUHQ_GITHUB_EMAIL

- name: vizzu/vizzu-dev-wasm:0.9
- name: vizzu/vizzu-dev-wasm:0.10
id: publish
waitFor:
- docs
Expand Down
Loading

0 comments on commit 83927ca

Please sign in to comment.