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

angular2-bootstrap-confirm

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-bootstrap-confirm - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

30

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.8.1"></a>
## [0.8.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.8.0...v0.8.1) (2016-07-02)
<a name="0.8.0"></a>

@@ -20,14 +25,2 @@ # [0.8.0](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.7.0...v0.8.0) (2016-07-02)

* mwlFocus: focusOn has been removed in favour of binding directly to the mwlFocus selector. Only relevant if using a custom template.
Before:
```
mwlFocus [focusOn]="condition"
```
After
```
[mwlFocus]="condition"
```
* mwlFocus: the mwlFocus selector has changed from `mwl-focus` to `mwlFocus`. Only relevant if using a custom template.
* mwlConfirm: the CSS selector of the directive has changed from `mwl-confirm` to `mwlConfirm`

@@ -54,4 +47,17 @@ * You must now add a `precompile: [ConfirmPopover]`, to any components metadata that uses the confirm

* mwlFocus: focusOn has been removed in favour of binding directly to the mwlFocus selector. Only relevant if using a custom template.
Before:
```
mwlFocus [focusOn]="condition"
```
After
```
[mwlFocus]="condition"
```
* mwlFocus: the mwlFocus selector has changed from `mwl-focus` to `mwlFocus`. Only relevant if using a custom template.
<a name="0.7.0"></a>

@@ -58,0 +64,0 @@ # [0.7.0](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.6.0...v0.7.0) (2016-07-01)

4

package.json
{
"name": "angular2-bootstrap-confirm",
"version": "0.8.0",
"version": "0.8.1",
"description": "An angular2 bootstrap confirmation popover",

@@ -22,3 +22,3 @@ "main": "./angular2-bootstrap-confirm.js",

"prerelease": "npm test",
"release": "standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm run build:position && npm publish",
"release": "git pull && standard-version --first-release && git push --follow-tags origin master && npm run build:dist && npm run build:position && npm publish",
"postrelease": "npm run clean && npm run gh-pages"

@@ -25,0 +25,0 @@ },

Sorry, the diff of this file is not supported yet

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