Popup (Archive)
5.0.2
2022-11-17
Bug Fixes
- mark as compatible with Angular v15
 - accept kendo-angular-dialog as dev dependency
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 - @progress/kendo-theme-fluent: ^5.8.0
 
5.0.1
2022-10-26
Bug Fixes
- add fluent theme to supported themes list
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 - @progress/kendo-theme-fluent: ^5.8.0
 
5.0.0
2022-04-20
Features
- update to Angular v12
 - mark as compatible with Angular v14
 
Breaking Changes
- No longer compatible with Angular v8 - 11
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 
4.0.6
2022-03-29
Bug Fixes
- extend type of anchor property
 - exclude rxjs/operators from CDN bundles
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 
4.0.5
2022-03-02
Bug Fixes
- cdn bundles global imports
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 
4.0.4
2022-01-19
Bug Fixes
- install kendo-theme-default v5 using ng add
 - bump theme dependencies to v5
 
Supported themes
- @progress/kendo-theme-bootstrap: ^5.0.0
 - @progress/kendo-theme-default: ^5.0.0
 - @progress/kendo-theme-material: ^5.0.0
 
4.0.3
2022-01-04
Bug Fixes
- reposition code run after content change detection run
 
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
 - @progress/kendo-theme-default: ^4.21.0
 - @progress/kendo-theme-material: ^3.18.0
 
4.0.2
2021-11-03
Bug Fixes
- add support for RxJS 7
 - mark as compatible with Angular 13
 
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
 - @progress/kendo-theme-default: ^4.21.0
 - @progress/kendo-theme-material: ^3.18.0
 
4.0.1
2021-05-05
Bug Fixes
- update ng-add schema
 - mark as compatible with Angular v12
 
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
 - @progress/kendo-theme-default: ^4.21.0
 - @progress/kendo-theme-material: ^3.18.0
 
4.0.0
2020-12-16
Bug Fixes
- add homepage URL
 
Features
- drop support for Angular 6 and 7
 - enable licensing
 
Breaking Changes
- 
Requires Angular 8.x and TypeScript 3.4.x
 - 
Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
 
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
 - @progress/kendo-theme-default: ^4.21.0
 - @progress/kendo-theme-material: ^3.18.0
 
3.0.7
2020-11-11
Bug Fixes
- add Angular 11 to peer dependencies
 - update release notes
 
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
 - @progress/kendo-theme-default: ^4.21.0
 - @progress/kendo-theme-material: ^3.18.0
 
3.0.6
2020-06-25
Bug Fixes
- mark as compatible with Angular 10
 
3.0.5
2020-01-20
Bug Fixes
- mark as compatible with Angular 9.x
 
3.0.4
2019-11-26
Bug Fixes
- popup position if content size is changed without change detection
 
3.0.3
2019-11-18
Bug Fixes
- ivy: error when destroying popup
 
3.0.2
2019-11-15
Bug Fixes
- ivy: error when opening popup
 
3.0.1
2019-07-19
Bug Fixes
- error when document.body is null
 
3.0.0
2019-06-21
Features
- Update to RxJS 6
 
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
 - New peer dependency @progress/kendo-angular-common.
 - Angular 4 and 5 are no longer supported.
 
2.6.0
2019-05-30
Bug Fixes
- mark as compatible with Angular 8
 
Features
- support document scale
 - add flat ES module bundles
 
2.5.0
2018-10-19
Features
- mark as compatible with Angular 7.x
 
2.4.2
2018-09-04
Bug Fixes
- stale dependencies in browser bundle
 
2.4.1
2018-06-11
Bug Fixes
- popup-service: skip popup destroy if already destroyed
 
2.4.0
2018-05-29
Bug Fixes
- trigger anchorViewportLeave only when the entire anchor has left the viewport
 - collision fit does not work if popup element has transition
 - flip popup if positioned before the viewport
 - popup should take scrollbar into account
 - popup: check popup visibility only when the target is parent
 
Features
- add flip info to positionChange arguments
 - support for specifying element as scrollable
 
2.3.0
2018-05-09
Bug Fixes
- mark module as side-effects free
 - mark as compatible with Angular 6.x, RxJS 6.x
 
Features
- Schematics support
 
