Skip to content

Latest commit

 

History

History
153 lines (92 loc) · 5.72 KB

CHANGELOG.md

File metadata and controls

153 lines (92 loc) · 5.72 KB

Changelog

6.1.1

🐛 Fixes

  • Fixed ng-input elements taking up space even when selects weren't searchable

6.1.0

🔧 Changes

  • Add a sizing constraint to option icons to avoid external global influences
  • Updated colors to rely on Forge colors with backups
  • Remove min-heights and refactor container to use padding to better match CA system form fields

🐛 Fixes

  • Removed custom padding values related to old Neutrif line-height issues

6.0.0

🔥 BREAKING CHANGES

  • Update ng-select to be compatible with Angular 16

🔧 Changes

  • Reworked keyboard controls to use new divided methods provided by ng-select

5.0.2

🔧 Changes

  • Updated handle key deletion method of multi-select chip lists (chip deletion and set focus on next chip or element)

5.0.0

🔥 BREAKING CHANGES

  • Updated ng-select Angular version to 15.x

🔧 Changes

  • Updated spacing method of multi-select chip lists (margins to gaps)
  • Fixed line-height issues in dropdown options

🐛 Fixes

  • Remove invalid ARIA properties from wrapper and input
  • Remove unnecessary aria-owns from input
  • Add back accessible name for listbox dropdown panel
  • Fix missing spaces in multi-select inputs between chips and other elements
  • Fix input value overlap with clear icon

5.0.0-rc2

🐛 Fixes

  • Remove invalid ARIA properties from wrapper and input
  • Remove unnecessary aria-owns from input
  • Add back accessible name for listbox dropdown panel
  • Fix missing spaces in multi-select inputs between chips and other elements
  • Fix input value overlap with clear icon

5.0.0-rc1

🔥 BREAKING CHANGES

  • Updated ng-select Angular version to 15.x

🔧 Changes

  • Updated spacing method of multi-select chip lists (margins to gaps)
  • Fixed line-height issues in dropdown options

4.0.3

  • Fix disappearing dropdown on search/typeahead
  • Remove incorrect ARIA role on text input within combobox div
  • Remove invalid aria-expanded attribute from text input
  • Fix border-radius disappearing on item hover
  • Remove console logs on keypresses

4.0.2

  • Fix new styles not being included in package

4.0.1

  • Fix visible ng-value
  • Fix centering of clear button within wrapper

4.0.0

  • Breaking: Update to Angular 11 compatible version
  • Reintroduce ng-value for displaying values (to allow for templated value display)

3.2.0

Enhancement

  • 🔥 remove small addition to angular json (1f85b90)
  • 🔖 bump to version 3.2.0 (d5dcef6)
  • 💄 consolidate styles to a single selector (7762c6d)
  • PTS-12669: added new placeholder styling under ng-select-single (0fc3b6d)
  • PTS-12668: added new placeholder styling under ng-select-multiple (56ff1c1)

3.1.4

Bug Fixes

  • 💄 fix misalignment issue with default min height (a5041d7)

3.1.3

Bug Fixes

  • 💄 fix misalignment issue with default min height (a5041d7)

3.1.2

Bug Fixes

  • ♿ add back missing describedBy attribute to input (ffcbbd3)

3.1.1

Bug Fixes

  • ♿ remove duplicative listbox role and simplify dropdown content area (1fedcaf)

Features

  • 💄 remove redundant selected class, rely on option-level (5cc318c)

3.1.0

Bug Fixes

  • remove github flows and templates (71348b4)
  • resolve merge conflicts resulting in duplicative props/functions (eaf7de5)
  • revert commented out default theme (06f1d95)
  • a11y: add back a focus state that isn't just a color change (775334e)
  • a11y: remove autocomplete attr again as its used incorrectly (195fd3d)
  • a11y: remove optional role when chosen value is in single select (f011931)
  • a11y: update to focus style for Chromium update (fb133a7)
  • input: add missing attribute setting (142ec02)
  • publish: remove public flag (2bb35ac)

Features

  • themes: 🔥 remove theme stylesheets as they are unused (f4cfe44)