Skip to content

Releases: Esri/calcite-web

v0.7.0

09 Jun 23:26
Compare
Choose a tag to compare
  • General documentation improvements/updates

Added

  • input-group component
  • action-bar component

v0.6.1

08 Jun 22:01
Compare
Choose a tag to compare

Added

  • Badges

Modified

  • icon font as baked-in padding right

v0.6.0

05 Jun 16:46
Compare
Choose a tag to compare

Fixed

  • Modals not blurry

Modified

  • .text-rule color is now the same as <hr>
  • <hr> elements now have slightly less margin top and bottom
  • sub-nav-title is no longer floated left (enables larger banner-like subnavs)

Added

  • styled list items by default

Removed

  • .bulleted-list removed as bulleted lists are default

v0.5.2

04 Jun 00:35
Compare
Choose a tag to compare

Added

  • calcite-web/scss/imports for all sass with no css

Modified

  • Inputs have small inset box-shadow

Fixed

  • Fonts now included in dist

Improvements

  • Focus states for form controls now consistent

v0.5.1

03 Jun 21:44
Compare
Choose a tag to compare

Added

  • .grid-full for opt-in to 26 column system
  • Block groups to 8 up

Modified

  • Default grid behavior centers column-24 on large screen sizes
  • Changed edge padding back to .04vw from 0.01.vw

v0.5.0

02 Jun 18:16
Compare
Choose a tag to compare

Added

  • First version of icon font
  • $font-path variable for configuration of font folder

Modified

  • Updated Patterns Color dependency to v0.1.1
  • Calcite color icons now referenced with icon-calcite- and icon-calcite-large icon classes

Removed

  • Removed vecticons in favor of icon font

v0.4.0

29 May 17:59
Compare
Choose a tag to compare

Added

  • Social media icons
  • $image-path variable for configuration of image folder
  • calcite.toggleClass() exposed on public calcite-web.js api

Breaking Changes

  • removed calcite.getAttr() as Element.getAttribute() support is IE8+

v0.3.1

27 May 18:22
Compare
Choose a tag to compare

Improvements

  • calcite-web.js patterns can be passed a specific dom node as context when they are initialized.
  • Updated JavaScript documentation
  • Proper registration as CommonJS module

v0.3.0

26 May 16:50
Compare
Choose a tag to compare

Improvements

  • Removed ~ 230 LOC from calcite-web.js

Fixed

  • Fixed interpolation of variables in the keyframes mixin
  • Fixed modals always closing on any click if open
  • Document modals properly

Modified

  • Increase large breakpoint to 1450px
  • add extra-large-leader-n
    • trailer
    • padding-leader
    • padding-trailer
  • add extra-large-column-n to 36 columns
  • Remove container-max and container-min
  • extra-large-hide and -only

Removed

  • remove carousel pattern (will be its own project)

v0.2.3

15 May 20:37
Compare
Choose a tag to compare

Modified

  • Pair Avenir Demi with Avenir Light for default strong
    behavior
  • Clicking in drawer while drawer is open will not close drawer

Fixed

  • fix dropdowns in IE9