Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nealus committed Sep 12, 2024
1 parent 88cbbf5 commit 9b2e01b
Show file tree
Hide file tree
Showing 105 changed files with 21,706 additions and 16,189 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ bundles/
dist/
lib/
out/
todo.txt
fonts/
@private/
.DS_Store
typedoc/
style/dark.css.map
style/gray.css.map
style/light.css.map
cypress/videos/
cypress/screenshots/
test/style/light.css.map
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
.vscode/
bundles/
examples/
fonts/
@private/
node_modules/
spec/
typedoc/
cypress/
test/
package-lock.json
todo.txt
tsconfig.json
tsconfig2.json
tsconfig3.json
webpack_build_min.config.js
webpack_build.config.js
webpack.config.js
cypress.json
yarn.lock
pnpm-lock.yaml
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
23 changes: 23 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
0.8.0
New:
* Wrap tabs option
* improved popouts, no longer keep placeholder tab
* drag from overflow menu
* improved splitter resizing
* now uses html drag and drop to allow cross window dragging
* rendering now uses flexbox rather than absolute positions, this should make
styling easier
* rounded theme
* updated dependencies

Breaking Changes:
* addTabWithDragAndDrop signature has changed, must now be called from a drag start handler
* moveTabWithDragAndDrop signature has changed, must now be called from a drag start handler
* removed addTabWithDragAndDropIndirect
* removed onTabDrag (custom internal drag)
* removed font prop, use css variables --font-size and --font-family instead
* removed titleFactory, iconFactory props, use onRenderTab instead
* removed tabset header option
* removed attributes: for insets, tabset header, row/tabset width and height, legacymenu, ...
* several css changes ref use of flexbox

0.7.15
Added arrow icon to edge indicators

Expand Down
487 changes: 157 additions & 330 deletions README.md

Large diffs are not rendered by default.

Binary file added Screenshot_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot_rounded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions cypress.config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/plugins/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

37 changes: 0 additions & 37 deletions cypress/support/commands.ts

This file was deleted.

12 changes: 0 additions & 12 deletions cypress/support/component-index.html

This file was deleted.

39 changes: 0 additions & 39 deletions cypress/support/component.ts

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/tsconfig.json

This file was deleted.

Loading

0 comments on commit 9b2e01b

Please sign in to comment.