[
https://issues.apache.org/jira/browse/METRON-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694857#comment-16694857
]
ASF GitHub Bot commented on METRON-1873:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1267#discussion_r235437430
--- Diff: metron-interface/metron-config/package.json ---
@@ -40,14 +40,14 @@
"@types/node": "^10.9.4",
"@types/tether": "^1.1.27",
"ace-builds": "^1.2.5",
- "bootstrap": "4.0.0-alpha.5",
+ "bootstrap": "^4.1.3",
"core-js": "^2.5.7",
"font-awesome": "^4.6.3",
"jquery": "^3.3.1",
"karma-phantomjs-launcher": "^1.0.4",
+ "popper.js": "^1.14.4",
--- End diff --
Oops. Way ahead of me! Looks reasonable.
> Update Bootstrap version in Management UI
> -----------------------------------------
>
> Key: METRON-1873
> URL: https://issues.apache.org/jira/browse/METRON-1873
> Project: Metron
> Issue Type: Bug
> Reporter: Shane Ardell
> Priority: Major
>
> We are currently using an alpha version of Bootstrap v4. We should update to
> the latest stable release (v4.1.3) for a couple of reasons. There were
> breaking changes between the alpha and stable release that make it impossible
> for us to use angular ports of Bootstrap like ng-bootstrap. In addition,
> there are quite a few features and fixes we would want in our project. The
> list is long, but if you're curious, [take a look at the
> changelog|https://github.com/twbs/bootstrap/releases].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)