Skip to content

Commit 90473f5

Browse files
authored
Merge pull request #38 from tonysamperi/v19
v19.0.1
2 parents 33b255a + 2021214 commit 90473f5

File tree

4 files changed

+99
-102
lines changed

4 files changed

+99
-102
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,6 @@ You can then use `loosePlacement` and `looseTrigger` passing the values above as
255255
$ npm run start //run example
256256
```
257257

258-
## Special thanks
259-
260-
Jetbrains is now supporting this library with an open-source license, which will allow a better code! 🎉
261-
262-
![jetbrains-logo](https://user-images.githubusercontent.com/5957244/150580991-863d6fba-1090-4924-b26c-be19c6310f24.svg)
263-
264258
## License
265259

266260
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#19.0.1
2+
* Jetbrains no longer supporting :(
3+
14
#19.0.0
25
* Release for Angular 19! 🎉
36

package.json

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
11
{
2-
"name": "ngx-float-ui-repo",
3-
"version": "19.0.0",
4-
"build": 0,
5-
"license": "MIT",
6-
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
7-
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
14-
},
15-
"author": {
16-
"name": "Tony Samperi",
17-
"email": "[email protected]"
18-
},
19-
"keywords": [
20-
"Angular 19+",
21-
"ngx-float-ui",
22-
"popper Angular",
23-
"floating ui",
24-
"float",
25-
"ui"
26-
],
27-
"engines": {
28-
"node": ">=20.11.1"
29-
},
30-
"scripts": {
31-
"ng": "ng",
32-
"start": "ng serve",
33-
"test": "ng test ngx-float-ui",
34-
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
35-
"test:demo": "ng test ngx-float-ui-repo",
36-
"lint": "ng lint",
37-
"build++": "gulp build++",
38-
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
39-
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
40-
"pack": "gulp pack",
41-
"release": "npm publish ./dist/ngx-float-ui",
42-
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
43-
"bump:patch": "gulp bump:patch",
44-
"bump:minor": "gulp bump:minor",
45-
"bump:major": "gulp bump:major"
46-
},
47-
"private": true,
48-
"dependencies": {
49-
"@angular/animations": "^19.0.0",
50-
"@angular/common": "^19.0.0",
51-
"@angular/compiler": "^19.0.0",
52-
"@angular/core": "^19.0.0",
53-
"@angular/forms": "^19.0.0",
54-
"@angular/platform-browser": "^19.0.0",
55-
"@angular/platform-browser-dynamic": "^19.0.0",
56-
"@angular/ssr": "^19.0.0",
57-
"@floating-ui/dom": "^1.6.12",
58-
"rxjs": "^7.4.0",
59-
"tslib": "^2.3.1",
60-
"typewriter-effect": "^2.19.0",
61-
"zone.js": "^0.15.0"
62-
},
63-
"devDependencies": {
64-
"@angular-devkit/build-angular": "^19.0.0",
65-
"@angular-devkit/build-ng-packagr": "^0.1002.0",
66-
"@angular/cli": "^19.0.0",
67-
"@angular/compiler-cli": "^19.0.0",
68-
"@angular/language-service": "^19.0.0",
69-
"@types/jasmine": "^3.3.8",
70-
"@types/jasminewd2": "^2.0.3",
71-
"@types/node": "^18.13.0",
72-
"@types/prismjs": "^1.16.5",
73-
"@types/semver": "^7.3.13",
74-
"gulp": "^4.0.2",
75-
"gulp-sass": "^5.1.0",
76-
"jasmine-core": "^4.6.1",
77-
"jasmine-spec-reporter": "^7.0.0",
78-
"karma": "^6.4.4",
79-
"karma-chrome-launcher": "^3.2.0",
80-
"karma-coverage-istanbul-reporter": "^3.0.3",
81-
"karma-jasmine": "^5.1.0",
82-
"karma-jasmine-html-reporter": "^2.1.0",
83-
"ng-packagr": "^19.0.1",
84-
"plugin-log": "^0.1.0",
85-
"prismjs": "^1.29.0",
86-
"puppeteer": "^21.11.0",
87-
"semver": "^7.6.2",
88-
"through2": "^4.0.2",
89-
"ts-node": "^10.9.1",
90-
"tslint": "^6.1.3",
91-
"tslint-consistent-codestyle": "^1.16.0",
92-
"typescript": "~5.6.3"
93-
},
94-
"packageManager": "[email protected]"
95-
}
2+
"name": "ngx-float-ui-repo",
3+
"version": "19.0.1",
4+
"build": 0,
5+
"license": "MIT",
6+
"description": "ngx-float-ui is an Angular wrapper for @floating-ui",
7+
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/tonysamperi/ngx-float-ui.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/tonysamperi/ngx-float-ui/issues"
14+
},
15+
"author": {
16+
"name": "Tony Samperi",
17+
"email": "[email protected]"
18+
},
19+
"keywords": [
20+
"Angular 19+",
21+
"ngx-float-ui",
22+
"popper Angular",
23+
"floating ui",
24+
"float",
25+
"ui"
26+
],
27+
"engines": {
28+
"node": ">=20.11.1"
29+
},
30+
"scripts": {
31+
"ng": "ng",
32+
"start": "ng serve",
33+
"test": "ng test ngx-float-ui",
34+
"test:ci": "ng test ngx-float-ui --browsers=ChromeHeadless --watch=false",
35+
"test:demo": "ng test ngx-float-ui-repo",
36+
"lint": "ng lint",
37+
"build++": "gulp build++",
38+
"build": "ng build ngx-float-ui --configuration=production && gulp postBuild",
39+
"build:demo": "ng build ngx-float-ui-repo --configuration=production --base-href=",
40+
"pack": "gulp pack",
41+
"release": "npm publish ./dist/ngx-float-ui",
42+
"release:beta": "npm publish ./dist/ngx-float-ui --tag beta",
43+
"bump:patch": "gulp bump:patch",
44+
"bump:minor": "gulp bump:minor",
45+
"bump:major": "gulp bump:major"
46+
},
47+
"private": true,
48+
"dependencies": {
49+
"@angular/animations": "^19.0.0",
50+
"@angular/common": "^19.0.0",
51+
"@angular/compiler": "^19.0.0",
52+
"@angular/core": "^19.0.0",
53+
"@angular/forms": "^19.0.0",
54+
"@angular/platform-browser": "^19.0.0",
55+
"@angular/platform-browser-dynamic": "^19.0.0",
56+
"@angular/ssr": "^19.0.0",
57+
"@floating-ui/dom": "^1.6.12",
58+
"rxjs": "^7.4.0",
59+
"tslib": "^2.3.1",
60+
"typewriter-effect": "^2.19.0",
61+
"zone.js": "^0.15.0"
62+
},
63+
"devDependencies": {
64+
"@angular-devkit/build-angular": "^19.0.0",
65+
"@angular-devkit/build-ng-packagr": "^0.1002.0",
66+
"@angular/cli": "^19.0.0",
67+
"@angular/compiler-cli": "^19.0.0",
68+
"@angular/language-service": "^19.0.0",
69+
"@types/jasmine": "^3.3.8",
70+
"@types/jasminewd2": "^2.0.3",
71+
"@types/node": "^18.13.0",
72+
"@types/prismjs": "^1.16.5",
73+
"@types/semver": "^7.3.13",
74+
"gulp": "^4.0.2",
75+
"gulp-sass": "^5.1.0",
76+
"jasmine-core": "^4.6.1",
77+
"jasmine-spec-reporter": "^7.0.0",
78+
"karma": "^6.4.4",
79+
"karma-chrome-launcher": "^3.2.0",
80+
"karma-coverage-istanbul-reporter": "^3.0.3",
81+
"karma-jasmine": "^5.1.0",
82+
"karma-jasmine-html-reporter": "^2.1.0",
83+
"ng-packagr": "^19.0.1",
84+
"plugin-log": "^0.1.0",
85+
"prismjs": "^1.29.0",
86+
"puppeteer": "^21.11.0",
87+
"semver": "^7.6.2",
88+
"through2": "^4.0.2",
89+
"ts-node": "^10.9.1",
90+
"tslint": "^6.1.3",
91+
"tslint-consistent-codestyle": "^1.16.0",
92+
"typescript": "~5.6.3"
93+
},
94+
"packageManager": "[email protected]"
95+
}

projects/ngx-float-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-float-ui",
3-
"version": "19.0.0",
3+
"version": "19.0.1",
44
"license": "MIT",
55
"description": "ngx-float-ui is an Angular wrapper for Floating UI",
66
"homepage": "https://tonysamperi.github.io/ngx-float-ui",
@@ -38,4 +38,4 @@
3838
"sass": "./_index.scss"
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)