fomantic-ui 2.10.0-beta.4 → 2.10.0-beta.41

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 (246) hide show
  1. package/.eslintrc.js +0 -10
  2. package/CHANGELOG.md +5289 -2325
  3. package/README.md +4 -5
  4. package/changelog-setup.js +85 -69
  5. package/changelog-template.hbs +256 -251
  6. package/dist/components/accordion.css +1 -1
  7. package/dist/components/accordion.js +103 -142
  8. package/dist/components/accordion.min.css +1 -1
  9. package/dist/components/accordion.min.js +2 -2
  10. package/dist/components/ad.css +1 -1
  11. package/dist/components/ad.min.css +1 -1
  12. package/dist/components/api.js +152 -205
  13. package/dist/components/api.min.js +2 -2
  14. package/dist/components/breadcrumb.css +1 -1
  15. package/dist/components/breadcrumb.min.css +1 -1
  16. package/dist/components/button.css +1 -2
  17. package/dist/components/button.min.css +2 -2
  18. package/dist/components/calendar.css +1 -1
  19. package/dist/components/calendar.js +308 -346
  20. package/dist/components/calendar.min.css +1 -1
  21. package/dist/components/calendar.min.js +2 -2
  22. package/dist/components/card.css +1 -1
  23. package/dist/components/card.min.css +1 -1
  24. package/dist/components/checkbox.css +1 -1
  25. package/dist/components/checkbox.js +85 -127
  26. package/dist/components/checkbox.min.css +1 -1
  27. package/dist/components/checkbox.min.js +2 -2
  28. package/dist/components/comment.css +1 -1
  29. package/dist/components/comment.min.css +1 -1
  30. package/dist/components/container.css +1 -1
  31. package/dist/components/container.min.css +1 -1
  32. package/dist/components/dimmer.css +1 -1
  33. package/dist/components/dimmer.js +58 -91
  34. package/dist/components/dimmer.min.css +1 -1
  35. package/dist/components/dimmer.min.js +2 -2
  36. package/dist/components/divider.css +1 -1
  37. package/dist/components/divider.min.css +1 -1
  38. package/dist/components/dropdown.css +7 -5
  39. package/dist/components/dropdown.js +744 -1071
  40. package/dist/components/dropdown.min.css +2 -2
  41. package/dist/components/dropdown.min.js +2 -2
  42. package/dist/components/embed.css +1 -1
  43. package/dist/components/embed.js +83 -113
  44. package/dist/components/embed.min.css +1 -1
  45. package/dist/components/embed.min.js +2 -2
  46. package/dist/components/emoji.css +3809 -7617
  47. package/dist/components/emoji.min.css +2 -2
  48. package/dist/components/feed.css +1 -1
  49. package/dist/components/feed.min.css +1 -1
  50. package/dist/components/flag.css +1 -1
  51. package/dist/components/flag.min.css +1 -1
  52. package/dist/components/flyout.css +1 -1
  53. package/dist/components/flyout.js +225 -314
  54. package/dist/components/flyout.min.css +1 -1
  55. package/dist/components/flyout.min.js +2 -2
  56. package/dist/components/form.css +1 -1
  57. package/dist/components/form.js +325 -429
  58. package/dist/components/form.min.css +1 -1
  59. package/dist/components/form.min.js +2 -2
  60. package/dist/components/grid.css +1 -1
  61. package/dist/components/grid.min.css +1 -1
  62. package/dist/components/header.css +1 -1
  63. package/dist/components/header.min.css +1 -1
  64. package/dist/components/icon.css +1 -1
  65. package/dist/components/icon.min.css +1 -1
  66. package/dist/components/image.css +1 -1
  67. package/dist/components/image.min.css +1 -1
  68. package/dist/components/input.css +1 -1
  69. package/dist/components/input.min.css +1 -1
  70. package/dist/components/item.css +1 -1
  71. package/dist/components/item.min.css +1 -1
  72. package/dist/components/label.css +2 -1
  73. package/dist/components/label.min.css +2 -2
  74. package/dist/components/list.css +1 -1
  75. package/dist/components/list.min.css +1 -1
  76. package/dist/components/loader.css +1 -1
  77. package/dist/components/loader.min.css +1 -1
  78. package/dist/components/menu.css +40 -40
  79. package/dist/components/menu.min.css +2 -2
  80. package/dist/components/message.css +1 -1
  81. package/dist/components/message.min.css +1 -1
  82. package/dist/components/modal.css +3 -3
  83. package/dist/components/modal.js +259 -358
  84. package/dist/components/modal.min.css +2 -2
  85. package/dist/components/modal.min.js +2 -2
  86. package/dist/components/nag.css +1 -1
  87. package/dist/components/nag.js +67 -97
  88. package/dist/components/nag.min.css +1 -1
  89. package/dist/components/nag.min.js +2 -2
  90. package/dist/components/placeholder.css +1 -1
  91. package/dist/components/placeholder.min.css +1 -1
  92. package/dist/components/popup.css +1 -1
  93. package/dist/components/popup.js +190 -264
  94. package/dist/components/popup.min.css +1 -1
  95. package/dist/components/popup.min.js +2 -2
  96. package/dist/components/progress.css +1 -1
  97. package/dist/components/progress.js +103 -138
  98. package/dist/components/progress.min.css +1 -1
  99. package/dist/components/progress.min.js +2 -2
  100. package/dist/components/rail.css +1 -1
  101. package/dist/components/rail.min.css +1 -1
  102. package/dist/components/rating.css +1 -1
  103. package/dist/components/rating.js +90 -123
  104. package/dist/components/rating.min.css +1 -1
  105. package/dist/components/rating.min.js +2 -2
  106. package/dist/components/reset.css +1 -1
  107. package/dist/components/reset.min.css +1 -1
  108. package/dist/components/reveal.css +1 -1
  109. package/dist/components/reveal.min.css +1 -1
  110. package/dist/components/search.css +1 -1
  111. package/dist/components/search.js +270 -373
  112. package/dist/components/search.min.css +1 -1
  113. package/dist/components/search.min.js +2 -2
  114. package/dist/components/segment.css +1 -1
  115. package/dist/components/segment.min.css +1 -1
  116. package/dist/components/shape.css +1 -1
  117. package/dist/components/shape.js +157 -223
  118. package/dist/components/shape.min.css +1 -1
  119. package/dist/components/shape.min.js +2 -2
  120. package/dist/components/sidebar.css +1 -1
  121. package/dist/components/sidebar.js +125 -165
  122. package/dist/components/sidebar.min.css +1 -1
  123. package/dist/components/sidebar.min.js +2 -2
  124. package/dist/components/site.css +1 -1
  125. package/dist/components/site.js +38 -57
  126. package/dist/components/site.min.css +1 -1
  127. package/dist/components/site.min.js +2 -2
  128. package/dist/components/slider.css +1 -1
  129. package/dist/components/slider.js +242 -325
  130. package/dist/components/slider.min.css +1 -1
  131. package/dist/components/slider.min.js +2 -2
  132. package/dist/components/state.js +68 -98
  133. package/dist/components/state.min.js +2 -2
  134. package/dist/components/statistic.css +1 -1
  135. package/dist/components/statistic.min.css +1 -1
  136. package/dist/components/step.css +1 -1
  137. package/dist/components/step.min.css +1 -1
  138. package/dist/components/sticky.css +1 -1
  139. package/dist/components/sticky.js +131 -176
  140. package/dist/components/sticky.min.css +1 -1
  141. package/dist/components/sticky.min.js +2 -2
  142. package/dist/components/tab.css +1 -1
  143. package/dist/components/tab.js +168 -233
  144. package/dist/components/tab.min.css +1 -1
  145. package/dist/components/tab.min.js +2 -2
  146. package/dist/components/table.css +8 -8
  147. package/dist/components/table.min.css +2 -2
  148. package/dist/components/text.css +1 -1
  149. package/dist/components/text.min.css +1 -1
  150. package/dist/components/toast.css +1 -1
  151. package/dist/components/toast.js +104 -143
  152. package/dist/components/toast.min.css +1 -1
  153. package/dist/components/toast.min.js +2 -2
  154. package/dist/components/transition.css +1 -1
  155. package/dist/components/transition.js +86 -141
  156. package/dist/components/transition.min.css +1 -1
  157. package/dist/components/transition.min.js +2 -2
  158. package/dist/components/visibility.js +145 -223
  159. package/dist/components/visibility.min.js +2 -2
  160. package/dist/semantic.css +3916 -7722
  161. package/dist/semantic.js +4324 -5973
  162. package/dist/semantic.min.css +2 -2
  163. package/dist/semantic.min.js +2 -2
  164. package/examples/assets/show-examples.js +2 -4
  165. package/examples/attached.html +1 -1
  166. package/examples/components/menu.html +1 -1
  167. package/gulpfile.js +5 -7
  168. package/package.json +1 -3
  169. package/scripts/nightly-version.js +7 -10
  170. package/src/definitions/behaviors/api.js +151 -204
  171. package/src/definitions/behaviors/form.js +324 -428
  172. package/src/definitions/behaviors/state.js +67 -97
  173. package/src/definitions/behaviors/visibility.js +144 -222
  174. package/src/definitions/collections/menu.less +101 -96
  175. package/src/definitions/collections/table.less +7 -7
  176. package/src/definitions/elements/button.less +0 -1
  177. package/src/definitions/elements/label.less +1 -0
  178. package/src/definitions/globals/site.js +37 -56
  179. package/src/definitions/modules/accordion.js +102 -141
  180. package/src/definitions/modules/calendar.js +307 -345
  181. package/src/definitions/modules/checkbox.js +84 -126
  182. package/src/definitions/modules/dimmer.js +57 -90
  183. package/src/definitions/modules/dropdown.js +743 -1070
  184. package/src/definitions/modules/dropdown.less +11 -5
  185. package/src/definitions/modules/embed.js +82 -112
  186. package/src/definitions/modules/flyout.js +224 -313
  187. package/src/definitions/modules/modal.js +258 -357
  188. package/src/definitions/modules/modal.less +1 -1
  189. package/src/definitions/modules/nag.js +66 -96
  190. package/src/definitions/modules/popup.js +189 -263
  191. package/src/definitions/modules/progress.js +102 -137
  192. package/src/definitions/modules/rating.js +89 -122
  193. package/src/definitions/modules/search.js +269 -372
  194. package/src/definitions/modules/shape.js +156 -222
  195. package/src/definitions/modules/sidebar.js +124 -164
  196. package/src/definitions/modules/slider.js +241 -324
  197. package/src/definitions/modules/sticky.js +130 -175
  198. package/src/definitions/modules/tab.js +167 -232
  199. package/src/definitions/modules/toast.js +103 -142
  200. package/src/definitions/modules/transition.js +85 -140
  201. package/src/themes/chubby/collections/menu.variables +1 -1
  202. package/src/themes/default/collections/menu.variables +23 -23
  203. package/src/themes/default/globals/variation.variables +3 -2
  204. package/src/themes/default/modules/dropdown.variables +1 -0
  205. package/src/themes/default/modules/modal.variables +1 -1
  206. package/tasks/admin/components/create.js +88 -108
  207. package/tasks/admin/components/init.js +26 -32
  208. package/tasks/admin/components/update.js +46 -53
  209. package/tasks/admin/distributions/create.js +71 -101
  210. package/tasks/admin/distributions/init.js +27 -33
  211. package/tasks/admin/distributions/update.js +45 -52
  212. package/tasks/admin/register.js +11 -15
  213. package/tasks/build/assets.js +14 -18
  214. package/tasks/build/css.js +54 -63
  215. package/tasks/build/javascript.js +45 -53
  216. package/tasks/build.js +4 -6
  217. package/tasks/check-install.js +5 -7
  218. package/tasks/clean.js +2 -4
  219. package/tasks/collections/admin.js +13 -15
  220. package/tasks/collections/build.js +6 -8
  221. package/tasks/collections/docs.js +2 -4
  222. package/tasks/collections/install.js +2 -4
  223. package/tasks/collections/rtl.js +2 -4
  224. package/tasks/collections/various.js +2 -4
  225. package/tasks/config/admin/github.js +7 -9
  226. package/tasks/config/admin/templates/css-package.js +1 -3
  227. package/tasks/config/admin/templates/less-package.js +1 -3
  228. package/tasks/config/defaults.js +0 -1
  229. package/tasks/config/npm/gulpfile.js +4 -6
  230. package/tasks/config/project/config.js +22 -30
  231. package/tasks/config/project/install.js +61 -78
  232. package/tasks/config/project/release.js +6 -8
  233. package/tasks/config/tasks.js +8 -12
  234. package/tasks/config/user.js +13 -17
  235. package/tasks/docs/build.js +26 -31
  236. package/tasks/docs/metadata.js +24 -30
  237. package/tasks/docs/serve.js +20 -26
  238. package/tasks/install.js +81 -109
  239. package/tasks/rtl/build.js +2 -4
  240. package/tasks/rtl/watch.js +2 -4
  241. package/tasks/watch.js +9 -11
  242. package/test/meteor/fonts.js +1 -2
  243. package/test/modules/module.spec.js +16 -18
  244. package/types/fomantic-ui-dropdown.d.ts +44 -0
  245. package/types/fomantic-ui-embed.d.ts +1 -1
  246. package/types/fomantic-ui-search.d.ts +6 -6
