Releases: Esri/calcite-web
Releases · Esri/calcite-web
v0.10.5
Added
.link-light-blue
Fixed
- Style links inside of panels
- Pre and Post scoping properly
v0.10.4
Fixed
.esri-logo
uses$image-path
instead of hard-coded location
v0.10.3
Fixed
- Columns collapse properly without a max-width
- Minor documentation fixes
- Sticky.js no longer relies on scroll, solving window resize bugs
Added
- Multiple languages for type treatments
- Cyrillic font face declarations
- More intentional responsive design for subnav pattern
Removed
- Removed the
max-width
declaration in thecolumn
andcolumn-width
mixins
v0.10.2
Modified
- Tabs get same style on hover and focus
inline
helper class is now namedinline-block
- Links now have
text-decoration: underline
on hover instead of cool background hack - Updated footer with legal copyright information
- List style type disc rather than circle
Added
list-plain
for plain unordered lists (no bullets)
Fixed
- Fix bug with columns inside panels
v0.10.1
Modified
- Fix Bugs
v0.10.0
Modified
- No button borders except on hover
- Darken button colors for accessibility.
- Top Nav finalized
Added
btn-white
placeholder
mixin- Site Search pattern
Removed
btn-orange
v0.9.2
Modified
- Sample code for form input include text for accessibility.
- Minor doc fixes
- Tab hover moved to above element
- Top nav active state above element
- Top nav hover blue
- Top nav font size one step down scale
v0.9.1
- Accordion meets accessibility requirements
- Tabs meet accessibility requirements
v0.9.0
Added
- Documentation and structural patterns have proper
aria-role
and other required attributes - Grid documentation for large columns
- Updated type documentation
- Skip to Content component
Modified
imports
is now accessed atcalcite-web/imports
- Links darker blue, with underline on hover
- Alert text color transparent black
- Icon font setting font family on
:before
- Modal meets accessibility requirements
- Drawer meets accessibility requirements
- Dropdown meets accessibility requirements
- Icon font standardized, more icons added
Fixed
$generate-css: false
now generates no CSS
v0.8.0
Modified
- Removed margin-top on
sub-nav-list
- Fix accordion hover
- Side-nav and accordion borders fixed in all states
- Tighten up sub-nav vertically
- Panels have padding and border by default
- Improve panel colors
- Improve vertical-spacing of sub-nav
Added
- Automatically remove margin-bottom on the last element in a panel
panel-no-border
andpanel-no-padding
classes for panels- Add
is-active
state for side navigation