Change Log
v2.1.0 (2018-03-20)
Features
- add support for different animation types and direction
v2.0.2 (2018-02-27)
Bug Fixes
- flatten metadata
-
popup: position component correctly when anchor has different offset parent
v2.0.1 (2018-02-13)
Bug Fixes
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v2.0.0 (2018-01-25)
Features
- use pipeable operators from RxJS 5.5
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
v1.3.4 (2018-01-25)
Bug Fixes
- require rxjs <5.5 as peer; Upgrade to latest if using rxjs ^5.5; See https://goo.gl/uvvh8R
v1.3.3 (2018-01-17)
Bug Fixes
- view destroy error
v1.3.2 (2018-01-12)
Bug Fixes
- reposition popup if content is dynamically removed
v1.3.1 (2017-12-13)
Bug Fixes
- reduce number of change detections
- popup: keep popup opened when container edge is reached
v1.3.0 (2017-10-24)
Features
- popup: copy anchor font styling
v1.2.4 (2017-10-20)
Bug Fixes
- popup: position correctly when placed in Bootstrap modal
v1.2.3 (2017-10-19)
Bug Fixes
-
popup-service:
- update ComponentRef on internal changes.
- spin change detection manually when OnPush strategy is used.
v1.2.2 (2017-10-12)
Bug Fixes
- accept Angular 5.x as a peer dependency
v1.2.1 (2017-09-11)
Bug Fixes
- use latest kendo-popup-common package
- fixed-popup: remove stacking parent scroll during positioning
v1.2.0 (2017-08-24)
Bug Fixes
- use Renderer2 due to Renderer deprecation.
-
popup:
- add missing fixedPosition option to PopupSettings interface
- detect scrollable parents with overflowX/Y value only
- element is detached from anchor in zoomed iOS device
Features
- popup: allow absolute positioning
v1.1.1 (2017-06-28)
Bug Fixes
- update license
-
popup:
- calc zIndex when anchor is appended to the body via custom service
- use zIndex bigger than the anchor's zindex
v1.1.0 (2017-06-15)
Bug Fixes
- cdn bundle
- copy anchor zIndex styling
- Angular 4.2 compatibility
- bundle build with Angular 4.2
Features
- popup-service: append popup to specific ViewContainerRef
v1.0.2 (2017-06-05)
Bug Fixes
- popup: use negative default offset when open in IE9.
v1.0.1 (2017-05-17)
Bug Fixes
-
popup-service: expose missing popup input and output properties
v1.0.0 (2017-05-04)
Features
- official release
v0.18.0 (2017-05-03)
Features
- PopupService for dynamic creation of popups
v0.17.0 (2017-04-05)
Features
- upgrade to Angular 4.0
v0.16.4 (2017-03-16)
Bug Fixes
-
popup: flip the popup only once
v0.16.3 (2017-03-14)
Bug Fixes
-
popup: check whether the document has 'body'.
v0.16.2 (2017-02-10)
Bug Fixes
- lock TS version to 2.0.x
v0.16.1 (2017-02-03)
Bug Fixes
- normalize offset option based on relative context element
v0.16.0 (2017-01-25)
Features
- render 'k-animation-container-shown' class when popup is opened
v0.15.0 (2017-01-11)
Features
- popup: add open and close events
v0.14.6 (2017-01-09)
Bug Fixes
- popup: popup infinite position loop caused by subpixel difference
v0.14.5 (2016-12-12)
Bug Fixes
- popup: apply anchor offset when positioned in tranformed parent
v0.14.4 (2016-12-12)
Bug Fixes
- popup: position relatively when placed in transformed parent
v0.14.3 (2016-12-06)
Bug Fixes
- dom-service: get relative offset if popup parent is transformed
- position-service: boundary detect relative if parent is transformed
v0.14.2 (2016-11-25)
Bug Fixes
- include ES modules for dependencies
v0.14.1 (2016-11-23)
Bug Fixes
- remove reference to theme package
v0.14.0 (2016-11-23)
Features
- add ES module bundle
v0.13.3 (2016-11-18)
Bug Fixes
- build docs bundle
v0.13.2 (2016-11-17)
Bug Fixes
- popup: force re-position when OnPush strategy is used
v0.13.1 (2016-11-16)
Bug Fixes
- popup: update position once content is rendered
v0.13.0 (2016-11-10)
Features
- align-service: remove scroll position when anchor is not defined
-
dom-service:
- add method that returns scrollable parents
- add boundingOffset method
- add getWindow method
-
popup:
- add anchorViewportLeave event
- reposition popup on scroll or resize
- resize-service: notify when window is resized
- scrollable-service: add service that listens to scrollable parents
v0.12.0 (2016-10-28)
Features
- universal rendering support
v0.11.0 (2016-10-21)
Features
- add aot support
v0.10.4 (2016-10-13)
Bug Fixes
- dummy commit
v0.9.2 (2016-10-13)
Bug Fixes
- remove broken references to external types
v0.10.3 (2016-10-13)
Bug Fixes
- remove broken references to external types
v0.10.2 (2016-09-28)
Bug Fixes
- make required @angular packages peer dependencies
v0.10.1 (2016-09-22)
Bug Fixes
- update offset when content changes
v0.10.0 (2016-09-15)
Features
- upgrade to Angular 2.0 final
v0.9.1 (2016-09-14)
Bug Fixes
- downgrade TypeScript to 1.8
v0.9.0 (2016-09-10)
Initial Release
It includes the the Popup component.