Skip to content

Commit

Permalink
Release 1.1.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiryazici authored Sep 14, 2023
1 parent 84032f2 commit af954db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0
#### Breaking Changes
- Transition handling mechanism is changed, now `Transition` component is on top of `wowerlay-background` element, that means you are targeting background element if `noBackground` prop is not given. For CSS transitions now users must select `.wowerlay-background-name-active .wowerlay` if target is background.

For JavaScript api you can now choose `popover, background` explicitly. See [demo](https://wowerlay.pages.dev/) page for examples.

## 1.0.2
- Fixed minor problem.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wowerlay",
"description": "Wowerlay is a popover library for Vue 3 applications.",
"version": "1.0.2",
"version": "1.1.0",
"main": "./dist/wowerlay.umd.js",
"module": "./dist/wowerlay.mjs",
"types": "./dist/types/src/lib.d.ts",
Expand Down

0 comments on commit af954db

Please sign in to comment.