Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-bootstrap-confirm

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-bootstrap-confirm - npm Package Versions

23

2.5.1

Diff

Changelog

Source

2.5.1 (2017-04-12)

Bug Fixes

  • npm: use main field instead of browser for module entry point (7bcf94e)

<a name="2.5.0"></a>

Features

  • animation: add animation support (5229a30), closes #32

<a name="2.4.1"></a>

mattlewis92
published 2.5.0 •

Changelog

Source

2.5.1 (2017-04-12)

Bug Fixes

  • npm: use main field instead of browser for module entry point (7bcf94e)

<a name="2.5.0"></a>

Features

  • animation: add animation support (5229a30), closes #32

<a name="2.4.1"></a>

mattlewis92
published 2.4.1 •

Changelog

Source

2.4.1 (2016-10-05)

Bug Fixes

  • ensure the popover is always destroyed after its loaded (1f4e81d), closes #31
  • remove dependency on bootstrap (76cff9c), closes #30

<a name="2.4.0"></a>

mattlewis92
published 2.4.0 •

Changelog

Source

2.4.0 (2016-09-25)

Features

  • customTemplate: allow passing local values to the confirm and cancel outputs (b3e650c)

<a name="2.3.0"></a>

mattlewis92
published 2.3.0 •

Changelog

Source

2.3.0 (2016-06-15)

Features

  • bootstrap4: add bootstrap 4 popover classes (4557217)
  • popoverClass: allow a custom CSS class to be set on the popover (6863067), closes #25

<a name="2.2.0"></a>

mattlewis92
published 2.2.0 •

Changelog

Source

2.2.0 (2016-06-08)

Features

  • isOpen: warn the user when attempting to assign the value to a boolean value (3243b8f), closes #24

<a name="2.1.0"></a>

mattlewis92
published 2.1.0 •

Changelog

Source

2.1.0 (2016-05-06)

Features

  • buttons: allow the confirm or cancel buttons to be hidden (975f053), closes #22

<a name="2.0.0"></a>

mattlewis92
published 2.0.0 •

Changelog

Source

2.0.0 (2016-05-01)

Features

  • focusButton: allow either the confirm or cancel button to be focused when the popover is open (a1328a7), closes #20
  • isolateScope: the directive no longer requires an isolate scope (72ce933)

BREAKING CHANGES

  • focusButton: focus-confirm-button has been removed and replaced with focus-button

Now by default neither button will be focused, compared to previously where the confirm button would always be focused.

Before:

<button mwl-confirm focus-confirm-button="true"></button>

After:

<button mwl-confirm focus-button="confirm"></button>

Can also be configured globally with setting the focusButton property of the confirmationPopoverDefaults to either confirm or cancel like so:

.run(function(confirmationPopoverDefaults) {
  confirmationPopoverDefaults.focusButton = 'confirm'; // restore the old behaviour in 1.x
});
  • isolateScope: The directive will only function as an attribute directive and not an element directive. This was undocumented so shouldn't affect any apps

The template has also changed, so if you were using a custom template then you will need to update it.

<a name="1.0.1"></a>

mattlewis92
published 1.0.1 •

Changelog

Source

1.0.1 (2016-04-20)

Bug Fixes

  • mark focusConfirmButton and isDisabled as optional (7c3dc30)
  • isOpen: only update isOpen when the popover visibility is actually changed (6d78209), closes #18

<a name="1.0.0"></a>

mattlewis92
published 1.0.0 •

Changelog

Source

1.0.0 (2015-12-16)

Features

  • Stable API!
  • focus-confirm-button: Rename handle-focus option to focus-confirm-button (6455cc2)

BREAKING CHANGES

  • focus-confirm-button: The handle-focus directive option has been renamed to focus-confirm-button.

confirmationPopoverDefaults.handleFocus has been renamed to confirmationPopoverDefaults.focusConfirmButton

<a name="0.7.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc