Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbachinin committed Aug 28, 2024
1 parent d968e38 commit 4eb6ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
- Fix nasty lagginess on scroll in Chromium when >1 instance of bracketry on a page
- Prevent double scrollbar in Safari
- Prevent scrollbar from overflowing from its parent (happened in iOS Safari)
- Force default cursor while scrolling the bracket
- Force default cursor while scrolling the bracket

## [1.1.2] - 2024-08-28

### Changed

- Expose maxBaseRoundIndex and visibleRoundsCount from getNavigationState
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bracketry",
"version": "1.1.1",
"version": "1.1.2",
"description": "JavaScript library that visualizes tournament brackets",
"type": "module",
"types": "./index.d.ts",
Expand Down

0 comments on commit 4eb6ca1

Please sign in to comment.