ngx-float-ui
Advanced tools
Comparing version 17.1.0 to 17.1.1
@@ -0,1 +1,4 @@ | ||
#17.1.1 | ||
* Fix placement default to NgxFloatUiPlacements.AUTO | ||
#17.1.0 | ||
@@ -10,1 +13,7 @@ * Fix readme (closes [#4](https://github.com/tonysamperi/ngx-float-ui/issues/4)) | ||
* First release! 🎉 | ||
#16.0.1 | ||
* Fix placement default to NgxFloatUiPlacements.AUTO | ||
#16.0.0 | ||
* Release for Angular 16! 🎉 |
import { ChangeDetectorRef, ComponentRef, ElementRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from "@angular/core"; | ||
import { Subject } from "rxjs"; | ||
import { NgxFloatUiContentComponent } from "../../components/ngx-float-ui-content/ngx-float-ui-content.component"; | ||
@@ -6,3 +7,2 @@ import { NgxFloatUiOptions } from "../../models/ngx-float-ui-options.model"; | ||
import { NgxFloatUiTriggers } from "../../models/ngx-float-ui-triggers.model"; | ||
import { Subject } from "rxjs"; | ||
import * as i0 from "@angular/core"; | ||
@@ -9,0 +9,0 @@ export declare class NgxFloatUiDirective implements OnInit, OnDestroy { |
{ | ||
"name": "ngx-float-ui", | ||
"version": "17.1.0", | ||
"version": "17.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "ngx-float-ui is an Angular wrapper for Floating UI", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250145
2030