Skip to content

Commit

Permalink
chore: updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Feb 7, 2024
1 parent c9c98b3 commit f2b5bd5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-beta.?? (2024-??-??)

#### :boom: Breaking Change

* `bTree`:
* Now all nested trees are rendered as functional
* Now, by default, folded items are not rendered

#### :rocket: New Feature

* Added new values for the `lazyRender` prop `bTree`

#### :bug: Bug Fix

* Fixed errors when using the tree as a functional component `bTree`

## v4.0.0-beta.54 (2024-02-06)

#### :bug: Bug Fix
Expand Down
15 changes: 15 additions & 0 deletions src/components/base/b-tree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.?? (2024-??-??)

#### :boom: Breaking Change

* Now all nested trees are rendered as functional
* Now, by default, folded items are not rendered

#### :rocket: New Feature

* Added new values for the `lazyRender` prop

#### :bug: Bug Fix

* Fixed errors when using the tree as a functional component

## v4.0.0-beta.37 (2023-10-27)

#### :bug: Bug Fix
Expand Down

0 comments on commit f2b5bd5

Please sign in to comment.