Skip to content

Latest commit

 

History

History
600 lines (289 loc) · 28.6 KB

CHANGELOG.md

File metadata and controls

600 lines (289 loc) · 28.6 KB

3.2.2 (2024-02-28)

Bug Fixes

  • remove stray
  • from header (4cb4005)

3.2.1 (2024-02-28)

Bug Fixes

  • open survey response links in a new tab (26ac337)

3.2.0 (2024-02-08)

Features

  • add satisfaction response to request details (48a2aa0)

3.1.6 (2023-10-05)

Bug Fixes

  • community-post-list-page: use
      element to render the list of posts (a11y fix) (ea1bd55)
    • community-topic-page: use
        element to render the list of posts (a11y fix) (6ccd42d)

      3.1.5 (2023-10-05)

      Bug Fixes

      • added aria-current attribute to articles list (3e98445)

      3.1.4 (2023-09-19)

      Bug Fixes

      • article: add aria-label to user navigation (07f4b15)

      3.1.3 (2023-08-25)

      Bug Fixes

      • article: make "Was this article helpful?" h2 (bb5db8f)

      3.1.2 (2023-08-03)

      Bug Fixes

      • fixed request page organization dropdown on mobile (92e67ca)

      3.1.1 (2023-07-31)

      Bug Fixes

      • fixed menue dropdown on mobile (d91d98b)

      3.1.0 (2023-07-19)

      Bug Fixes

      • aria-expanded should be on the button (8df6493)

      Features

      • align with garden styles (610cf69)
      • also support menuitemradio (a1102d1)
      • set tabindex to menuitems (833b13c)

      3.0.6 (2023-07-19)

      Bug Fixes

      • move for mobile (a11089c)
      • show ellipsis for section titles (71efc13)
      • show ellipsis for very long article titles (916db29)
      • show ellipsis in sidebar for very long titles (a685729)

      3.0.5 (2023-06-28)

      Bug Fixes

      • prevent wrapping button for long header (62c96c4)

      3.0.4 (2023-06-28)

      Bug Fixes

      • disable skip navigation when modals are open (39ab1a5)

      3.0.3 (2023-06-27)

      Bug Fixes

      • remove aria-expanded attribute from section tag in search result page (88daf87)

      3.0.2 (2023-06-08)

      Bug Fixes

      • update breadcrumbs aria-label to use translated strings (c75f24d)

      3.0.1 (2023-05-31)

      Bug Fixes

      • remove role attribute from vote helper (c7ba508)

      3.0.0 (2023-05-31)

      Features

      • update theme to use Templating API v3 (bba6d15)

      BREAKING CHANGES

      • theme is now relying on functionality that is exclusive to the Templating API v3

      2.21.5 (2023-05-24)

      Bug Fixes

      • content-body: fix overflow of floating elements (3200329)

      2.21.4 (2023-05-16)

      Bug Fixes

      • disable skip-navigation link when modals show (ceaf6b7)

      2.21.3 (2023-05-04)

      Bug Fixes

      • upgrade node-fetch from 2.6.7 to 2.6.9 (c5774c3)

      2.21.2 (2023-03-15)

      Bug Fixes

      • search: update search result markup to improve a11y (940b5cf)
      • user-profile: update breadcrumbs markup to improve a11y (ae6506c)

      2.21.1 (2023-02-08)

      Bug Fixes

      • badges: render badges as lists (f89c264)

      2.21.0 (2023-02-08)

      Features

      • Add a11y to new-post field error messages (5b53797)

      2.20.1 (2022-12-15)

      Bug Fixes

      • improve meta-data markup to better assist a11y tools (81e11d3)
      • Remove duplicate header to improve screen reader exp (c28ca15)
      • styles: fix padding on activity header (efa0929)

      2.20.0 (2022-12-14)

      Features

      • aria descriptions on vote controls (6500305)

      2.19.5 (2022-12-12)

      Bug Fixes

      • increase border contrast ratio for more theme elements (d32f6b3)

      2.19.4 (2022-11-30)

      Bug Fixes

      2.19.3 (2022-11-29)

      Bug Fixes

      • Remove aria-expanded from sections in search_result page (8fccb2a)

      2.19.2 (2022-11-10)

      Bug Fixes

      • correct visited state for buttons (0a9a953)

      2.19.1 (2022-10-13)

      Bug Fixes

      • only close content tag with click on close icon (7a1b18a)

      2.19.0 (2022-09-28)

      Features

      • always display content tag result when content tag shown (e1cb369)
      • fix top padding for no results block (33e55e3)
      • only display results for text when results are available (98eb93d)
      • redesign no results search page (51564a7)

      2.18.0 (2022-09-12)

      Features

      • add content tag filter to search results (158e204)
      • change result head when content tag search (007f9e6)
      • fix variable name (b46b7c8)

      2.17.0 (2022-09-01)

      Features

      2.16.3 (2022-08-22)

      Bug Fixes

      • article.scss: Fix paragraph margins inside of table cells (0307580)

      2.16.2 (2022-07-28)

      Bug Fixes

      • attempt to fix lighthouse check (526a997)

      2.16.1 (2022-07-12)

      Bug Fixes

      • add main content id to the request list container (a05b4bd)

      2.16.0 (2022-06-29)

      Features

      • add request list beta setting (a38acac)
      • add request_list to the requests_page.hbs template (810a0b1)

      2.15.0 (2022-04-26)

      Features

      • trim the statuses if they're over 20 characters long (89abe72)

      2.14.0 (2022-03-14)

      Bug Fixes

      • added new line at the end of _variabless.scss (be0a379)
      • added search input border transition back in (5407814)
      • cleaned up Search styles to use $brand_color (e81f8ff)
      • remove label fallback string (be45a40)

      Features

      • added clear button label translation key + fallback label (90c5806)
      • added click handler to clear button; updated x SVG (f05b206)
      • added escape key responses to search input and clear button (011b832)
      • assigned clear button label to window variable (4985167)
      • cleaned up search button JS (ea8d8e7)
      • cleaned up search-related scripts (5f016e6)
      • commented out autofill-related styles (05c6999)
      • continued working on keyboard navigation (c69f450)
      • extended clear search scripts to allow multiple forms/inputs (a3c0e94)
      • refined styles for keyboard navigation (0472a01)
      • removed tabindex from button + tidied inner page styles (7f95d4f)
      • started incorporating Scott O'Hara's pattern (cbd84e5)
      • started updating search styles for smaller viewports (1fa9e54)
      • started working on autofill colors (2967bfa)
      • started writing scripts + styles for search clear button (e4ba8e1)
      • updated search form + clear button styles (ca91727)
      • vetted + refined rtl styles for search input + clear button (e585acd)

      2.13.8 (2022-03-14)

      Bug Fixes

      • making go to comments more accessible (67b2e39)

      2.13.7 (2022-03-02)

      Bug Fixes

      • add aria-label on agent markers (b17f9b6)

      2.13.6 (2022-03-02)

      Bug Fixes

      • add aria-label to the '+ N more badges' links (e478a82)

      2.13.5 (2022-03-02)

      Bug Fixes

      • add aria-label to search results submenu toggle buttons (8b66a0a)

      2.13.4 (2022-03-01)

      Bug Fixes

      • ensure powered by zendesk does not get visited color (1f1287e)
      • prevent blocks from showing visited color (8459dc8)
      • prevent button from showing visited color (c282f53)
      • remove link color from search filters (f59c97a)
      • revert style changes to search result filters (f40ddfd)
      • style Join the converstation link as standalone (8bbd100)
      • style promoted article links according to design (a67fc23)
      • style recent activity links according to design (78cc954)
      • style sign in link as standalone (95376cb)
      • style Submit a request link as standalone (8fea59a)
      • update link styles according to designs (b79e595)
      • update style of article side nav links according to design (78af755)
      • style: make breadcrumb link color different from text (2ea4283)

      2.13.3 (2022-02-07)

      Bug Fixes

      • styles: make search icon click through (f812829)
      • mark search icon as decorative to improve a11y (0427a7d)

      2.13.2 (2022-01-25)

      Bug Fixes

      • add separator in user dropdown (fcfab74)
      • change separator color according to design (76346d4)

      2.13.1 (2021-12-14)

      Bug Fixes

      • Remove navigation menu on request pages (#287) (dac0741)

      2.13.0 (2021-12-13)

      Features

      • Mobile nav improvements and new menu items (#285) (1c851b0)

      2.12.2 (2021-11-24)

      Bug Fixes

      • search input field background color in iOS (1e0059e)

      2.12.1 (2021-11-23)

      Bug Fixes

      • Remove refs to AppleGothic (8951af5)

      2.12.0 (2021-11-10)

      Features

      • menu item for upcoming contact details modal (57b7a94)

      2.11.2 (2021-10-07)

      Bug Fixes

      • Adding topic ID to the bottom New post button (4d06689)

      2.11.1 (2021-09-15)

      Bug Fixes

      • [COMM-1046] Fix an issue with a self-closing div tag (55491f2)

      2.11.0 (2021-09-14)

      Features

      • [COMM-1046] Update layout for badge widget (274b091)
      • implement +n badge widget (5f08c9a)
      • move badge titles next to achievement badges (21f855d)

      2.10.0 (2021-03-30)

      Features

      • Set the show_brand_name setting to true (10fc33f)

      2.9.1 (2021-03-19)

      Bug Fixes

      • styles: [GG-1634] Remove unnecessary font weights (9abc295)

      2.9.0 (2021-03-15)

      Features

      • federated search helpers for search_results (4c47243)

      2.8.0 (2021-01-21)

      Features

      • Visual update (images, colors, margins) (5c208ef)

      2.7.2 (2020-12-16)

      Bug Fixes

      • search: Use scoped search based on category user is in for sections and category (42cee53)

      2.7.1 (2020-12-01)

      Bug Fixes

      • script: [COMM-1283] Fix null error (8f71ff8)

      2.7.0 (2020-11-30)

      Features

      • requests: [COMM-1283] Check for "emptiness" when using WYSIWYG (f9c81da)

      2.6.0 (2020-11-23)

      Features

      • add subsections pagination to section template (6d0dcba)

      2.5.4 (2020-11-16)

      Bug Fixes

      • request: render title values for priority and type fields (4c28714)

      2.5.3 (2020-11-13)

      Bug Fixes

      • article: don't render attachments if there are none (d6026a5)

      2.5.2 (2020-11-12)

      Bug Fixes

      • request: remove lowercase styling for request status (146618b)

      2.5.1 (2020-10-13)

      Bug Fixes

      • styles: fix language selector styles (439ae4d)

      2.5.0 (2020-10-13)

      Features

      • requests: [GATHER-55] Enable WYSIWYG editor on (new) request page (b38cf05)

      2.4.1 (2020-10-06)

      Bug Fixes

      • article: use t helper for article attachments download string (7959d9c)

      2.4.0 (2020-08-31)

      Bug Fixes

      • badges: Changes based on feedback (d6bdc4d)
      • badges: CSS changes (3b51de8)
      • manifest: Do not rename the theme (244979c)
      • user-profile: Remove accidental indentation + space (0951454)

      Features

      • badges: Add theme support for user badges (d86db46)

      2.3.1 (2020-07-13)

      Bug Fixes

      • split-button: correct button height and hover-color (21d8db7)

      2.3.0 (2020-06-24)

      Features

      • user-profile: Add {{actions}} helper to the user profile page. This includes support for split buttons (f2aa052)

      2.2.4 (2020-04-02)

      Bug Fixes

      • header: Hide the user name on mobile screen (2ce963b)
      • header: Make sign in link visible on mobile (d8b8a80)

      2.2.3 (2020-03-23)

      Bug Fixes

      • Add rtl styling for Skip Navigation link (3e64455)

      2.2.2 (2020-03-19)

      Bug Fixes

      • styles: do not lowercase "answered" status-label (fd40ae1)
      • styles: do not lowercase "pending" moderation status-label (85fc649)

      2.2.1 (2020-03-16)

      Bug Fixes

      • header: remove size attributes from logo img (41e8d7e)
      • release: add execute permission to the update manifest script (91d3ac5)