Skip to content

Commit

Permalink
v18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
al-march committed Sep 17, 2024
1 parent 8c70549 commit bf2b7fe
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.2.0](https://github.com/al-march/ngx-popovers/compare/v18.1.2...v18.2.0) (2024-09-17)

### Bug Fixes

- **docs:** fix file raw caching ([#178](https://github.com/al-march/ngx-popovers/issues/178)) ([58503fc](https://github.com/al-march/ngx-popovers/commit/58503fc13d91c0682bb27ec020383189b05db55b))
- **docs:** placement for example ([f72f09c](https://github.com/al-march/ngx-popovers/commit/f72f09c3f09269618e0a5af0405be2b864ce8e3a))

### Features

- **core:** clickOutside refactor ([#182](https://github.com/al-march/ngx-popovers/issues/182)) ([bb92247](https://github.com/al-march/ngx-popovers/commit/bb92247ac59cdc61ae4eee26570fccca0f99e102))
- **core:** ngx-floating onPush strategy ([#181](https://github.com/al-march/ngx-popovers/issues/181)) ([c8caad2](https://github.com/al-march/ngx-popovers/commit/c8caad2950eb4bebb9c9d4aafc486c20c2836003))
- **core:** update readme ([#183](https://github.com/al-march/ngx-popovers/issues/183)) ([27f3bb8](https://github.com/al-march/ngx-popovers/commit/27f3bb8cdad530cb624490f97cc73b0525028df1))
- **docs:** add numbers for code examples ([#179](https://github.com/al-march/ngx-popovers/issues/179)) ([5e6e4b6](https://github.com/al-march/ngx-popovers/commit/5e6e4b697340add419baec065d0ca2cd834f05f3))
- **docs:** add svh for supporting browsers ([#180](https://github.com/al-march/ngx-popovers/issues/180)) ([46926ec](https://github.com/al-march/ngx-popovers/commit/46926ec29851d3e7b98befd3dc559b896f46120f))
- **docs:** new code examples template ([#185](https://github.com/al-march/ngx-popovers/issues/185)) ([dfb103e](https://github.com/al-march/ngx-popovers/commit/dfb103e04b06bda4229670be52f25caf815ec770))
- **docs:** new code render engine ([#186](https://github.com/al-march/ngx-popovers/issues/186)) ([5012551](https://github.com/al-march/ngx-popovers/commit/50125512429941ab659948d91f3931293190f0a9))
- **docs:** new doc page template ([#187](https://github.com/al-march/ngx-popovers/issues/187)) ([8c70549](https://github.com/al-march/ngx-popovers/commit/8c70549465d54250a42cf062c9673a6aadeb7c91))
- **docs:** new examples with code ([#176](https://github.com/al-march/ngx-popovers/issues/176)) ([e5bb4df](https://github.com/al-march/ngx-popovers/commit/e5bb4df1a9af79a1c1c45a4159e9015347e97d4b))
- **docs:** update portal examples ([#184](https://github.com/al-march/ngx-popovers/issues/184)) ([acb3f70](https://github.com/al-march/ngx-popovers/commit/acb3f709711334baae8b2de83275dae3e9923ca6))

### Reverts

- Revert "update dependencies" ([74e82b4](https://github.com/al-march/ngx-popovers/commit/74e82b4d1a56da731dba3b222903517718d8f306))
- Revert "fix package-lock" ([7d2843d](https://github.com/al-march/ngx-popovers/commit/7d2843d5f0816c5859d4a26d13c65e22f9b94438))

## [18.1.2](https://github.com/al-march/ngx-popovers/compare/v18.1.1...v18.1.2) (2024-09-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "18.1.2",
"version": "18.2.0",
"packages": ["packages/*"],
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.2.0](https://github.com/al-march/ngx-popovers/compare/v18.1.2...v18.2.0) (2024-09-17)

### Features

- **core:** clickOutside refactor ([#182](https://github.com/al-march/ngx-popovers/issues/182)) ([bb92247](https://github.com/al-march/ngx-popovers/commit/bb92247ac59cdc61ae4eee26570fccca0f99e102))
- **core:** ngx-floating onPush strategy ([#181](https://github.com/al-march/ngx-popovers/issues/181)) ([c8caad2](https://github.com/al-march/ngx-popovers/commit/c8caad2950eb4bebb9c9d4aafc486c20c2836003))
- **core:** update readme ([#183](https://github.com/al-march/ngx-popovers/issues/183)) ([27f3bb8](https://github.com/al-march/ngx-popovers/commit/27f3bb8cdad530cb624490f97cc73b0525028df1))

## [18.1.2](https://github.com/al-march/ngx-popovers/compare/v18.1.1...v18.1.2) (2024-09-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/core",
"version": "18.1.2",
"version": "18.2.0",
"description": "A core package for the floating elements based on Angular and Floating-ui",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.2.0](https://github.com/al-march/ngx-popovers/compare/v18.1.2...v18.2.0) (2024-09-17)

**Note:** Version bump only for package @ngx-popovers/dialog

## [18.1.2](https://github.com/al-march/ngx-popovers/compare/v18.1.1...v18.1.2) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/dialog
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/dialog",
"version": "18.1.2",
"version": "18.2.0",
"description": "The simplest Dialog component based on Angular 17+",
"keywords": [
"components",
Expand Down
4 changes: 4 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.2.0](https://github.com/al-march/ngx-popovers/compare/v18.1.2...v18.2.0) (2024-09-17)

**Note:** Version bump only for package @ngx-popovers/popover

## [18.1.2](https://github.com/al-march/ngx-popovers/compare/v18.1.1...v18.1.2) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/popover
Expand Down
2 changes: 1 addition & 1 deletion packages/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/popover",
"version": "18.1.2",
"version": "18.2.0",
"description": "Popover component based on Angular 17+ and Floating-ui displays content next to the trigger element on mouse click",
"keywords": [
"components",
Expand Down
4 changes: 4 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.2.0](https://github.com/al-march/ngx-popovers/compare/v18.1.2...v18.2.0) (2024-09-17)

**Note:** Version bump only for package @ngx-popovers/tooltip

## [18.1.2](https://github.com/al-march/ngx-popovers/compare/v18.1.1...v18.1.2) (2024-09-08)

**Note:** Version bump only for package @ngx-popovers/tooltip
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-popovers/tooltip",
"version": "18.1.2",
"version": "18.2.0",
"description": "The Tooltip component based on Angular 17+ and Floating-ui shows tooltips next to the trigger element",
"keywords": [
"components",
Expand Down

0 comments on commit bf2b7fe

Please sign in to comment.