Releases: ncstate-sat/popover
Releases · ncstate-sat/popover
whatza-pizza
6.0.0 whatza-pizza
Breaking Changes (aka Features)
- Peer dependencies of
@angular/{core,common,cdk}
are now set to^10.0.*
.
schmock-frock
5.0.0 schmock-frock
Breaking Changes (aka Features)
- Peer dependencies of
@angular/{core,common,cdk}
are now set to^9.0.4
.
quarrel-squirrel
4.0.0 quarrel-squirrel
Breaking Changes (aka Features)
- Peer dependencies of
@angular/{core,common,cdk}
are now set to^8.0.0
. - Dynamic Anchors are now available. See README for more information on this breaking change.
- No significant changes from v3.3.0, just bumping version via
semver
protocol.
vigorous-tigress
3.3.0 vigorous-tigress
Breaking Changes (aka Features)
- Peer dependencies of
@angular/{core,common,cdk}
are now set to^8.0.0
. - Dynamic Anchors are now available. See README for more information on this breaking change.
yttrium-atrium
3.2.0 yttrium-atrium
Features
- You can now use the
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.
cactus-malpractice
3.1.0 cactus-malpractice
Features
- Focus restoration can now be disabled via the
restoreFocus
property. - The popover/anchor now have
realign
/realignPopover
methods to realign the popover to
the anchor in case the anchor's size or position changes. - The anchor now has a
getElement
method for getting the anchor'selementRef
. - The
open
andopenPopover
methods now support an optionalSatPopoverOpenOptions
object where
autoFocus
andrestoreFocus
options can be set while opening the popover. Note that these
options do no take precendence over the component inputs. For example, ifrestoreFocus
is set tofalse
either in the open options or via the component input, focus will not be restored.
reliance-compliance
3.0.0 reliance-compliance
Breaking Changes
Peer dependencies of @angular/{core,common,cdk}
are now set to ^7.0.0
.
Other
- Build library before tagging release
daybreak-cheesecake
2.1.1 daybreak-cheesecake
Other
- Copy README to published package so it shows up on npm
- Add current version number to the demo/development app
refactor-benefactor
2.1.0 refactor-benefactor
Features
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.
Other
- Internally use the
@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.
linchpin-luncheon
2.0.0 linchpin-luncheon
Breaking Changes
Peer dependencies of @angular/{core,common,cdk}
are now set to ^6.0.0
.
Fixes
- RxJS and CDK rollup globals have been fixed for ng 6 update (thank you @aitboudad!)
Other
- Internally use the FlexibleConnectedPositionStrategy for connected positioning. This uses the
same logic as the ConnectedPositionStrategy did previously, so it should not break or change
any behavior.