Skip to content

Releases: Esri/calcite-bootstrap

v0.3.4

10 Jan 20:50
Compare
Choose a tag to compare

Fixed

  • Bumped bootstrap-sass, to allow use of jquery 3.x
  • Fixed bug in the _variables.scss file, there are two vars with dashes that should be underscores

v0.3.3

03 Jun 19:41
Compare
Choose a tag to compare

Added

  • grunt clean removes the generated docs (#261).
  • added !default to entries in _variables.scss

Removed

  • Removed all !important tags in .scss files inside Calcite directory.

Fixed

  • Bug where the ".btn-default" elements' ":active" styling is applied to its active children instead of itself (#257).
  • Restore Bootrap's validation state styling (#201).
  • A clean build omits Calcite stylesheets from the generated docs (#259).

v0.3.2

04 Apr 17:38
Compare
Choose a tag to compare

Changed

  • Bug fixes that was causing styling rules to be overwritten by core on navbar, nav-tabs and dropdown menus.
  • Updated Bootstrap Sass dependency to 3.3.6 to fix breadcrumb bug

v0.3.1

31 Mar 18:42
Compare
Choose a tag to compare

Changed

  • Bug fix that was causing build to fail on npm module.

v0.3.0

31 Mar 18:28
Compare
Choose a tag to compare

Changed

  • Lots of style changes to the navbar. Default height is now 65px, up from 50px. On hover the accent bar is now below the link instead of above. Tightened up the padding and margin on links significantly. This also makes the accent bar only the width of the text above it. Added custom rule for padding on the active links.
  • Styling changes to dropdowns include adding border between menu items, changing the background color on hover to $Calcite_Gray_100, changing the link and link-hover colors to $Calcite_Gray_200, changed the menu border color to match item border color, lighten box-shadow of menu, tighten up padding around menu items and menu headers.
  • Added new styling for having icons within form controls. Removed box-shadow from normal form-control states.
  • Removed media-query in navbar-custom to reduce font-size at small viewports.
  • Styling changes to Calcite-Header include changing background colors for tab and tab hover, adding spacing between tabs, color of hover accent bar
  • Fixed compile issue in loader.scss where avenir-regular could not be extended

v0.2.12

22 Mar 18:30
Compare
Choose a tag to compare

Changed

  • Removed old notes file and updated NPM command

v0.2.11

22 Mar 17:21
Compare
Choose a tag to compare

Changed

  • Changed background color on hover for .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning and .btn-danger to the darker colors as used in Calcite Web
  • Changed color values for $brand-success and $brand-danger variables to match what is used in Calcite Web
  • Removed !important off of .btn-default
  • Updated product name throughout to be consistent with other Calcite products.
  • On cards-custom, added &:focus and &:active classes to hover for better accessability
  • Changed .cards-list > li padding by 2px in order to make them flow better
  • Noted in theme.html that adding onclick="" to the div will fix mobility issue for a first pass

v0.2.10

02 Mar 18:32
Compare
Choose a tag to compare

Changed

  • Removed scss file for Calcite fonts and replaced import with direct fast.fonts url.
  • Color for links was too dark to pass accessibility. Value for $link-color variable was changed.
  • Custom Cards pattern added. Example

v0.2.9

12 Feb 18:53
Compare
Choose a tag to compare

Added

  • Calcite Dark colors finalized
  • Consolidated custom variable definitions into _variables.scss file.

    Changed

  • Class to center text in the footer now works in both container types.

v0.2.8

12 Feb 18:31
Compare
Choose a tag to compare

Changed

  • bumped version to address problem deleting a bad build released as 0.2.7. Even after npm unpublish-ing it, I could not re-publish a new 0.2.7.