Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
version update 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dergash committed Dec 24, 2020
1 parent a2c1e94 commit 6f35ea3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 1.26.0 (December 24, 2020)

## Features

* Drilldown links can now be set via `drillDownKey` property from field description in widget meta; when set, the value of this property will be used as a name of the record field that contains an url, allowing to set drilldows urls per row rather than via row field meta ([#535](https://github.com/tesler-platform/tesler-ui/pull/535))
* `<ErrorPopup />` now supports multiline text ([#529](https://github.com/tesler-platform/tesler-ui/pull/529))

## Fixes

* `showAssocPopup` epic will crash when Tesler API returns null instead of empty array, which it will for SQL BC ([#537](https://github.com/tesler-platform/tesler-ui/pull/537))

# Version 1.25.2 (December 7, 2020)

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tesler-ui/core",
"version": "1.25.2",
"version": "1.26.0",
"main": "tesler-ui-core.js",
"homepage": "https://tesler.io/",
"types": "index.d.ts",
Expand Down

0 comments on commit 6f35ea3

Please sign in to comment.