Update ng2-bootstrap to version 1.1.8 🚀 #438

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-ng2-bootstrap-1.1.8 into development
greenkeeperio-bot commented 2016-10-05 13:58:50 +00:00 (Migrated from github.com)

Hello lovely humans,

ng2-bootstrap just published its new version 1.1.8.

State Update 🚀
Dependency ng2-bootstrap
New version 1.1.8
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ng2-bootstrap.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 34 commits .

  • 6f2517c 1.1.8
  • c96ffd3 fix(buttons): all @Input() fields should be public
  • c5faac2 1.1.7
  • 3eaa9ad fix(module): class exports added back
  • 8b902f6 chore(readme): links fixed
  • 711c696 1.1.6
  • 6993e97 fix(export): removed obsolete exports to avoid missusage
  • 4207193 chore(docs): demo page updated
  • d20ccf1 fix(univeral): added hacks for missing type keywords
  • e4c4004 chore(buttons): tests need a lot of love
  • d1fdaf2 chore(demo): fixed carousel size
  • 99f15c8 fix(utils): now attach to body should work for mixed ng1+ng2 apps
  • 5d51939 feat(buttons): update radio button directive to work with ReactiveForms
  • ad2c5a6 fix(slider): Slide shouldnt enforce text alignment (#824)
  • 650b4f7 feat(tooltip): added tooltipStateChanged and exporting the directive (#939)

There are 34 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [ng2-bootstrap](https://www.npmjs.com/package/ng2-bootstrap) just published its new version 1.1.8. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> ng2-bootstrap </td> </tr> <tr> <th align=left> New version </td> <td> 1.1.8 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of ng2-bootstrap. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 34 commits . - [`6f2517c`](https://github.com/valor-software/ng2-bootstrap/commit/6f2517c068fd676870a21455bd8c292015c8fcc4) <code>1.1.8</code> - [`c96ffd3`](https://github.com/valor-software/ng2-bootstrap/commit/c96ffd3ee53acc6d701c0fabc87ed1284fdf799b) <code>fix(buttons): all @Input() fields should be public</code> - [`c5faac2`](https://github.com/valor-software/ng2-bootstrap/commit/c5faac292c78ef7e6bf8aa5a225bcdee278745b3) <code>1.1.7</code> - [`3eaa9ad`](https://github.com/valor-software/ng2-bootstrap/commit/3eaa9ad5d2bcac670c48ad6afadb00c67ed285e5) <code>fix(module): class exports added back</code> - [`8b902f6`](https://github.com/valor-software/ng2-bootstrap/commit/8b902f63602e58fda3eb00f22931a4e25526b724) <code>chore(readme): links fixed</code> - [`711c696`](https://github.com/valor-software/ng2-bootstrap/commit/711c696565a1d05d719f48e3b9454a3db827083e) <code>1.1.6</code> - [`6993e97`](https://github.com/valor-software/ng2-bootstrap/commit/6993e979fa2f2fbb145d2b03792c12e0122621da) <code>fix(export): removed obsolete exports to avoid missusage</code> - [`4207193`](https://github.com/valor-software/ng2-bootstrap/commit/4207193f218839af22a7af58fbf4bd07f4cec211) <code>chore(docs): demo page updated</code> - [`d20ccf1`](https://github.com/valor-software/ng2-bootstrap/commit/d20ccf109c9a718823b2eab4f971b3595b04a83f) <code>fix(univeral): added hacks for missing type keywords</code> - [`e4c4004`](https://github.com/valor-software/ng2-bootstrap/commit/e4c40043b0cc27f21c19a6abc2c5a064ae5f2b1b) <code>chore(buttons): tests need a lot of love</code> - [`d1fdaf2`](https://github.com/valor-software/ng2-bootstrap/commit/d1fdaf27bd4ec04d67dbbbab489ea30dd1c8b6fa) <code>chore(demo): fixed carousel size</code> - [`99f15c8`](https://github.com/valor-software/ng2-bootstrap/commit/99f15c826bf0b39e11d69b58979b84d6819026a7) <code>fix(utils): now attach to body should work for mixed ng1+ng2 apps</code> - [`5d51939`](https://github.com/valor-software/ng2-bootstrap/commit/5d51939092386affc28f2f4bdc488b22d28c1205) <code>feat(buttons): update radio button directive to work with ReactiveForms</code> - [`ad2c5a6`](https://github.com/valor-software/ng2-bootstrap/commit/ad2c5a6c4c07f7cd2820408d38589f5ad8587419) <code>fix(slider): Slide shouldnt enforce text alignment (#824)</code> - [`650b4f7`](https://github.com/valor-software/ng2-bootstrap/commit/650b4f717c298c3659ba7ea3a041c3ced89bdd9d) <code>feat(tooltip): added tooltipStateChanged and exporting the directive (#939)</code> There are 34 commits in total. See the [full diff](https://github.com/valor-software/ng2-bootstrap/compare/834cc3b01c0a573cc066f919da15eb95310978e6...6f2517c068fd676870a21455bd8c292015c8fcc4). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#438