Update ng2-bootstrap to version 1.1.16 🚀 #472

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-ng2-bootstrap-1.1.16 into development
greenkeeperio-bot commented 2016-10-26 22:20:45 +00:00 (Migrated from github.com)

Hello lovely humans,

ng2-bootstrap just published its new version 1.1.16.

State Update 🚀
Dependency ng2-bootstrap
New version 1.1.16
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 15 commits .

  • eaba9ca 1.1.16
  • 49dd07f fix(pagination): temporary disabled pageBtnClass option
  • d7f6335 1.1.15
  • 235215c feat(pagination): allow setting of a custom css class on
  • (#1115)
  • f74c1fb Fixed modal onShow (#1155)
  • 859afb2 feat(datepicker): Added configurable limit for amount of items displayed in a single row of monthpicker and yearpicker (#1141)
  • 0fd0a80 fix(tooltip): fix appendToBody tooltip positioning (#1158) (#1159)
  • c6da387 fix(tooltip): fix delayed tooltip display (#1156) (#1161)
  • c298c45 chore(package): after merge fixup
  • d56f560 feat(e2e): added more e2e test
  • b38af94 chore(package): update typescript to version 2.0.6 (#1165)
  • 7e233b1 feat(tooltip): Make appendToBody work in Tooltip (#1074)
  • 045573b fix(doc): formatYear instead of formatMear for the datepicker (#1126)
  • a3985c1 fix(modal): hide bug in #1144 (#1147)
  • fe6ad23 chore(docs): change log clean up

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.16. <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.16 </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 15 commits . - [`eaba9ca`](https://github.com/valor-software/ng2-bootstrap/commit/eaba9cab9d64450063e1e18249ee3359badc89f4) <code>1.1.16</code> - [`49dd07f`](https://github.com/valor-software/ng2-bootstrap/commit/49dd07fdc6535379688902ffef8fcdd078f6df9a) <code>fix(pagination): temporary disabled pageBtnClass option</code> - [`d7f6335`](https://github.com/valor-software/ng2-bootstrap/commit/d7f6335415638adb31bd4e5545e1e3875a942ae1) <code>1.1.15</code> - [`235215c`](https://github.com/valor-software/ng2-bootstrap/commit/235215c52c11e5bd0cc8550a10e06d1c3ab72458) <code>feat(pagination): allow setting of a custom css class on <li> (#1115)</code> - [`f74c1fb`](https://github.com/valor-software/ng2-bootstrap/commit/f74c1fb69ba2e0fddbe53dc57358f6430da4fe8e) <code>Fixed modal onShow (#1155)</code> - [`859afb2`](https://github.com/valor-software/ng2-bootstrap/commit/859afb24fa898f70d67fc08084b99e9ad9f0d958) <code>feat(datepicker): Added configurable limit for amount of items displayed in a single row of monthpicker and yearpicker (#1141)</code> - [`0fd0a80`](https://github.com/valor-software/ng2-bootstrap/commit/0fd0a80cbac669e01695c2434f91ab0fa41eb596) <code>fix(tooltip): fix `appendToBody` tooltip positioning (#1158) (#1159)</code> - [`c6da387`](https://github.com/valor-software/ng2-bootstrap/commit/c6da3876690c858e7a9f5fee14a41f560e1c8529) <code>fix(tooltip): fix delayed tooltip display (#1156) (#1161)</code> - [`c298c45`](https://github.com/valor-software/ng2-bootstrap/commit/c298c45978af760cd5cd6345793aefa7479a70ba) <code>chore(package): after merge fixup</code> - [`d56f560`](https://github.com/valor-software/ng2-bootstrap/commit/d56f56085bbe9f1424822fd93565dae52547ccdf) <code>feat(e2e): added more e2e test</code> - [`b38af94`](https://github.com/valor-software/ng2-bootstrap/commit/b38af94a342bdd6c6f24a94b0795b9a63821ab20) <code>chore(package): update typescript to version 2.0.6 (#1165)</code> - [`7e233b1`](https://github.com/valor-software/ng2-bootstrap/commit/7e233b1054b65b3ed44970df864f8c11f45f269d) <code>feat(tooltip): Make `appendToBody` work in Tooltip (#1074)</code> - [`045573b`](https://github.com/valor-software/ng2-bootstrap/commit/045573bd8f40f680308aaeecfe75f03b34f2eb50) <code>fix(doc): formatYear instead of formatMear for the datepicker (#1126)</code> - [`a3985c1`](https://github.com/valor-software/ng2-bootstrap/commit/a3985c145a37c2f5dfafa85261d87e2bdefa973d) <code>fix(modal): hide bug in #1144 (#1147)</code> - [`fe6ad23`](https://github.com/valor-software/ng2-bootstrap/commit/fe6ad23f60ba9c7dbd26f3232a7fcc25d80acc90) <code>chore(docs): change log clean up</code> See the [full diff](https://github.com/valor-software/ng2-bootstrap/compare/58bcb36f4ebcf64d99554202d78865e3aaf4f287...eaba9cab9d64450063e1e18249ee3359badc89f4). --- 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#472