Skip to content

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:27
· 619 commits to master since this release
212933e

5.0.0 (2023-07-13)

Bug Fixes

  • add aria-labelledby attr to buttons in tooltip (7b442bb)
  • Add empty string option for props that match directive name (a5974c9)
  • add helper invalid and warning text in radio group (ee59276)
  • Add types to size (50f5370)
  • Align search icon to be in center (6566f7d)
  • Allow label placement to be left when orientation is horizontal (30535bd)
  • allow layer level to be overriden (435cfda)
  • Allow users to utilize offset property with css grid (7fa32f0)
  • Apply accessibility attribute on every content change (e4a085b)
  • Apply offset logic to correct grid type (d6638b2)
  • Apply primary styling on empty string (3f1f779)
  • Apply white theme on empty string input (da81ab2)
  • bind attributes to host instead of adding unnecessary elements (a1d17c8)
  • check if change has been made to input (2314921)
  • Convert TableHeader component to directive (f5e1a0b)
  • Correct left button title (e66b60d)
  • Correct tab header type to 'line' & 'contained' (05d0107)
  • destroy component only if it exists (373113d)
  • Emit close event on Escape (d4408f8)
  • group radios using fieldset tag (2902e6a)
  • hasScrollingContent condition in modal service (c71de6e)
  • Improve accessibility using attribute binding (047b3d8)
  • Improve grid performance by preventing unnecessary change detection (feefd22)
  • Initialize theme to 'dark' (e5c6727)
  • Mark theme as deprecated (6b2a2e0)
  • Match delay to transition time (5a94b27)
  • Overlay the components in correct sequence (3a09015)
  • prevent host & button from having same id (7dae9a0)
  • Readd old selector to v11 components & property deprecation notice (3815bc4)
  • Reimport Overridable (9d99184)
  • remove console log (89b6a60)
  • Remove document click event on dropdown close (4af997c)
  • Remove manual change detection in favor of DI (e7a7d46)
  • Remove modal from list after animation finishes (00871f1)
  • Remove redundant div in template (6a0740c)
  • Remove size input prop (27d7105)
  • Remove size input prop (428e4ae)
  • Remove table-expand v2 styles (71977f3)
  • Remove unused input properties (ce25cc7)
  • Remove unused styles (f87e2ab)
  • Render icon after view init on initial change (348af13)
  • select content option with ibm or cds selector (04c9138)
  • Set orientation to vertical on empty string input (e5c4c61)
  • sorting icon for table head cell (61ad2e5)
  • Store infinite subscription so we can later unsubscribe (4b3d903)
  • Update accessibility issue caused by merge (3e043a7)
  • update carbon style version (e051b92)
  • update carbon styling version (86b99d6)
  • Update class names from v10 to v11 (ff0782e)
  • Update css classes (4e98005)
  • Update dynamic rendering strategy to use ONLY ComponentRef (252c75c)
  • Update id input name so id property isn't applied to host (7c37ec8)
  • Update localization (39e7dca)
  • Update order of batch actions (31ce6de)
  • Update package versions to match root package versions (e458594)
  • Update size css classes to new layout size classes (c2d2830)
  • Update table sizes (c9b71be)
  • Update template for pagesUnknown state (c6b577b)
  • update template to use list role instead of list elements (af779ef)
  • Update toolbar size class (a8ae0d7)
  • Use Angular cli to build storybook (7364dda)
  • use static counter for id (a8c8715)
  • use the new cdsIcon directive for rendering icon (b7ae918)
  • Use the updated classes with context menu (ff52aa9)
  • modal: Remove remote scoping to allow partial build with ivy (6cbdd51)

Features

  • Add additional selectors with 'cds' prefix (3e70fdc)
  • Add angular 16 as peer dependency (24377cf)
  • Add option to align content to margin (ae079a3)
  • Add skeleton state (7ae3c14)
  • Allow users to project interactive content (b9ce4e9)
  • Update file item invalid template & add file item size (971dd24)
  • Update to angular 13 (dd29484)
  • Update to angular 14 (34edcc4)
  • icon: Allow icons to be changed dynamically (3eb6d10)

Reverts

  • Reinject injector into service (6815202)
  • Revert "docs: make placement argument global" (688c786)
  • Revert "Convert table-container component in to directive" (cef29f6)
  • Revert "fix: Remove table-expand v2 styles" (7e7fa68)
  • Revert "fix: Update id input name so id property isn't applied to host" (495725f)
  • Revert "fix: Convert TableHeader component to directive" (e4110b6)
  • Revert "fix: Remove redundant div in template" (3b615c5)
  • Revert "chore: Rename files to match annotations" (da13e0d)

BREAKING CHANGES

  • icon: Add support for Carbon V11

Signed-off-by: Akshat Patel [email protected]