Releases: Esri/calcite-web
Releases · Esri/calcite-web
v0.7.0
- General documentation improvements/updates
Added
input-group
componentaction-bar
component
v0.6.1
Added
- Badges
Modified
- icon font as baked-in padding right
v0.6.0
Fixed
- Modals not blurry
Modified
.text-rule
color is now the same as<hr>
<hr>
elements now have slightly less margin top and bottomsub-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
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
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
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-
andicon-calcite-large
icon classes
Removed
- Removed vecticons in favor of icon font
v0.4.0
Added
- Social media icons
$image-path
variable for configuration of image foldercalcite.toggleClass()
exposed on public calcite-web.js api
Breaking Changes
- removed
calcite.getAttr()
asElement.getAttribute()
support is IE8+
v0.3.1
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
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
andcontainer-min
extra-large-hide
and-only
Removed
- remove carousel pattern (will be its own project)
v0.2.3
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