carbon-components-angular 5.27.4 → 5.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +1 -0
  2. package/docs/documentation/dependencies.html +3 -3
  3. package/docs/documentation/index.html +6 -0
  4. package/docs/documentation/js/search/search_index.js +2 -2
  5. package/docs/documentation/modules/CodeSnippetModule/dependencies.svg +4 -4
  6. package/docs/documentation/modules/CodeSnippetModule.html +4 -4
  7. package/docs/documentation/modules/ComboBoxModule/dependencies.svg +4 -4
  8. package/docs/documentation/modules/ComboBoxModule.html +4 -4
  9. package/docs/documentation/modules/ContentSwitcherModule/dependencies.svg +4 -4
  10. package/docs/documentation/modules/ContentSwitcherModule.html +4 -4
  11. package/docs/documentation/modules/DatePickerInputModule/dependencies.svg +20 -20
  12. package/docs/documentation/modules/DatePickerInputModule.html +20 -20
  13. package/docs/documentation/modules/DatePickerModule/dependencies.svg +46 -50
  14. package/docs/documentation/modules/DatePickerModule.html +46 -50
  15. package/docs/documentation/modules/FileUploaderModule/dependencies.svg +58 -58
  16. package/docs/documentation/modules/FileUploaderModule.html +58 -58
  17. package/docs/documentation/modules/NumberModule/dependencies.svg +4 -4
  18. package/docs/documentation/modules/NumberModule.html +4 -4
  19. package/docs/documentation/modules/PanelModule/dependencies.svg +36 -36
  20. package/docs/documentation/modules/PanelModule.html +36 -36
  21. package/docs/documentation/modules/RadioModule/dependencies.svg +47 -43
  22. package/docs/documentation/modules/RadioModule.html +47 -43
  23. package/docs/documentation/modules/SearchModule/dependencies.svg +4 -4
  24. package/docs/documentation/modules/SearchModule.html +4 -4
  25. package/docs/documentation/modules/SelectModule/dependencies.svg +34 -34
  26. package/docs/documentation/modules/SelectModule.html +34 -34
  27. package/docs/documentation/modules/SliderModule/dependencies.svg +4 -4
  28. package/docs/documentation/modules/SliderModule.html +4 -4
  29. package/docs/documentation/modules/TagModule/dependencies.svg +28 -28
  30. package/docs/documentation/modules/TagModule.html +28 -28
  31. package/docs/documentation/modules/ThemeModule/dependencies.svg +13 -13
  32. package/docs/documentation/modules/ThemeModule.html +13 -13
  33. package/docs/documentation/modules/TilesModule/dependencies.svg +101 -101
  34. package/docs/documentation/modules/TilesModule.html +101 -101
  35. package/docs/documentation/modules/TimePickerModule/dependencies.svg +38 -42
  36. package/docs/documentation/modules/TimePickerModule.html +38 -42
  37. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +30 -30
  38. package/docs/documentation/modules/TimePickerSelectModule.html +30 -30
  39. package/docs/documentation/modules/ToggleModule/dependencies.svg +37 -41
  40. package/docs/documentation/modules/ToggleModule.html +37 -41
  41. package/docs/documentation/modules/ToggletipModule/dependencies.svg +4 -4
  42. package/docs/documentation/modules/ToggletipModule.html +4 -4
  43. package/docs/documentation/modules/TreeviewModule/dependencies.svg +33 -33
  44. package/docs/documentation/modules/TreeviewModule.html +33 -33
  45. package/docs/storybook/project.json +1 -1
  46. package/package.json +1 -1
package/README.md CHANGED
@@ -69,6 +69,7 @@ Angular version support matrix:
69
69
  | 15 | ❌ | ✅ | ✅ |
70
70
  | 16 | ❌ | ❌ | ✅ |
71
71
  | 17 | ❌ | ❌ | ✅ |
72
+ | 18 | ❌ | ❌ | ✅ |
72
73
 
73
74
  Carbon Components Angular version support matrix:
74
75
  | Carbon Components Angular version | Community support | Active support |
@@ -123,11 +123,11 @@
123
123
  </ol>
124
124
  <ul class="dependencies-list">
125
125
  <li>
126
- <b>@angular/common</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0</li>
126
+ <b>@angular/common</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0</li>
127
127
  <li>
128
- <b>@angular/core</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0</li>
128
+ <b>@angular/core</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0</li>
129
129
  <li>
130
- <b>@angular/forms</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0</li>
130
+ <b>@angular/forms</b> : ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0</li>
131
131
  <li>
132
132
  <b>@carbon/styles</b> : ^1.56.0</li>
133
133
  <li>
@@ -212,6 +212,12 @@ $ npm i --save carbon-components-angular &#64;carbon/styles</code></pre></div><p
212
212
  <td>❌</td>
213
213
  <td>✅</td>
214
214
  </tr>
215
+ <tr>
216
+ <td>18</td>
217
+ <td>❌</td>
218
+ <td>❌</td>
219
+ <td>✅</td>
220
+ </tr>
215
221
  </tbody>
216
222
  </table>
217
223
  <p>Carbon Components Angular version support matrix:</p>