Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
compose-sdk-release-bot committed Jan 10, 2024
1 parent b7c0fce commit 25e9876
Show file tree
Hide file tree
Showing 220 changed files with 9,300 additions and 1,234 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0] - 2024-01-10

### Added
- Add component `AreamapChart`
and support the `areamap` chart type in components `Chart`, `ChartWidget`, and `DashboardWidget` for beta testing
- Mark `@sisense/sdk-ui-angular` package as ready for public beta testing
- Implement additional components and hooks in `@sisense/sdk-ui-vue` package for internal testing

### Changed
- **Breaking:** Rename `ScattermapChartDataOptions.locations` to `ScattermapChartDataOptions.geo` for `ScattermapChart` (beta)
- Make minor improvements to chart legend position type, xAxis gridlines, and filter relations.

## [1.0.0] - 2023-12-27

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ yarn storybook
```

### Set up another app

You can find more information about setting up an app using this SDK in [quickstart.md](./docs-md/sdk/quickstart.md) or [quickstart-angular.md](./docs-md/sdk/quickstart-angular.md).
12 changes: 12 additions & 0 deletions docs-md/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0] - 2024-01-10

### Added
- Add component `AreamapChart`
and support the `areamap` chart type in components `Chart`, `ChartWidget`, and `DashboardWidget` for beta testing
- Mark `@sisense/sdk-ui-angular` package as ready for public beta testing
- Implement additional components and hooks in `@sisense/sdk-ui-vue` package for internal testing

### Changed
- **Breaking:** Rename `ScattermapChartDataOptions.locations` to `ScattermapChartDataOptions.geo` for `ScattermapChart` (beta)
- Make minor improvements to chart legend position type, xAxis gridlines, and filter relations.

## [1.0.0] - 2023-12-27

### Added
Expand Down
Loading

0 comments on commit 25e9876

Please sign in to comment.