Skip to content

Latest commit

 

History

History
276 lines (143 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

276 lines (143 loc) · 15.5 KB

1.1.0 (2024-09-12)

Features

  • [sc-000] update template (approved by MT) (#7) (9e432f9)

1.0.3 (2022-01-11)

Bug Fixes

  • [sc-3334] fix scroll bug in mobile (#6) (366d485)

1.0.2 (2022-01-11)

Bug Fixes

  • [sc-3334] update footer template (#4) (3c4cbcb)

1.0.1 (2022-01-03)

Bug Fixes

  • [sc-3189] header logo link to currenxie (#3) (d926269)

1.0.0 (2021-12-09)

Bug Fixes

  • [COMM-1046] Fix an issue with a self-closing div tag (55491f2)
  • Adding topic ID to the bottom New post button (4d06689)
  • Remove refs to AppleGothic (8951af5)
  • search input field background color in iOS (1e0059e)
  • article: don't render attachments if there are none (d6026a5)
  • article: use t helper for article attachments download string (7959d9c)
  • badges: Changes based on feedback (d6bdc4d)
  • badges: CSS changes (3b51de8)
  • header: Hide the user name on mobile screen (2ce963b)
  • header: Make sign in link visible on mobile (d8b8a80)
  • header: remove size attributes from logo img (41e8d7e)
  • manifest: Do not rename the theme (244979c)
  • release: add execute permission to the update manifest script (91d3ac5)
  • request: remove lowercase styling for request status (146618b)
  • request: render title values for priority and type fields (4c28714)
  • script: [COMM-1283] Fix null error (8f71ff8)
  • search: Use scoped search based on category user is in for sections and category (42cee53)
  • split-button: correct button height and hover-color (21d8db7)
  • styles: [GG-1634] Remove unnecessary font weights (9abc295)
  • styles: do not lowercase "answered" status-label (fd40ae1)
  • styles: do not lowercase "pending" moderation status-label (85fc649)
  • styles: fix language selector styles (439ae4d)
  • user-profile: Remove accidental indentation + space (0951454)
  • Add rtl styling for Skip Navigation link (3e64455)

Features

  • [COMM-1046] Update layout for badge widget (274b091)
  • add subsections pagination to section template (6d0dcba)
  • federated search helpers for search_results (4c47243)
  • implement +n badge widget (5f08c9a)
  • initial version (fd62828)
  • menu item for upcoming contact details modal (57b7a94)
  • move badge titles next to achievement badges (21f855d)
  • Set the show_brand_name setting to true (10fc33f)
  • Visual update (images, colors, margins) (5c208ef)
  • badges: Add theme support for user badges (d86db46)
  • requests: [COMM-1283] Check for "emptiness" when using WYSIWYG (f9c81da)
  • requests: [GATHER-55] Enable WYSIWYG editor on (new) request page (b38cf05)
  • user-profile: Add {{actions}} helper to the user profile page. This includes support for split buttons (f2aa052)

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)