You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/08/27 14:12:42 UTC

[myfaces-tobago] 01/02: TOBAGO-1920 Update Bootstrap Version to 4.1.3

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 6bba075221967bc0b5f459790479ab07c97abf1c
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Aug 24 16:24:32 2018 +0200

    TOBAGO-1920 Update Bootstrap Version to 4.1.3
    
    * bootstrap updated
    * nodejs updated
    * set height to 100% for textarea, selectManyListbox and selectManyShuttle only in grid-layout
---
 tobago-core/src/main/resources/scss/_tobago.scss | 8 ++++----
 tobago-theme/pom.xml                             | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tobago-core/src/main/resources/scss/_tobago.scss b/tobago-core/src/main/resources/scss/_tobago.scss
index 88fdbcd..ec9bb42 100644
--- a/tobago-core/src/main/resources/scss/_tobago.scss
+++ b/tobago-core/src/main/resources/scss/_tobago.scss
@@ -303,11 +303,11 @@ XXX workaround for Bootstrap with datetimepicker needed for popups
   border-collapse: collapse;
   grid-column-gap: $spacer-x; // old
   column-gap: $spacer-x;
-}
 
-.tobago-label-container > {
-  .tobago-textarea, .tobago-selectOneChoice, .tobago-selectManyListbox, .tobago-selectManyShuttle {
-    height: 100%;
+  .tobago-label-container > {
+    .tobago-textarea, .tobago-selectManyListbox, .tobago-selectManyShuttle {
+      height: 100%;
+    }
   }
 }
 
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index b82cd5d..43cf5fd 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -27,7 +27,7 @@
   <artifactId>tobago-theme</artifactId>
 
   <properties>
-    <bootstrap.version>4.1.1</bootstrap.version>
+    <bootstrap.version>4.1.3</bootstrap.version>
     <theme.name>undefined-theme-name</theme.name>
   </properties>
 
@@ -88,7 +88,7 @@
                   <url>https://github.com/twbs/bootstrap/archive/v${bootstrap.version}.zip</url>
                   <unpack>true</unpack>
                   <outputDirectory>${project.build.directory}</outputDirectory>
-                  <md5>618559275f196318cc65f6fae87c5f15</md5>
+                  <md5>15016b550b7f78fcd8ff0c5ce5e55ae0</md5>
                 </configuration>
               </execution>
             </executions>
@@ -268,7 +268,7 @@
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v8.11.3</nodeVersion> <!-- contains npm 5.6.0 -->
+              <nodeVersion>v8.11.4</nodeVersion> <!-- contains npm 5.6.0 -->
 
               <!-- optional: Where to download Node.js binary from. Defaults to http://nodejs.org/dist/ -->
               <!--<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>-->