Skip to content

Commit

Permalink
Merge pull request #5717 from gooddata/release-to-master
Browse files Browse the repository at this point in the history
Merge release into master
  • Loading branch information
ivanmjartan authored Dec 17, 2024
2 parents cedf734 + aefba04 commit 15c768f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,18 @@ As a general recommendation, we encourage you to always use the latest available
Each version of GoodData.UI goes through the following phases:

1. **General Availability** (GA)
* **When it starts:** When a major version is publicly released. To get notified about a new version, subscribe to the [Release Notes](https://support.gooddata.com/hc/en-us/sections/203564877).
* **What it means:** A version in GA is going through active development, receives all new features and bug fixes, which are applied on top of the last minor version.

- **When it starts:** When a major version is publicly released. To get notified about a new version, subscribe to the [Release Notes](https://support.gooddata.com/hc/en-us/sections/203564877).
- **What it means:** A version in GA is going through active development, receives all new features and bug fixes, which are applied on top of the last minor version.

2. **End-of-Development** (EOD)
* **When it starts:** When a newer major version is publicly released.
* **What it means:** A version in EOD receives only security fixes (unless they can be resolved by a SemVer-compatible upgrade) and fixes for critical issues. Only production dependencies receive the security fixes. These fixes are applied on top of the last minor version. No new features are added.

- **When it starts:** When a newer major version is publicly released.
- **What it means:** A version in EOD receives only security fixes (unless they can be resolved by a SemVer-compatible upgrade) and fixes for critical issues. Only production dependencies receive the security fixes. These fixes are applied on top of the last minor version. No new features are added.

3. **End-of-Support** (EOS)
* **When it starts:** The date is defined by GoodData.
* **What it means:** A version in EOS receives neither new features nor bug fixes. No technical support is provided. Although the version is still available on NPM, we do not recommend that you use it.
- **When it starts:** The date is defined by GoodData.
- **What it means:** A version in EOS receives neither new features nor bug fixes. No technical support is provided. Although the version is still available on NPM, we do not recommend that you use it.

### GoodData Cloud & GoodData.CN

Expand All @@ -83,9 +85,9 @@ The following table provides the lifecycle phases of GoodData.UI versions:

| Major Version | Status | GA | EOD | EOS |
| :------------ | :------------------ | :-------------- | :---------------- | :---------------- |
| 10 | Generally available | April 18, 2023 | _Not yet defined_ | _Not yet defined_ |
| 9 | End-of-Development | July 27, 2023 | April 18 + 6 months | _Not yet defined_ |
| 8 | End-of-Support | October 8, 2020 | July 27, 2023 | April 18 + 6 months |
| 10 | Generally available | April 18, 2023 | _Not yet defined_ | _Not yet defined_ |
| 9 | End-of-Development | July 27, 2023 | October 18, 2023 | _Not yet defined_ |
| 8 | End-of-Support | October 8, 2020 | July 27, 2023 | October 18, 2023 |
| 7 | End-of-Support | May 21, 2019 | October 8, 2020 | March 31, 2022 |

### GoodData Platform
Expand All @@ -95,5 +97,5 @@ GoodData Platform users must stay on GoodData.UI version 9, do not update to ver
| Major Version | Status | GA | EOD | EOS |
| :------------ | :------------------ | :-------------- | :---------------- | :---------------- |
| 9 | Generally available | July 27, 2023 | _Not yet defined_ | _Not yet defined_ |
| 8 | End-of-Support | October 8, 2020 | July 27, 2023 | April 18 + 6 months |
| 8 | End-of-Support | October 8, 2020 | July 27, 2023 | October 18, 2023 |
| 7 | End-of-Support | May 21, 2019 | October 8, 2020 | March 31, 2022 |
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,4 @@ copyright: (C) 2007-2020 GoodData Corporation
---

We have created a number of simple interactive examples using CodeSandbox.io. Each example points to a CodeSandbox screen that includes a simple GoodData.UI code next to a resulting visualization.

Feel free to play with the sample code in your browser to see how the visualizations update just after changing the component properties - for your convenience, we have added hints to most of the examples.

Let’s start with a simple headline widget!

| | |
| :--- | :--- |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-headline?file=/src/App/index.js" target="_blank">Headline</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-headline?file=/src/App/index.js" target="_blank">![Headline](gd-ui/ics_headline.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-combochart?file=/src/App/index.js" target="_blank">ComboChart</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-combochart?file=/src/App/index.js" target="_blank">![ComboChart](gd-ui/combochart.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-relativedatefilter?file=/src/App/index.js" target="_blank">RelativeDateFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-relativedatefilter?file=/src/App/index.js" target="_blank">![RelativeDateFilter](gd-ui/ics_relativedatefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-chartconfig?file=/src/App/index.js" target="_blank">ChartConfig</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-chartconfig?file=/src/App/index.js" target="_blank">![ChartConfig](gd-ui/ics_chartconfig.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-pivottable?file=/src/App/index.js" target="_blank">PivotTable</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-pivottable?file=/src/App/index.js" target="_blank">![PivotTable](gd-ui/ics_pivottable.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-insightview?file=/src/App/index.js" target="_blank">InsightView</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-insightview?file=/src/App/index.js" target="_blank">![InsightView](gd-ui/ics_insightview.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-execute?file=/src/App/index.js" target="_blank">Execute</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-execute?file=/src/App/index.js" target="_blank">![Execute](gd-ui/ics_execute.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-yearfilter?file=/src/App/index.js" target="_blank">Year Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-yearfilter?file=/src/App/index.js" target="_blank">![Year Filter](gd-ui/ics_year_filter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-attributefilter?file=/src/App/index.js" target="_blank">AttributeFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-attributefilter?file=/src/App/index.js" target="_blank">![AttributeFilter](gd-ui/ics_attributefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-customattributefilter?file=/src/App/index.js" target="_blank">Custom Attribute Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-customattributefilter?file=/src/App/index.js" target="_blank">![Custom Attribute Filter](gd-ui/ics_custom_attribute_filter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-granularity?file=/src/App/index.js" target="_blank">Granularity</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-granularity?file=/src/App/index.js" target="_blank">![Granularity](gd-ui/ics_granularity.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-datefilter?file=/src/App/index.js" target="_blank">DateFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-datefilter?file=/src/App/index.js" target="_blank">![DateFilter](gd-ui/ics_datefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-columnchart?file=/src/App/index.js" target="_blank">ColumnChart</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-columnchart?file=/src/App/index.js" target="_blank">![ColumnChart](gd-ui/ics_columnchart.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-measurevaluefilter?file=/src/App/index.js" target="_blank">Measure Value Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-measurevaluefilter?file=/src/App/index.js" target="_blank">![Measure Value Filter](gd-ui/ics_measurevaluefilter.png)</a> |
The list of examples with links to CodeSandbox.io is available directly in the <a href="https://github.com/gooddata/gooddata-ui-sdk/tree/master/examples/sdk-interactive-examples" target="_blank">gooddata-ui-sdk GitHub repository</a>.

0 comments on commit 15c768f

Please sign in to comment.