Skip to content

Releases: ncstate-sat/popover

whatza-pizza

29 Jun 12:51
e2ef272
Compare
Choose a tag to compare

6.0.0 whatza-pizza

Breaking Changes (aka Features)

  • Peer dependencies of @angular/{core,common,cdk} are now set to ^10.0.*.

schmock-frock

27 Jun 20:13
01c6130
Compare
Choose a tag to compare

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

28 Jun 16:05
8e2915c
Compare
Choose a tag to compare

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

25 Jun 16:28
88954af
Compare
Choose a tag to compare

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

07 Feb 18:24
bbf0c93
Compare
Choose a tag to compare

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

03 Jan 16:18
ab4eceb
Compare
Choose a tag to compare

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's elementRef.
  • The 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.

reliance-compliance

30 Oct 18:03
4f964f3
Compare
Choose a tag to compare

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

30 May 20:48
c37f5e9
Compare
Choose a tag to compare

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

30 May 20:23
2fa12ec
Compare
Choose a tag to compare

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

09 May 17:22
2ee6a9e
Compare
Choose a tag to compare

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.