Skip to content

Commit 903e613

Browse files
committed
update changelog
1 parent 8b97c59 commit 903e613

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1818
- `searchListPredicate` property: Allows to filter the complete list of search options at once.
1919
- Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
2020
- `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
21-
- `<Markdown />`
22-
- Added `cutOff` property to set maximum number of raw Markdown characters to render
21+
- `<Markdown />`
22+
- Added `cutOff` property to set maximum number of raw Markdown characters to render
2323

2424
### Fixed
2525

@@ -33,6 +33,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
3333
- if you forward properties then they cannot have `Color` as type, use `ColorLike`
3434
- `<MultiSelect />`
3535
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
36+
- `<StringPreviewContentBlobToggler />` uses now the `Markdown.cutOff` property
37+
- this enables Markdown rendering even if the preview need to be shortened
38+
- this may lead to slightly different preview lengths
3639

3740
### Deprecated
3841

0 commit comments

Comments
 (0)