@@ -21,383 +21,388 @@ All notable changes to this project will be documented in this file. Dates are d
21
21
  {{summary}}
22
22
  {{/if}}
23
23
 
24
- {{#commit-list-enhanced commits heading='## Changes and new Features' subject='^([fF]eat[( ]|[aA]dd|[uUpdate])'}}
25
- {{/commit-list-enhanced}}
26
- {{#commit-list-enhanced commits subject='^([aA]dd|[uUpdate])'}}
24
+ {{#commit-collector merges commits major minor}}
25
+ {{#commit-list-breaking this heading='## Breaking Changes' subject='([Nn]ew default|[Dd]rop[p ]|[Rr]ename|[: ][Rr]emove[d ]|[Bb]reaking)' exclude='(contributor|[Ff]ix[e ]|[Cc]hangelog|support)'}}
26
+ - {{noprefix subject}} [`{{shorthash}}`]({{href}})
27
+ {{/commit-list-breaking}}
28
+ {{#commit-list-enhanced this heading='## Changes and new Features' subject='^([fF]eat[( ]|[aA]dd|[uUpdate])'}}
29
+ {{/commit-list-enhanced}}
30
+ {{#commit-list-enhanced this subject='^([aA]dd|[uUpdate])'}}
27
31
  - {{subject}} [`{{shorthash}}`]({{href}})
28
- {{/commit-list-enhanced}}
29
- {{#commit-list-enhanced commits heading='### Ad' subject='feat\(ad\)'}}
32
+ {{/commit-list-enhanced}}
33
+ {{#commit-list-enhanced this heading='### Ad' subject='feat\(ad\)'}}
30
34
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
31
- {{/commit-list-enhanced}}
32
- {{#commit-list-enhanced commits heading='### Accordion' subject='feat\(accordion'}}
35
+ {{/commit-list-enhanced}}
36
+ {{#commit-list-enhanced this heading='### Accordion' subject='feat\(accordion'}}
33
37
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
34
- {{/commit-list-enhanced}}
35
- {{#commit-list-enhanced commits heading='### API' subject='feat\(api'}}
38
+ {{/commit-list-enhanced}}
39
+ {{#commit-list-enhanced this heading='### API' subject='feat\(api'}}
36
40
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
37
- {{/commit-list-enhanced}}
38
- {{#commit-list-enhanced commits heading='### Breadcrumb' subject='feat\(breadcrumb'}}
41
+ {{/commit-list-enhanced}}
42
+ {{#commit-list-enhanced this heading='### Breadcrumb' subject='feat\(breadcrumb'}}
39
43
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
40
- {{/commit-list-enhanced}}
41
- {{#commit-list-enhanced commits heading='### Button' subject='feat\(button'}}
44
+ {{/commit-list-enhanced}}
45
+ {{#commit-list-enhanced this heading='### Button' subject='feat\(button'}}
42
46
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
43
- {{/commit-list-enhanced}}
44
- {{#commit-list-enhanced commits heading='### Calendar' subject='feat\(calendar'}}
47
+ {{/commit-list-enhanced}}
48
+ {{#commit-list-enhanced this heading='### Calendar' subject='feat\(calendar'}}
45
49
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
46
- {{/commit-list-enhanced}}
47
- {{#commit-list-enhanced commits heading='### Card' subject='(feat\(card|\[Card])'}}
50
+ {{/commit-list-enhanced}}
51
+ {{#commit-list-enhanced this heading='### Card' subject='(feat\(card|\[Card])'}}
48
52
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
49
- {{/commit-list-enhanced}}
50
- {{#commit-list-enhanced commits heading='### Checkbox' subject='feat\((checkbox|radio)'}}
53
+ {{/commit-list-enhanced}}
54
+ {{#commit-list-enhanced this heading='### Checkbox' subject='feat\((checkbox|radio)'}}
51
55
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
52
- {{/commit-list-enhanced}}
53
- {{#commit-list-enhanced commits heading='### Comment' subject='feat\(comment'}}
56
+ {{/commit-list-enhanced}}
57
+ {{#commit-list-enhanced this heading='### Comment' subject='feat\(comment'}}
54
58
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
55
- {{/commit-list-enhanced}}
56
- {{#commit-list-enhanced commits heading='### Container' subject='feat\(container'}}
59
+ {{/commit-list-enhanced}}
60
+ {{#commit-list-enhanced this heading='### Container' subject='feat\(container'}}
57
61
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
58
- {{/commit-list-enhanced}}
59
- {{#commit-list-enhanced commits heading='### Dimmer' subject='feat\(dimmer'}}
62
+ {{/commit-list-enhanced}}
63
+ {{#commit-list-enhanced this heading='### Dimmer' subject='feat\(dimmer'}}
60
64
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
61
- {{/commit-list-enhanced}}
62
- {{#commit-list-enhanced commits heading='### Divider' subject='feat\(divider'}}
65
+ {{/commit-list-enhanced}}
66
+ {{#commit-list-enhanced this heading='### Divider' subject='feat\(divider'}}
63
67
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
64
- {{/commit-list-enhanced}}
65
- {{#commit-list-enhanced commits heading='### Dropdown' subject='(feat\(dropdown|\[Drop[Dd]own])'}}
68
+ {{/commit-list-enhanced}}
69
+ {{#commit-list-enhanced this heading='### Dropdown' subject='(feat\(dropdown|\[Drop[Dd]own])'}}
66
70
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
67
- {{/commit-list-enhanced}}
68
- {{#commit-list-enhanced commits heading='### Embed' subject='feat\(embed'}}
71
+ {{/commit-list-enhanced}}
72
+ {{#commit-list-enhanced this heading='### Embed' subject='feat\(embed'}}
69
73
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
70
- {{/commit-list-enhanced}}
71
- {{#commit-list-enhanced commits heading='### Emoji' subject='feat\(emoji'}}
74
+ {{/commit-list-enhanced}}
75
+ {{#commit-list-enhanced this heading='### Emoji' subject='feat\(emoji'}}
72
76
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
73
- {{/commit-list-enhanced}}
74
- {{#commit-list-enhanced commits heading='### Feed' subject='feat\(feed'}}
77
+ {{/commit-list-enhanced}}
78
+ {{#commit-list-enhanced this heading='### Feed' subject='feat\(feed'}}
75
79
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
76
- {{/commit-list-enhanced}}
77
- {{#commit-list-enhanced commits heading='### Flag' subject='(feat\(flag|\[Flag])'}}
80
+ {{/commit-list-enhanced}}
81
+ {{#commit-list-enhanced this heading='### Flag' subject='(feat\(flag|\[Flag])'}}
78
82
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
79
- {{/commit-list-enhanced}}
80
- {{#commit-list-enhanced commits heading='### Flyout' subject='feat\(flyout'}}
83
+ {{/commit-list-enhanced}}
84
+ {{#commit-list-enhanced this heading='### Flyout' subject='feat\(flyout'}}
81
85
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
82
- {{/commit-list-enhanced}}
83
- {{#commit-list-enhanced commits heading='### Form' subject='(feat\(form\)|\[Form])'}}
86
+ {{/commit-list-enhanced}}
87
+ {{#commit-list-enhanced this heading='### Form' subject='(feat\(form\)|\[Form])'}}
84
88
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
85
- {{/commit-list-enhanced}}
86
- {{#commit-list-enhanced commits heading='### Form Validation' subject='(feat\(formvalidation|\[Form Validation])'}}
89
+ {{/commit-list-enhanced}}
90
+ {{#commit-list-enhanced this heading='### Form Validation' subject='(feat\(formvalidation|\[Form Validation])'}}
87
91
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
88
- {{/commit-list-enhanced}}
89
- {{#commit-list-enhanced commits heading='### Grid' subject='feat\(grid'}}
92
+ {{/commit-list-enhanced}}
93
+ {{#commit-list-enhanced this heading='### Grid' subject='feat\(grid'}}
90
94
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
91
- {{/commit-list-enhanced}}
92
- {{#commit-list-enhanced commits heading='### Header' subject='feat\(head(er|ing)'}}
95
+ {{/commit-list-enhanced}}
96
+ {{#commit-list-enhanced this heading='### Header' subject='feat\(head(er|ing)'}}
93
97
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
94
- {{/commit-list-enhanced}}
95
- {{#commit-list-enhanced commits heading='### Icon' subject='feat\(icon'}}
98
+ {{/commit-list-enhanced}}
99
+ {{#commit-list-enhanced this heading='### Icon' subject='feat\(icon'}}
96
100
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
97
- {{/commit-list-enhanced}}
98
- {{#commit-list-enhanced commits heading='### Image' subject='feat\(image'}}
101
+ {{/commit-list-enhanced}}
102
+ {{#commit-list-enhanced this heading='### Image' subject='feat\(image'}}
99
103
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
100
- {{/commit-list-enhanced}}
101
- {{#commit-list-enhanced commits heading='### Input' subject='feat\(input'}}
104
+ {{/commit-list-enhanced}}
105
+ {{#commit-list-enhanced this heading='### Input' subject='feat\(input'}}
102
106
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
103
- {{/commit-list-enhanced}}
104
- {{#commit-list-enhanced commits heading='### Item' subject='feat\(item'}}
107
+ {{/commit-list-enhanced}}
108
+ {{#commit-list-enhanced this heading='### Item' subject='feat\(item'}}
105
109
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
106
- {{/commit-list-enhanced}}
107
- {{#commit-list-enhanced commits heading='### Label' subject='feat\(label'}}
110
+ {{/commit-list-enhanced}}
111
+ {{#commit-list-enhanced this heading='### Label' subject='feat\(label'}}
108
112
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
109
- {{/commit-list-enhanced}}
110
- {{#commit-list-enhanced commits heading='### List' subject='feat\(list'}}
113
+ {{/commit-list-enhanced}}
114
+ {{#commit-list-enhanced this heading='### List' subject='feat\(list'}}
111
115
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
112
- {{/commit-list-enhanced}}
113
- {{#commit-list-enhanced commits heading='### Loader' subject='feat\(loader'}}
116
+ {{/commit-list-enhanced}}
117
+ {{#commit-list-enhanced this heading='### Loader' subject='feat\(loader'}}
114
118
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
115
- {{/commit-list-enhanced}}
116
- {{#commit-list-enhanced commits heading='### Menu' subject='(^(feat\()*[Mm]enu[:)]+|\[Menu])'}}
119
+ {{/commit-list-enhanced}}
120
+ {{#commit-list-enhanced this heading='### Menu' subject='(^(feat\()*[Mm]enu[:)]+|\[Menu])'}}
117
121
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
118
- {{/commit-list-enhanced}}
119
- {{#commit-list-enhanced commits heading='### Message' subject='feat\(message'}}
122
+ {{/commit-list-enhanced}}
123
+ {{#commit-list-enhanced this heading='### Message' subject='feat\(message'}}
120
124
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
121
- {{/commit-list-enhanced}}
122
- {{#commit-list-enhanced commits heading='### Modal' subject='^(feat\()*[Mm]odal[:)]+'}}
125
+ {{/commit-list-enhanced}}
126
+ {{#commit-list-enhanced this heading='### Modal' subject='^(feat\()*[Mm]odal[:)]+'}}
123
127
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
124
- {{/commit-list-enhanced}}
125
- {{#commit-list-enhanced commits heading='### Nag' subject='feat\(nag'}}
128
+ {{/commit-list-enhanced}}
129
+ {{#commit-list-enhanced this heading='### Nag' subject='feat\(nag'}}
126
130
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
127
- {{/commit-list-enhanced}}
128
- {{#commit-list-enhanced commits heading='### Placeholder' subject='feat\(placeholder'}}
131
+ {{/commit-list-enhanced}}
132
+ {{#commit-list-enhanced this heading='### Placeholder' subject='feat\(placeholder'}}
129
133
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
130
- {{/commit-list-enhanced}}
131
- {{#commit-list-enhanced commits heading='### Popup' subject='feat\((popup|tooltip)'}}
134
+ {{/commit-list-enhanced}}
135
+ {{#commit-list-enhanced this heading='### Popup' subject='feat\((popup|tooltip)'}}
132
136
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
133
- {{/commit-list-enhanced}}
134
- {{#commit-list-enhanced commits heading='### Progress' subject='feat\(progress'}}
137
+ {{/commit-list-enhanced}}
138
+ {{#commit-list-enhanced this heading='### Progress' subject='feat\(progress'}}
135
139
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
136
- {{/commit-list-enhanced}}
137
- {{#commit-list-enhanced commits heading='### Rail' subject='feat\(rail'}}
140
+ {{/commit-list-enhanced}}
141
+ {{#commit-list-enhanced this heading='### Rail' subject='feat\(rail'}}
138
142
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
139
- {{/commit-list-enhanced}}
140
- {{#commit-list-enhanced commits heading='### Rating' subject='feat\(rating'}}
143
+ {{/commit-list-enhanced}}
144
+ {{#commit-list-enhanced this heading='### Rating' subject='feat\(rating'}}
141
145
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
142
- {{/commit-list-enhanced}}
143
- {{#commit-list-enhanced commits heading='### Reveal' subject='feat\(reveal'}}
146
+ {{/commit-list-enhanced}}
147
+ {{#commit-list-enhanced this heading='### Reveal' subject='feat\(reveal'}}
144
148
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
145
- {{/commit-list-enhanced}}
146
- {{#commit-list-enhanced commits heading='### Search' subject='(feat\(search|\[Search])'}}
149
+ {{/commit-list-enhanced}}
150
+ {{#commit-list-enhanced this heading='### Search' subject='(feat\(search|\[Search])'}}
147
151
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
148
- {{/commit-list-enhanced}}
149
- {{#commit-list-enhanced commits heading='### Segment' subject='(feat\(segment|\[Segment])'}}
152
+ {{/commit-list-enhanced}}
153
+ {{#commit-list-enhanced this heading='### Segment' subject='(feat\(segment|\[Segment])'}}
150
154
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
151
- {{/commit-list-enhanced}}
152
- {{#commit-list-enhanced commits heading='### Shape' subject='feat\(shape'}}
155
+ {{/commit-list-enhanced}}
156
+ {{#commit-list-enhanced this heading='### Shape' subject='feat\(shape'}}
153
157
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
154
- {{/commit-list-enhanced}}
155
- {{#commit-list-enhanced commits heading='### Sidebar' subject='feat\(sidebar'}}
158
+ {{/commit-list-enhanced}}
159
+ {{#commit-list-enhanced this heading='### Sidebar' subject='feat\(sidebar'}}
156
160
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
157
- {{/commit-list-enhanced}}
158
- {{#commit-list-enhanced commits heading='### Slider' subject='feat\(slider'}}
161
+ {{/commit-list-enhanced}}
162
+ {{#commit-list-enhanced this heading='### Slider' subject='feat\(slider'}}
159
163
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
160
- {{/commit-list-enhanced}}
161
- {{#commit-list-enhanced commits heading='### State' subject='feat\(state'}}
164
+ {{/commit-list-enhanced}}
165
+ {{#commit-list-enhanced this heading='### State' subject='feat\(state'}}
162
166
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
163
- {{/commit-list-enhanced}}
164
- {{#commit-list-enhanced commits heading='### Statistic' subject='feat\(statistic'}}
167
+ {{/commit-list-enhanced}}
168
+ {{#commit-list-enhanced this heading='### Statistic' subject='feat\(statistic'}}
165
169
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
166
- {{/commit-list-enhanced}}
167
- {{#commit-list-enhanced commits heading='### Step' subject='feat\(step'}}
170
+ {{/commit-list-enhanced}}
171
+ {{#commit-list-enhanced this heading='### Step' subject='feat\(step'}}
168
172
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
169
- {{/commit-list-enhanced}}
170
- {{#commit-list-enhanced commits heading='### Sticky' subject='feat\(sticky'}}
173
+ {{/commit-list-enhanced}}
174
+ {{#commit-list-enhanced this heading='### Sticky' subject='feat\(sticky'}}
171
175
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
172
- {{/commit-list-enhanced}}
173
- {{#commit-list-enhanced commits heading='### Tab' subject='(feat\(tab\)|\[Tab])'}}
176
+ {{/commit-list-enhanced}}
177
+ {{#commit-list-enhanced this heading='### Tab' subject='(feat\(tab\)|\[Tab])'}}
174
178
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
175
- {{/commit-list-enhanced}}
176
- {{#commit-list-enhanced commits heading='### Table' subject='(feat\(table|\[Table])'}}
179
+ {{/commit-list-enhanced}}
180
+ {{#commit-list-enhanced this heading='### Table' subject='(feat\(table|\[Table])'}}
177
181
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
178
- {{/commit-list-enhanced}}
179
- {{#commit-list-enhanced commits heading='### Text' subject='feat\(text'}}
182
+ {{/commit-list-enhanced}}
183
+ {{#commit-list-enhanced this heading='### Text' subject='feat\(text'}}
180
184
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
181
- {{/commit-list-enhanced}}
182
- {{#commit-list-enhanced commits heading='### Toast' subject='(feat\(toast|\[Toast])'}}
185
+ {{/commit-list-enhanced}}
186
+ {{#commit-list-enhanced this heading='### Toast' subject='(feat\(toast|\[Toast])'}}
183
187
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
184
- {{/commit-list-enhanced}}
185
- {{#commit-list-enhanced commits heading='### Transition' subject='^(feat\()*[Tt]ransition[:)]+'}}
188
+ {{/commit-list-enhanced}}
189
+ {{#commit-list-enhanced this heading='### Transition' subject='^(feat\()*[Tt]ransition[:)]+'}}
186
190
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
187
- {{/commit-list-enhanced}}
188
- {{#commit-list-enhanced commits heading='### Visibility' subject='^(feat\()*[Vv]isibility[:)]+'}}
191
+ {{/commit-list-enhanced}}
192
+ {{#commit-list-enhanced this heading='### Visibility' subject='^(feat\()*[Vv]isibility[:)]+'}}
189
193
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
190
- {{/commit-list-enhanced}}
194
+ {{/commit-list-enhanced}}
191
195
 
192
- {{#commit-list-enhanced commits heading='### Build Features' subject='feat\(build\)'}}
196
+ {{#commit-list-enhanced this heading='### Build Features' subject='feat\(build\)'}}
193
197
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
194
- {{/commit-list-enhanced}}
195
- {{#commit-list-enhanced commits heading='### CI Features' subject='feat\((ci|lint)\)'}}
198
+ {{/commit-list-enhanced}}
199
+ {{#commit-list-enhanced this heading='### CI Features' subject='feat\((ci|lint)\)'}}
196
200
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
197
- {{/commit-list-enhanced}}
198
- {{#commit-list-enhanced commits heading='### Misc Changes' exclude='(^(feat|[fF]ix|[bB]uild|[aA]dd|[uU]pdate|chore|docs|\d+\.\d+)|build | dist$| dist |dist\/|[Rr]elease|[Rr]ebuild|[Rr]lsnotes| changelog|^[a-zA-Z]+:|[Vv]ersion tick|\[[\w ]+])'}}
199
- - {{noprefix subject}} [`{{shorthash}}`]({{href}})
200
- {{/commit-list-enhanced}}
201
+ {{/commit-list-enhanced}}
202
+ {{#commit-list-enhanced this heading='### Misc Changes' exclude='(^(feat|[fF]ix|[bB]uild|[aA]dd|[uU]pdate|chore|docs|\d+\.\d+)|build | dist$| dist |dist\/|[Rr]elease|[Rr]ebuild|[Rr]lsnotes| changelog|^[a-zA-Z]+:|[Vv]ersion tick|\[[\w ]+]|Merge pull request|[Vv]ersion bump|bumped version)'}}
203
+ - {{noprefix subject}} [`{{shorthash}}`]({{href}})
204
+ {{/commit-list-enhanced}}
201
205
 
202
- {{#commit-list-enhanced commits heading='## Bug Fixes' subject='^[fF]ix[( ]' exclude='(types|deps|chore)'}}
203
- {{/commit-list-enhanced}}
204
- {{#commit-list-enhanced commits subject='^[fF]ix ]'}}
206
+ {{#commit-list-enhanced this heading='## Bug Fixes' subject='^[fF]ix[( ]' exclude='(types|deps|chore)'}}
207
+ {{/commit-list-enhanced}}
208
+ {{#commit-list-enhanced this subject='^[fF]ix ]'}}
205
209
  - {{subject}} [`{{shorthash}}`]({{href}})
206
- {{/commit-list-enhanced}}
207
- {{#commit-list-enhanced commits heading='### Ad' subject='fix\(ad\)'}}
210
+ {{/commit-list-enhanced}}
211
+ {{#commit-list-enhanced this heading='### Ad' subject='fix\(ad\)'}}
208
212
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
209
- {{/commit-list-enhanced}}
210
- {{#commit-list-enhanced commits heading='### Accordion' subject='fix\(accordion'}}
213
+ {{/commit-list-enhanced}}
214
+ {{#commit-list-enhanced this heading='### Accordion' subject='fix\(accordion'}}
211
215
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
212
- {{/commit-list-enhanced}}
213
- {{#commit-list-enhanced commits heading='### API' subject='fix\(api'}}
216
+ {{/commit-list-enhanced}}
217
+ {{#commit-list-enhanced this heading='### API' subject='fix\(api'}}
214
218
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
215
- {{/commit-list-enhanced}}
216
- {{#commit-list-enhanced commits heading='### Breadcrumb' subject='fix\(breadcrumb'}}
219
+ {{/commit-list-enhanced}}
220
+ {{#commit-list-enhanced this heading='### Breadcrumb' subject='fix\(breadcrumb'}}
217
221
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
218
- {{/commit-list-enhanced}}
219
- {{#commit-list-enhanced commits heading='### Button' subject='fix\(button'}}
222
+ {{/commit-list-enhanced}}
223
+ {{#commit-list-enhanced this heading='### Button' subject='fix\(button'}}
220
224
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
221
- {{/commit-list-enhanced}}
222
- {{#commit-list-enhanced commits heading='### Calendar' subject='fix\(calendar'}}
225
+ {{/commit-list-enhanced}}
226
+ {{#commit-list-enhanced this heading='### Calendar' subject='fix\(calendar'}}
223
227
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
224
- {{/commit-list-enhanced}}
225
- {{#commit-list-enhanced commits heading='### Card' subject='fix\(card'}}
228
+ {{/commit-list-enhanced}}
229
+ {{#commit-list-enhanced this heading='### Card' subject='fix\(card'}}
226
230
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
227
- {{/commit-list-enhanced}}
228
- {{#commit-list-enhanced commits heading='### Checkbox' subject='fix\((checkbox|radio)'}}
231
+ {{/commit-list-enhanced}}
232
+ {{#commit-list-enhanced this heading='### Checkbox' subject='fix\((checkbox|radio)'}}
229
233
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
230
- {{/commit-list-enhanced}}
231
- {{#commit-list-enhanced commits heading='### Comment' subject='fix\(comment'}}
234
+ {{/commit-list-enhanced}}
235
+ {{#commit-list-enhanced this heading='### Comment' subject='fix\(comment'}}
232
236
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
233
- {{/commit-list-enhanced}}
234
- {{#commit-list-enhanced commits heading='### Container' subject='fix\(container'}}
237
+ {{/commit-list-enhanced}}
238
+ {{#commit-list-enhanced this heading='### Container' subject='fix\(container'}}
235
239
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
236
- {{/commit-list-enhanced}}
237
- {{#commit-list-enhanced commits heading='### Dimmer' subject='fix\(dimmer'}}
240
+ {{/commit-list-enhanced}}
241
+ {{#commit-list-enhanced this heading='### Dimmer' subject='fix\(dimmer'}}
238
242
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
239
- {{/commit-list-enhanced}}
240
- {{#commit-list-enhanced commits heading='### Divider' subject='fix\(divider'}}
243
+ {{/commit-list-enhanced}}
244
+ {{#commit-list-enhanced this heading='### Divider' subject='fix\(divider'}}
241
245
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
242
- {{/commit-list-enhanced}}
243
- {{#commit-list-enhanced commits heading='### Dropdown' subject='fix\(dropdown'}}
246
+ {{/commit-list-enhanced}}
247
+ {{#commit-list-enhanced this heading='### Dropdown' subject='fix\(dropdown'}}
244
248
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
245
- {{/commit-list-enhanced}}
246
- {{#commit-list-enhanced commits heading='### Embed' subject='fix\(embed'}}
249
+ {{/commit-list-enhanced}}
250
+ {{#commit-list-enhanced this heading='### Embed' subject='fix\(embed'}}
247
251
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
248
- {{/commit-list-enhanced}}
249
- {{#commit-list-enhanced commits heading='### Emoji' subject='fix\(emoji'}}
252
+ {{/commit-list-enhanced}}
253
+ {{#commit-list-enhanced this heading='### Emoji' subject='fix\(emoji'}}
250
254
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
251
- {{/commit-list-enhanced}}
252
- {{#commit-list-enhanced commits heading='### Feed' subject='fix\(feed'}}
255
+ {{/commit-list-enhanced}}
256
+ {{#commit-list-enhanced this heading='### Feed' subject='fix\(feed'}}
253
257
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
254
- {{/commit-list-enhanced}}
255
- {{#commit-list-enhanced commits heading='### Flag' subject='fix\(flag'}}
258
+ {{/commit-list-enhanced}}
259
+ {{#commit-list-enhanced this heading='### Flag' subject='fix\(flag'}}
256
260
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
257
- {{/commit-list-enhanced}}
258
- {{#commit-list-enhanced commits heading='### Flyout' subject='fix\(flyout'}}
261
+ {{/commit-list-enhanced}}
262
+ {{#commit-list-enhanced this heading='### Flyout' subject='fix\(flyout'}}
259
263
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
260
- {{/commit-list-enhanced}}
261
- {{#commit-list-enhanced commits heading='### Form' subject='fix\(form\)'}}
264
+ {{/commit-list-enhanced}}
265
+ {{#commit-list-enhanced this heading='### Form' subject='fix\(form\)'}}
262
266
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
263
- {{/commit-list-enhanced}}
264
- {{#commit-list-enhanced commits heading='### Form Validation' subject='fix\(formvalidation'}}
267
+ {{/commit-list-enhanced}}
268
+ {{#commit-list-enhanced this heading='### Form Validation' subject='fix\(formvalidation'}}
265
269
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
266
- {{/commit-list-enhanced}}
267
- {{#commit-list-enhanced commits heading='### Grid' subject='fix\(grid'}}
270
+ {{/commit-list-enhanced}}
271
+ {{#commit-list-enhanced this heading='### Grid' subject='fix\(grid'}}
268
272
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
269
- {{/commit-list-enhanced}}
270
- {{#commit-list-enhanced commits heading='### Header' subject='fix\(head(er|ing)'}}
273
+ {{/commit-list-enhanced}}
274
+ {{#commit-list-enhanced this heading='### Header' subject='fix\(head(er|ing)'}}
271
275
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
272
- {{/commit-list-enhanced}}
273
- {{#commit-list-enhanced commits heading='### Icon' subject='fix\(icon'}}
276
+ {{/commit-list-enhanced}}
277
+ {{#commit-list-enhanced this heading='### Icon' subject='fix\(icon'}}
274
278
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
275
- {{/commit-list-enhanced}}
276
- {{#commit-list-enhanced commits heading='### Image' subject='fix\(image'}}
279
+ {{/commit-list-enhanced}}
280
+ {{#commit-list-enhanced this heading='### Image' subject='fix\(image'}}
277
281
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
278
- {{/commit-list-enhanced}}
279
- {{#commit-list-enhanced commits heading='### Input' subject='fix\(input'}}
282
+ {{/commit-list-enhanced}}
283
+ {{#commit-list-enhanced this heading='### Input' subject='fix\(input'}}
280
284
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
281
- {{/commit-list-enhanced}}
282
- {{#commit-list-enhanced commits heading='### Item' subject='fix\(item'}}
285
+ {{/commit-list-enhanced}}
286
+ {{#commit-list-enhanced this heading='### Item' subject='fix\(item'}}
283
287
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
284
- {{/commit-list-enhanced}}
285
- {{#commit-list-enhanced commits heading='### Label' subject='fix\(label'}}
288
+ {{/commit-list-enhanced}}
289
+ {{#commit-list-enhanced this heading='### Label' subject='fix\(label'}}
286
290
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
287
- {{/commit-list-enhanced}}
288
- {{#commit-list-enhanced commits heading='### List' subject='fix\(list'}}
291
+ {{/commit-list-enhanced}}
292
+ {{#commit-list-enhanced this heading='### List' subject='fix\(list'}}
289
293
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
290
- {{/commit-list-enhanced}}
291
- {{#commit-list-enhanced commits heading='### Loader' subject='fix\(loader'}}
294
+ {{/commit-list-enhanced}}
295
+ {{#commit-list-enhanced this heading='### Loader' subject='fix\(loader'}}
292
296
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
293
- {{/commit-list-enhanced}}
294
- {{#commit-list-enhanced commits heading='### Menu' subject='fix\(menu'}}
297
+ {{/commit-list-enhanced}}
298
+ {{#commit-list-enhanced this heading='### Menu' subject='fix\(menu'}}
295
299
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
296
- {{/commit-list-enhanced}}
297
- {{#commit-list-enhanced commits heading='### Message' subject='fix\(message'}}
300
+ {{/commit-list-enhanced}}
301
+ {{#commit-list-enhanced this heading='### Message' subject='fix\(message'}}
298
302
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
299
- {{/commit-list-enhanced}}
300
- {{#commit-list-enhanced commits heading='### Modal' subject='fix\(modal'}}
303
+ {{/commit-list-enhanced}}
304
+ {{#commit-list-enhanced this heading='### Modal' subject='fix\(modal'}}
301
305
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
302
- {{/commit-list-enhanced}}
303
- {{#commit-list-enhanced commits heading='### Nag' subject='fix\(nag'}}
306
+ {{/commit-list-enhanced}}
307
+ {{#commit-list-enhanced this heading='### Nag' subject='fix\(nag'}}
304
308
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
305
- {{/commit-list-enhanced}}
306
- {{#commit-list-enhanced commits heading='### Placeholder' subject='fix\(placeholder'}}
309
+ {{/commit-list-enhanced}}
310
+ {{#commit-list-enhanced this heading='### Placeholder' subject='fix\(placeholder'}}
307
311
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
308
- {{/commit-list-enhanced}}
309
- {{#commit-list-enhanced commits heading='### Popup' subject='fix\((popup|tooltip)'}}
312
+ {{/commit-list-enhanced}}
313
+ {{#commit-list-enhanced this heading='### Popup' subject='fix\((popup|tooltip)'}}
310
314
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
311
- {{/commit-list-enhanced}}
312
- {{#commit-list-enhanced commits heading='### Progress' subject='fix\(progress'}}
315
+ {{/commit-list-enhanced}}
316
+ {{#commit-list-enhanced this heading='### Progress' subject='fix\(progress'}}
313
317
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
314
- {{/commit-list-enhanced}}
315
- {{#commit-list-enhanced commits heading='### Rail' subject='fix\(rail'}}
318
+ {{/commit-list-enhanced}}
319
+ {{#commit-list-enhanced this heading='### Rail' subject='fix\(rail'}}
316
320
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
317
- {{/commit-list-enhanced}}
318
- {{#commit-list-enhanced commits heading='### Rating' subject='fix\(rating'}}
321
+ {{/commit-list-enhanced}}
322
+ {{#commit-list-enhanced this heading='### Rating' subject='fix\(rating'}}
319
323
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
320
- {{/commit-list-enhanced}}
321
- {{#commit-list-enhanced commits heading='### Reveal' subject='fix\(reveal'}}
324
+ {{/commit-list-enhanced}}
325
+ {{#commit-list-enhanced this heading='### Reveal' subject='fix\(reveal'}}
322
326
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
323
- {{/commit-list-enhanced}}
324
- {{#commit-list-enhanced commits heading='### Search' subject='fix\(search'}}
327
+ {{/commit-list-enhanced}}
328
+ {{#commit-list-enhanced this heading='### Search' subject='fix\(search'}}
325
329
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
326
- {{/commit-list-enhanced}}
327
- {{#commit-list-enhanced commits heading='### Segment' subject='fix\(segment'}}
330
+ {{/commit-list-enhanced}}
331
+ {{#commit-list-enhanced this heading='### Segment' subject='fix\(segment'}}
328
332
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
329
- {{/commit-list-enhanced}}
330
- {{#commit-list-enhanced commits heading='### Shape' subject='fix\(shape'}}
333
+ {{/commit-list-enhanced}}
334
+ {{#commit-list-enhanced this heading='### Shape' subject='fix\(shape'}}
331
335
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
332
- {{/commit-list-enhanced}}
333
- {{#commit-list-enhanced commits heading='### Sidebar' subject='fix\(sidebar'}}
336
+ {{/commit-list-enhanced}}
337
+ {{#commit-list-enhanced this heading='### Sidebar' subject='fix\(sidebar'}}
334
338
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
335
- {{/commit-list-enhanced}}
336
- {{#commit-list-enhanced commits heading='### Slider' subject='fix\(slider'}}
339
+ {{/commit-list-enhanced}}
340
+ {{#commit-list-enhanced this heading='### Slider' subject='fix\(slider'}}
337
341
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
338
- {{/commit-list-enhanced}}
339
- {{#commit-list-enhanced commits heading='### State' subject='fix\(state'}}
342
+ {{/commit-list-enhanced}}
343
+ {{#commit-list-enhanced this heading='### State' subject='fix\(state'}}
340
344
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
341
- {{/commit-list-enhanced}}
342
- {{#commit-list-enhanced commits heading='### Statistic' subject='fix\(statistic'}}
345
+ {{/commit-list-enhanced}}
346
+ {{#commit-list-enhanced this heading='### Statistic' subject='fix\(statistic'}}
343
347
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
344
- {{/commit-list-enhanced}}
345
- {{#commit-list-enhanced commits heading='### Step' subject='fix\(step'}}
348
+ {{/commit-list-enhanced}}
349
+ {{#commit-list-enhanced this heading='### Step' subject='fix\(step'}}
346
350
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
347
- {{/commit-list-enhanced}}
348
- {{#commit-list-enhanced commits heading='### Sticky' subject='fix\(sticky'}}
351
+ {{/commit-list-enhanced}}
352
+ {{#commit-list-enhanced this heading='### Sticky' subject='fix\(sticky'}}
349
353
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
350
- {{/commit-list-enhanced}}
351
- {{#commit-list-enhanced commits heading='### Tab' subject='fix\(tab\)'}}
354
+ {{/commit-list-enhanced}}
355
+ {{#commit-list-enhanced this heading='### Tab' subject='fix\(tab\)'}}
352
356
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
353
- {{/commit-list-enhanced}}
354
- {{#commit-list-enhanced commits heading='### Table' subject='fix\(table'}}
357
+ {{/commit-list-enhanced}}
358
+ {{#commit-list-enhanced this heading='### Table' subject='fix\(table'}}
355
359
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
356
- {{/commit-list-enhanced}}
357
- {{#commit-list-enhanced commits heading='### Text' subject='fix\(text'}}
360
+ {{/commit-list-enhanced}}
361
+ {{#commit-list-enhanced this heading='### Text' subject='fix\(text'}}
358
362
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
359
- {{/commit-list-enhanced}}
360
- {{#commit-list-enhanced commits heading='### Toast' subject='fix\(toast'}}
363
+ {{/commit-list-enhanced}}
364
+ {{#commit-list-enhanced this heading='### Toast' subject='fix\(toast'}}
361
365
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
362
- {{/commit-list-enhanced}}
363
- {{#commit-list-enhanced commits heading='### Transition' subject='fix\(transition'}}
366
+ {{/commit-list-enhanced}}
367
+ {{#commit-list-enhanced this heading='### Transition' subject='fix\(transition'}}
364
368
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
365
- {{/commit-list-enhanced}}
366
- {{#commit-list-enhanced commits heading='### Visibility' subject='fix\(visibility'}}
369
+ {{/commit-list-enhanced}}
370
+ {{#commit-list-enhanced this heading='### Visibility' subject='fix\(visibility'}}
367
371
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
368
- {{/commit-list-enhanced}}
372
+ {{/commit-list-enhanced}}
369
373
 
370
- {{#commit-list-enhanced commits heading='### Build Fixes' subject='fix\(build\)'}}
374
+ {{#commit-list-enhanced this heading='### Build Fixes' subject='fix\(build\)'}}
371
375
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
372
- {{/commit-list-enhanced}}
373
- {{#commit-list-enhanced commits heading='### CI Fixes' subject='fix\((ci|lint)\)'}}
376
+ {{/commit-list-enhanced}}
377
+ {{#commit-list-enhanced this heading='### CI Fixes' subject='fix\((ci|lint)\)'}}
374
378
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
375
- {{/commit-list-enhanced}}
376
- {{#commit-list-enhanced commits heading='### Misc Fixes' subject='^[fF]ix ' exclude='(types|deps)'}}
379
+ {{/commit-list-enhanced}}
380
+ {{#commit-list-enhanced this heading='### Misc Fixes' subject='^[fF]ix ' exclude='(types|deps)'}}
377
381
  - {{subject}} [`{{shorthash}}`]({{href}})
378
- {{/commit-list-enhanced}}
379
- {{#commit-list-enhanced commits heading='## Theming Fixes' subject='fix\(theme'}}
382
+ {{/commit-list-enhanced}}
383
+ {{#commit-list-enhanced this heading='## Theming Fixes' subject='fix\(theme'}}
380
384
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
381
- {{/commit-list-enhanced}}
385
+ {{/commit-list-enhanced}}
382
386
 
383
- {{#commit-list-enhanced commits heading='## Types' subject='\(types\)'}}
387
+ {{#commit-list-enhanced this heading='## Types' subject='\(types\)'}}
384
388
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
385
- {{/commit-list-enhanced}}
386
- {{#commit-list-enhanced commits heading='## Theming' subject='feat\(theme'}}
389
+ {{/commit-list-enhanced}}
390
+ {{#commit-list-enhanced this heading='## Theming' subject='feat\(theme'}}
387
391
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
388
- {{/commit-list-enhanced}}
389
- {{#commit-list-enhanced commits heading='## Chore' subject='chore[()]' exclude='(contributor| dist|[( ]release)'}}
392
+ {{/commit-list-enhanced}}
393
+ {{#commit-list-enhanced this heading='## Chore' subject='chore[()]' exclude='(contributor| dist|[( ]release)'}}
390
394
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
391
- {{/commit-list-enhanced}}
395
+ {{/commit-list-enhanced}}
392
396
 
393
- {{#commit-list-dependencies commits heading='## Dependency Updates' subject='\(dep'}}
397
+ {{#commit-list-dependencies this heading='## Dependency Updates' subject='\(dep'}}
394
398
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
395
- {{/commit-list-dependencies}}
396
- {{#commit-list-enhanced commits heading='## Docs' subject='docs[():]' exclude='contributor'}}
399
+ {{/commit-list-dependencies}}
400
+ {{#commit-list-enhanced this heading='## Docs' subject='docs[():]' exclude='contributor'}}
397
401
  - {{noprefix subject}} [`{{shorthash}}`]({{href}})
398
- {{/commit-list-enhanced}}
399
- {{#commit-list-enhanced commits heading='## New contributors' subject='[^\-]contributor'}}
402
+ {{/commit-list-enhanced}}
403
+ {{#commit-list-enhanced this heading='## New contributors' subject='[^\-]contributor'}}
400
404
  - {{contributorlink subject}} [`{{shorthash}}`]({{href}})
401
- {{/commit-list-enhanced}}
405
+ {{/commit-list-enhanced}}
406
+ {{/commit-collector}}
402
407
 
403
408
  {{/each}}