2.2.0
2018-04-17
Bug Fixes
- popupRef close does not remove the element if the change detection is not trigge
 - add PopupAnimation to PopupSettings animate
 - set initial position without delay
 - popup: add Margin option to the PopupSettings interface
 
Features
- emit a positionChange event
 - popup: add support for margin offset
 
2.1.0
2018-03-20
Features
- add support for different animation types and direction
 
2.0.2
2018-02-27
Bug Fixes
- flatten metadata
 - popup: position component correctly when anchor has different offset parent
 
2.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
 
2.0.0
2018-01-25
Features
- use pipeable operators from RxJS 5.5
 
Breaking Changes
- Peer dependencies changed; Requires rxjs@^5.5.0
 
1.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
 
1.3.3
2018-01-17
Bug Fixes
- view destroy error
 
1.3.2
2018-01-12
Bug Fixes
- reposition popup if content is dynamically removed
 
1.3.1
2017-12-13
Bug Fixes
- reduce number of change detections
 - popup: keep popup opened when container edge is reached
 
1.3.0
2017-10-24
Features
- popup: copy anchor font styling
 
1.2.4
2017-10-20
Bug Fixes
- popup: position correctly when placed in Bootstrap modal
 
1.2.3
2017-10-19
Bug Fixes
- popup-service:
- update ComponentRef on internal changes.
 - spin change detection manually when OnPush strategy is used.
 
 
1.2.2
2017-10-12
Bug Fixes
- accept Angular 5.x as a peer dependency
 
1.2.1
2017-09-11
Bug Fixes
- use latest kendo-popup-common package
 - fixed-popup: remove stacking parent scroll during positioning
 
1.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
 
1.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
 
 
1.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
 
1.0.2
2017-06-05
Bug Fixes
- popup: use negative default offset when open in IE9.
 
1.0.1
2017-05-17
Bug Fixes
- popup-service: expose missing popup input and output properties
 
1.0.0
2017-05-04
Features
- official release
 
0.18.0
2017-05-03
Features
- PopupService for dynamic creation of popups
 
0.17.0
2017-04-05
Features
- upgrade to Angular 4.0
 
0.16.4
2017-03-16
Bug Fixes
- popup: flip the popup only once
 
0.16.3
2017-03-14
Bug Fixes
- popup: check whether the document has 'body'.
 
0.16.2
2017-02-10
Bug Fixes
- lock TS version to 2.0.x
 
0.16.1
2017-02-03
Bug Fixes
- normalize offset option based on relative context element
 
0.16.0
2017-01-25
Features
- render 'k-animation-container-shown' class when popup is opened
 
0.15.0
2017-01-11
Features
- popup: add open and close events
 
0.14.6
2017-01-09
Bug Fixes
- popup: popup infinite position loop caused by subpixel difference
 
0.14.5
2016-12-12
Bug Fixes
- popup: apply anchor offset when positioned in tranformed parent
 
0.14.4
2016-12-12
Bug Fixes
- popup: position relatively when placed in transformed parent
 
0.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
 
0.14.2
2016-11-25
Bug Fixes
- include ES modules for dependencies
 
0.14.1
2016-11-23
Bug Fixes
- remove reference to theme package
 
0.14.0
2016-11-23
Features
- add ES module bundle
 
0.13.3
2016-11-18
Bug Fixes
- build docs bundle
 
0.13.2
2016-11-17
Bug Fixes
- popup: force re-position when OnPush strategy is used
 
0.13.1
2016-11-16
Bug Fixes
- popup: update position once content is rendered
 
0.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
 
0.12.0
2016-10-28
Features
- universal rendering support
 
0.11.0
2016-10-21
Features
- add aot support
 
0.10.4
2016-10-13
Bug Fixes
- dummy commit
 
0.10.3
2016-10-13
Bug Fixes
- remove broken references to external types
 
0.10.2
2016-09-28
Bug Fixes
- make required @angular packages peer dependencies
 
0.10.1
2016-09-22
Bug Fixes
- update offset when content changes
 
0.10.0
2016-09-15
Features
- upgrade to Angular 2.0 final
 
0.9.2
2016-10-13
Bug Fixes
- remove broken references to external types
 
0.9.1
2016-09-14
Bug Fixes
- downgrade TypeScript to 1.8
 
0.9.0
2016-09-13
Initial Release
It includes the the Popup component.