Releases: Esri/calcite-web
Releases · Esri/calcite-web
v1.2.5
Fixes
- update web font CDN link for more permament fix to Arabic type
- remove
nowrap
for buttons to fix responsive designs (#1063)
- open/close accordions with space bar (#1062)
- fix RTL styles for input-search (#1061)
v1.2.4
Fixes
- fix Arabic text in Microsoft Edge
- restore outline to
btn-link
class (#1052)
v1.2.3
Fixes
- fix dropdown arrow keys with hidden elements (#1050)
v1.2.2
Fixes
- Fixes for switch and radio group
- Updates positioning mixin
- Updates checkbox and radio alignment in Edge
v1.2.1
Added
- New mixins for RTL support: border-left, border-right, border-left-color, border-right-color, position-left, position-right
v1.2.0
Added
radio-group
component (#762)
- Improve handling of input validation for RTL (#990)
Fixed
- Error thrown from
calcite-web.js
when not using search UI (#992)
- Ensure skip to content link is accessible and visible (#995)
- Fix accessibility issues in dropdowns (#989)
v1.1.0
Added
overflow-scroll
class for forcing scroll bars
Fixes
- improve keyboard accessibility of tabs pattern (#981)
- improve aria markup of accordion pattern (#978)
- don't allow scroll of content behind drawer or modal
Updates
- use new search icon for search field (#979)
- Fix
.toggle-switch-input
cascade (#977)
html
element now uses overflow:auto
instead of forcing a scroll bar (#980)
v1.0.3
Fixes
- fix diacritical marks in Hebrew (#966)
- allow override of
$vw-ratio
variable (#960)
- use
$dark-green
for green labels to pass WCAG 2.0 AA requirements (#969)
- fix modal toggles when toggle has child element (#953)
v1.0.2
Fixes
- remove unused grid configuration variables (#836)
- fixed modal/overlay positioning in Edge (#932)
- fixed filter dropdown rtl display and alignment (#941)
- fixed scroll bar positioning on modal open (#945)
- added RTL support for accordion caret icons (#950)
- fixed rebinding of modal events (#956)
v1.0.1
Fixes
- fix baseline in Edge (#929)
- remove
border-collapse: auto
from table-no-table
class