@ncstate/sat-popover
Advanced tools
Changelog
5.0.0 schmock-frock
@angular/{core,common,cdk}
are now set to ^9.0.4
.Changelog
4.0.0 quarrel-squirrel
@angular/{core,common,cdk}
are now set to ^8.0.0
.semver
protocol.Changelog
3.3.0 vigorous-tigress (obsoleted with v4.0.0)
@angular/{core,common,cdk}
are now set to ^8.0.0
.Changelog
3.2.0 yttrium-atrium
SatPopoverHoverDirective
which provides built in hover and delay mechanics (thank you @Abrissirba!). Add the directive
to any child element of the anchor and supply an optional delay.Changelog
3.1.0 cactus-malpractice
restoreFocus
property.realign
/realignPopover
methods to realign the popover to
the anchor in case the anchor's size or position changes.getElement
method for getting the anchor's elementRef
.open
and openPopover
methods now support an optional SatPopoverOpenOptions
object where
autoFocus
and restoreFocus
options can be set while opening the popover. Note that these
options do no take precendence over the component inputs. For example, if restoreFocus
is set to false
either in the open options or via the component input, focus will not be restored.Changelog
3.0.0 reliance-compliance
Peer dependencies of @angular/{core,common,cdk}
are now set to ^7.0.0
.
Changelog
2.1.1 daybreak-cheesecake
Changelog
2.1.0 refactor-benefactor
SatPopoverAnchoringService
is now exposed as part of the public api. This allows you to
build your own directives and services to anchor popovers to any element. An easier-to-use
service is forthcoming.@angular/cli
for the build/test toolchain. This thankfully gets rid of
a bunch of the hokey build scripts and will ease future development. There should be no
change from the end-user's perspective.Changelog
2.0.0 linchpin-luncheon
Peer dependencies of @angular/{core,common,cdk}
are now set to ^6.0.0
.
Changelog
2.0.0-beta.0 unanimous-uniform
Peer dependencies of @angular/{core,common,cdk}
are now set to >=6.0.0-rc.0 <7.0.0
. These will be
updated to ^6.0.0
in the popover's 2.0.0
release.