Releases: mathuo/dockview
Releases · mathuo/dockview
v1.4.1
Release Notes
🚀 Features
- Fix Drag and Drop issues in Dockview on Firefox #103
🛠 Miscs
- Documentation enhancements https://mathuo.github.io/dockview/docs/
🔥 Breaking changes
All breaking changes here are designed to simplify the library with only one way to do something.
- Remove
setVisible
andsetActive
from the Splitview API. You can still achieve the same behaviors through callingsetVisible
andsetActive
on the Splitview Panel API. #105 - Remove
setVisible
,setActive
andtoggleVisiblity
from Gridview API. You can still achieve the same behaviors through callingsetVisible
andsetActive
on the Gridview Panel API #105 - Remove
onFocusEvent
from Panel API as this was not intended to be a public method. You can useonDidFocusChange
instead #105 - Remove HOC
<DockviewComponents.Panel\>
,<DockviewComponents.Content>
,<DockviewComponents.Tab>
and<DockviewComponents.Actions>
#105
v1.4.0
What's Changed
- feat: api improvements by @mathuo in #92
- chore: fix demo by @mathuo in #93
- feat: docs website by @mathuo in #80
- chore: adjust action frequency by @mathuo in #94
- 84 add ability to have fixed panel with no tab in dockviewreact by @mathuo in #87
- feat: rename classes by @mathuo in #96
- 79 new documentation website by @mathuo in #97
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
- feat: error in duplicate id by @mathuo in #70
- work in progress by @mathuo in #72
- feat: usestate over useref by @mathuo in #74
- Revert "feat: usestate over useref" by @mathuo in #75
- feat: react 18 by @mathuo in #76
- chore: fix sonar code smells by @mathuo in #78
- chore: fix sonar code smells by @mathuo in #81
- fix watermark by @mathuo in #83
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- chore: update project dependencies by @mathuo in #46
- fix: remove circular import by @mathuo in #44
- chore: update project dependencies by @mathuo in #54
- chore: update dependencies by @mathuo in #55
- feat: fixes to layout w/tests by @mathuo in #57
- feat: adjust css to use transform methods by @mathuo in #61
- reduce public api by @mathuo in #62
- feat: improve remove group events by @mathuo in #59
- chore: fix demo by @mathuo in #63
- feat: cleanup components on dispose by @mathuo in #65
- chore: fix demo by @mathuo in #66
- chore: fix demo by @mathuo in #67
- feat: expose params object by @mathuo in #52
- chore: fix demo by @mathuo in #68
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat: dockview custom dnd events by @mathuo in #19
- feat: api enhancements by @mathuo in #21
- 20 enhance public api by @mathuo in #22
- chore: increase test coverage and delete unused code by @mathuo in #24
- chore: refactor to use existing code by @mathuo in #26
- feat: reintroduce panel.update(..) to public api by @mathuo in #25
- feat: dispose of event listeners by @mathuo in #27
- 20 enhance public api by @mathuo in #28
- tests: add tests by @mathuo in #29
- tests: add tests by @mathuo in #30
- chore: reduce sonar smells by @mathuo in #31
- 32 add group events on grouppanelapi by @mathuo in #33
- test: add test by @mathuo in #34
- feat: adjust fromJSON logic by @mathuo in #36
- chore: reduce function complexities by @mathuo in #37
- feat: improve events by @mathuo in #41
- feat: remove panels caching layer by @mathuo in #39
- feat: add event by @mathuo in #42
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: v0.0.28...v1.0.0