Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardDobron committed Jun 2, 2022
1 parent 33a1da6 commit 854e547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

### Fixed
- Backdrop for 2+ opened dialogs

## v0.2.1 - 2022-06-02

### Added
- Prevent links from being double-clicked
- Support for keyboard (close by escape)

### Fixed
- Closing dialogs with [esc] in the correct order
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bigpipe-util",
"description": "This library currently implements small part of Facebook BigPipe so far, but the advantage is to efficiently insert/replace content and work with the DOM. It is also possible to easily call JavaScript modules from PHP.",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"bigpipe",
"xhr",
Expand Down

0 comments on commit 854e547

Please sign in to comment.