@megafon/ui-core 6.0.0-beta.4 → 6.0.1

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 (513) hide show
  1. package/CHANGELOG.md +4016 -0
  2. package/dist/es/colors/ColorItem/ColorItem.css +45 -1
  3. package/dist/es/colors/ColorItem/ColorItem.d.ts +2 -2
  4. package/dist/es/colors/ColorItem/ColorItem.js +7 -5
  5. package/dist/es/colors/Colors.css +233 -1
  6. package/dist/es/colors/Colors.d.ts +1 -1
  7. package/dist/es/colors/Colors.js +55 -33
  8. package/dist/es/colors/colorsData.d.ts +4 -4
  9. package/dist/es/components/Accordion/Accordion.css +89 -1
  10. package/dist/es/components/Accordion/Accordion.d.ts +1 -2
  11. package/dist/es/components/Accordion/Accordion.js +65 -22
  12. package/dist/es/components/Avatar/Avatar.css +52 -1
  13. package/dist/es/components/Avatar/Avatar.d.ts +1 -1
  14. package/dist/es/components/Avatar/Avatar.js +27 -9
  15. package/dist/es/components/Avatar/doc/i/img.png +0 -0
  16. package/dist/es/components/Badges/components/CounterBadge/CounterBadge.css +54 -0
  17. package/dist/es/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.d.ts +2 -2
  18. package/dist/es/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.js +28 -10
  19. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.css +58 -0
  20. package/dist/es/components/Badges/{NotificationBadge → components/NotificationBadge}/NotificationBadge.d.ts +4 -3
  21. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.js +49 -0
  22. package/dist/es/components/Badges/components/PriceBadge/PriceBadge.css +119 -0
  23. package/dist/es/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.d.ts +4 -4
  24. package/dist/es/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.js +54 -11
  25. package/dist/es/components/Badges/components/PromoBadge/PromoBadge.css +64 -0
  26. package/dist/{lib/components/Badges → es/components/Badges/components}/PromoBadge/PromoBadge.d.ts +3 -3
  27. package/dist/es/components/Badges/{PromoBadge → components/PromoBadge}/PromoBadge.js +21 -7
  28. package/dist/es/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.js +32 -5
  29. package/dist/es/components/Badges/components/TimerBadge/TimerBadge.css +60 -0
  30. package/dist/{lib/components/Badges → es/components/Badges/components}/TimerBadge/TimerBadge.d.ts +2 -2
  31. package/dist/es/components/Badges/{TimerBadge → components/TimerBadge}/TimerBadge.js +45 -22
  32. package/dist/es/components/Banner/Banner.css +195 -1
  33. package/dist/es/components/Banner/Banner.d.ts +4 -5
  34. package/dist/es/components/Banner/Banner.js +129 -64
  35. package/dist/es/components/Banner/BannerDot.css +69 -1
  36. package/dist/es/components/Banner/BannerDot.d.ts +1 -1
  37. package/dist/es/components/Banner/BannerDot.js +22 -6
  38. package/dist/es/components/Banner/slidesSettings.d.ts +2 -4
  39. package/dist/es/components/Banner/slidesSettings.js +6 -3
  40. package/dist/es/components/Button/Button.css +814 -1
  41. package/dist/es/components/Button/Button.d.ts +6 -7
  42. package/dist/es/components/Button/Button.js +104 -44
  43. package/dist/es/components/Calendar/Calendar.css +5 -1
  44. package/dist/es/components/Calendar/Calendar.d.ts +2 -2
  45. package/dist/es/components/Calendar/Calendar.js +114 -60
  46. package/dist/es/components/Calendar/components/Day/Day.css +128 -0
  47. package/dist/{lib/components/Calendar/components/_Day → es/components/Calendar/components/Day}/Day.d.ts +4 -4
  48. package/dist/es/components/Calendar/components/{_Day → Day}/Day.js +50 -19
  49. package/dist/es/components/Calendar/components/Month/Month.css +81 -0
  50. package/dist/es/components/Calendar/components/{_Month → Month}/Month.d.ts +2 -3
  51. package/dist/es/components/Calendar/components/{_Month → Month}/Month.js +33 -9
  52. package/dist/es/components/Caption/Caption.css +48 -1
  53. package/dist/es/components/Caption/Caption.d.ts +2 -4
  54. package/dist/es/components/Caption/Caption.js +25 -11
  55. package/dist/es/components/Carousel/Carousel.css +215 -1
  56. package/dist/es/components/Carousel/Carousel.d.ts +10 -11
  57. package/dist/es/components/Carousel/Carousel.js +161 -104
  58. package/dist/es/components/Carousel/checkBreakpointsPropTypes.d.ts +1 -1
  59. package/dist/es/components/Carousel/checkBreakpointsPropTypes.js +4 -1
  60. package/dist/es/components/Carousel/useGradient.d.ts +1 -1
  61. package/dist/es/components/Carousel/useGradient.js +13 -9
  62. package/dist/es/components/Checkbox/Checkbox.css +150 -1
  63. package/dist/es/components/Checkbox/Checkbox.d.ts +4 -4
  64. package/dist/es/components/Checkbox/Checkbox.js +50 -21
  65. package/dist/es/components/Chips/Chip.css +132 -1
  66. package/dist/es/components/Chips/Chip.d.ts +26 -6
  67. package/dist/es/components/Chips/Chip.js +42 -17
  68. package/dist/es/components/Chips/Chips.css +19 -1
  69. package/dist/es/components/Chips/Chips.d.ts +2 -2
  70. package/dist/es/components/Chips/Chips.js +56 -32
  71. package/dist/es/components/Chips/components/ChipsDropdown.css +106 -1
  72. package/dist/es/components/Chips/components/ChipsDropdown.d.ts +2 -2
  73. package/dist/es/components/Chips/components/ChipsDropdown.js +27 -12
  74. package/dist/es/components/Collapse/Collapse.css +3 -0
  75. package/dist/{lib/components/_Collapse → es/components/Collapse}/Collapse.d.ts +3 -3
  76. package/dist/es/components/{_Collapse → Collapse}/Collapse.js +62 -25
  77. package/dist/es/components/ContentArea/ContentArea.css +109 -1
  78. package/dist/es/components/ContentArea/ContentArea.d.ts +4 -5
  79. package/dist/es/components/ContentArea/ContentArea.js +28 -9
  80. package/dist/es/components/ContentView/ContentView.css +103 -1
  81. package/dist/es/components/ContentView/ContentView.d.ts +2 -3
  82. package/dist/es/components/ContentView/ContentView.js +46 -12
  83. package/dist/es/components/Counter/Counter.css +123 -1
  84. package/dist/es/components/Counter/Counter.d.ts +1 -1
  85. package/dist/es/components/Counter/Counter.js +55 -20
  86. package/dist/es/components/Grid/Grid.css +102 -1
  87. package/dist/es/components/Grid/Grid.d.ts +1 -1
  88. package/dist/es/components/Grid/Grid.js +24 -8
  89. package/dist/es/components/Grid/GridColumn.css +3102 -1
  90. package/dist/es/components/Grid/GridColumn.d.ts +2 -2
  91. package/dist/es/components/Grid/GridColumn.js +62 -33
  92. package/dist/es/components/Header/Header.css +122 -1
  93. package/dist/es/components/Header/Header.d.ts +1 -3
  94. package/dist/es/components/Header/Header.js +28 -13
  95. package/dist/es/components/Link/Link.d.ts +2 -2
  96. package/dist/es/components/Link/Link.js +25 -9
  97. package/dist/es/components/List/List.css +66 -1
  98. package/dist/es/components/List/List.d.ts +1 -2
  99. package/dist/es/components/List/List.js +18 -8
  100. package/dist/es/components/List/ListItem.css +6 -1
  101. package/dist/es/components/List/ListItem.d.ts +1 -2
  102. package/dist/es/components/List/ListItem.js +7 -1
  103. package/dist/es/components/ListData/ListData.css +162 -1
  104. package/dist/es/components/ListData/ListData.d.ts +34 -6
  105. package/dist/es/components/ListData/ListData.js +65 -22
  106. package/dist/es/components/ListData/ListDataGroup.css +15 -1
  107. package/dist/es/components/ListData/ListDataGroup.d.ts +4 -4
  108. package/dist/es/components/ListData/ListDataGroup.js +74 -29
  109. package/dist/es/components/ListData/components/ListDataSortable.css +79 -1
  110. package/dist/es/components/ListData/components/ListDataSortable.d.ts +4 -4
  111. package/dist/es/components/ListData/components/ListDataSortable.js +42 -21
  112. package/dist/es/components/ListData/doc/i/img.png +0 -0
  113. package/dist/es/components/ListData/helpers.js +8 -1
  114. package/dist/es/components/Logo/Logo.css +43 -1
  115. package/dist/es/components/Logo/Logo.d.ts +1 -1
  116. package/dist/es/components/Logo/Logo.js +25 -9
  117. package/dist/es/components/NavArrow/NavArrow.css +63 -1
  118. package/dist/es/components/NavArrow/NavArrow.d.ts +3 -3
  119. package/dist/es/components/NavArrow/NavArrow.js +28 -8
  120. package/dist/es/components/Notification/Notification.css +350 -1
  121. package/dist/es/components/Notification/Notification.d.ts +4 -5
  122. package/dist/es/components/Notification/Notification.js +131 -61
  123. package/dist/es/components/Pagination/Pagination.css +5 -1
  124. package/dist/es/components/Pagination/Pagination.d.ts +3 -4
  125. package/dist/es/components/Pagination/Pagination.js +22 -7
  126. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +62 -1
  127. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.d.ts +4 -5
  128. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.js +26 -10
  129. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.css +10 -1
  130. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.d.ts +2 -3
  131. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.js +22 -5
  132. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +17 -1
  133. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.d.ts +2 -3
  134. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +23 -7
  135. package/dist/es/components/Pagination/helpers.js +3 -0
  136. package/dist/es/components/Pagination/usePagination.d.ts +1 -2
  137. package/dist/es/components/Pagination/usePagination.js +18 -6
  138. package/dist/es/components/Paragraph/Paragraph.css +43 -1
  139. package/dist/es/components/Paragraph/Paragraph.d.ts +2 -4
  140. package/dist/es/components/Paragraph/Paragraph.js +22 -9
  141. package/dist/es/components/Preloader/Preloader.css +224 -1
  142. package/dist/es/components/Preloader/Preloader.d.ts +3 -3
  143. package/dist/es/components/Preloader/Preloader.js +36 -16
  144. package/dist/es/components/RadioButton/RadioButton.css +120 -1
  145. package/dist/es/components/RadioButton/RadioButton.d.ts +1 -1
  146. package/dist/es/components/RadioButton/RadioButton.js +50 -18
  147. package/dist/es/components/Row/Row.css +238 -1
  148. package/dist/es/components/Row/Row.d.ts +2 -2
  149. package/dist/es/components/Row/Row.js +48 -23
  150. package/dist/es/components/Search/Search.css +453 -1
  151. package/dist/es/components/Search/Search.d.ts +8 -7
  152. package/dist/es/components/Search/Search.js +149 -54
  153. package/dist/es/components/Select/Select.css +389 -1
  154. package/dist/es/components/Select/Select.d.ts +84 -8
  155. package/dist/es/components/Select/Select.js +142 -52
  156. package/dist/es/components/Select/reducer/selectReducer.d.ts +1 -1
  157. package/dist/es/components/Select/reducer/selectReducer.js +32 -18
  158. package/dist/es/components/Selector/Selector.css +132 -1
  159. package/dist/es/components/Selector/Selector.d.ts +1 -1
  160. package/dist/es/components/Selector/Selector.js +50 -23
  161. package/dist/es/components/Selector/doc/Selector.example.css +17 -0
  162. package/dist/es/components/Sliders/Slider/Slider.css +128 -1
  163. package/dist/es/components/Sliders/Slider/Slider.d.ts +1 -1
  164. package/dist/es/components/Sliders/Slider/Slider.js +56 -25
  165. package/dist/es/components/Sliders/SliderRange/SliderRange.css +169 -1
  166. package/dist/es/components/Sliders/SliderRange/SliderRange.d.ts +1 -1
  167. package/dist/es/components/Sliders/SliderRange/SliderRange.js +80 -33
  168. package/dist/es/components/Sliders/SliderRange/helpers.js +2 -0
  169. package/dist/es/components/Sliders/SliderRatio/SliderRatio.css +219 -1
  170. package/dist/es/components/Sliders/SliderRatio/SliderRatio.d.ts +1 -1
  171. package/dist/es/components/Sliders/SliderRatio/SliderRatio.js +85 -36
  172. package/dist/es/components/Sliders/SliderRatio/helpers.js +1 -1
  173. package/dist/es/components/Sliders/SliderRatio/types.d.ts +1 -1
  174. package/dist/es/components/Sliders/SliderRatio/types.js +1 -0
  175. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +84 -1
  176. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.d.ts +2 -2
  177. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +35 -11
  178. package/dist/es/components/Sliders/components/SliderScale/SliderScale.css +15 -1
  179. package/dist/es/components/Sliders/components/SliderScale/SliderScale.d.ts +2 -2
  180. package/dist/es/components/Sliders/components/SliderScale/SliderScale.js +20 -6
  181. package/dist/es/components/Sliders/components/SliderScale/helpers.js +16 -12
  182. package/dist/es/components/Sliders/helpers.js +5 -1
  183. package/dist/es/components/Snackbar/Snackbar.css +220 -1
  184. package/dist/es/components/Snackbar/Snackbar.d.ts +3 -3
  185. package/dist/es/components/Snackbar/Snackbar.js +82 -44
  186. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.css +66 -1
  187. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.d.ts +3 -3
  188. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.js +17 -9
  189. package/dist/es/components/Switcher/Switcher.css +160 -1
  190. package/dist/es/components/Switcher/Switcher.d.ts +1 -2
  191. package/dist/es/components/Switcher/Switcher.js +39 -17
  192. package/dist/es/components/Tabs/Tab.d.ts +6 -0
  193. package/dist/es/components/Tabs/Tab.js +14 -0
  194. package/dist/es/components/Tabs/Tabs.css +306 -1
  195. package/dist/es/components/Tabs/Tabs.d.ts +5 -6
  196. package/dist/es/components/Tabs/Tabs.js +177 -87
  197. package/dist/es/components/TextField/TextField.css +343 -1
  198. package/dist/es/components/TextField/TextField.d.ts +3 -3
  199. package/dist/es/components/TextField/TextField.js +188 -80
  200. package/dist/es/components/TextField/utils/countGraphemes.js +18 -10
  201. package/dist/es/components/TextLink/TextLink.css +50 -1
  202. package/dist/es/components/TextLink/TextLink.d.ts +2 -2
  203. package/dist/es/components/TextLink/TextLink.js +27 -14
  204. package/dist/es/components/Tile/Tile.css +43 -1
  205. package/dist/es/components/Tile/Tile.d.ts +5 -7
  206. package/dist/es/components/Tile/Tile.js +36 -16
  207. package/dist/es/components/Tooltip/Tooltip.css +335 -1
  208. package/dist/es/components/Tooltip/Tooltip.d.ts +8 -9
  209. package/dist/es/components/Tooltip/Tooltip.js +139 -58
  210. package/dist/es/hooks/usePrevious.js +2 -0
  211. package/dist/es/hooks/useResolution.d.ts +1 -1
  212. package/dist/es/hooks/useResolution.js +11 -5
  213. package/dist/es/hooks/useSwipe.d.ts +1 -1
  214. package/dist/es/hooks/useSwipe.js +44 -17
  215. package/dist/es/index.d.ts +9 -16
  216. package/dist/es/index.js +10 -17
  217. package/dist/lib/colors/ColorItem/ColorItem.css +45 -1
  218. package/dist/lib/colors/ColorItem/ColorItem.d.ts +2 -2
  219. package/dist/lib/colors/ColorItem/ColorItem.js +18 -9
  220. package/dist/lib/colors/Colors.css +233 -1
  221. package/dist/lib/colors/Colors.d.ts +1 -1
  222. package/dist/lib/colors/Colors.js +79 -37
  223. package/dist/lib/colors/colorsData.d.ts +4 -4
  224. package/dist/lib/colors/colorsData.js +2 -1
  225. package/dist/lib/components/Accordion/Accordion.css +89 -1
  226. package/dist/lib/components/Accordion/Accordion.d.ts +1 -2
  227. package/dist/lib/components/Accordion/Accordion.js +81 -26
  228. package/dist/lib/components/Avatar/Avatar.css +52 -1
  229. package/dist/lib/components/Avatar/Avatar.d.ts +1 -1
  230. package/dist/lib/components/Avatar/Avatar.js +41 -13
  231. package/dist/lib/components/Avatar/doc/i/img.png +0 -0
  232. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.css +54 -0
  233. package/dist/lib/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.d.ts +2 -2
  234. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.js +81 -0
  235. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.css +58 -0
  236. package/dist/lib/components/Badges/{NotificationBadge → components/NotificationBadge}/NotificationBadge.d.ts +4 -3
  237. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.js +71 -0
  238. package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.css +119 -0
  239. package/dist/lib/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.d.ts +4 -4
  240. package/dist/lib/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.js +75 -19
  241. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.css +64 -0
  242. package/dist/{es/components/Badges → lib/components/Badges/components}/PromoBadge/PromoBadge.d.ts +3 -3
  243. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.js +76 -0
  244. package/dist/lib/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.js +55 -11
  245. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.css +60 -0
  246. package/dist/{es/components/Badges → lib/components/Badges/components}/TimerBadge/TimerBadge.d.ts +2 -2
  247. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.js +135 -0
  248. package/dist/lib/components/Banner/Banner.css +195 -1
  249. package/dist/lib/components/Banner/Banner.d.ts +4 -5
  250. package/dist/lib/components/Banner/Banner.js +160 -72
  251. package/dist/lib/components/Banner/BannerDot.css +69 -1
  252. package/dist/lib/components/Banner/BannerDot.d.ts +1 -1
  253. package/dist/lib/components/Banner/BannerDot.js +36 -10
  254. package/dist/lib/components/Banner/slidesSettings.d.ts +2 -4
  255. package/dist/lib/components/Banner/slidesSettings.js +11 -4
  256. package/dist/lib/components/Button/Button.css +814 -1
  257. package/dist/lib/components/Button/Button.d.ts +6 -7
  258. package/dist/lib/components/Button/Button.js +157 -70
  259. package/dist/lib/components/Calendar/Calendar.css +5 -1
  260. package/dist/lib/components/Calendar/Calendar.d.ts +2 -2
  261. package/dist/lib/components/Calendar/Calendar.js +148 -70
  262. package/dist/lib/components/Calendar/components/Day/Day.css +128 -0
  263. package/dist/{es/components/Calendar/components/_Day → lib/components/Calendar/components/Day}/Day.d.ts +4 -4
  264. package/dist/lib/components/Calendar/components/Day/Day.js +117 -0
  265. package/dist/lib/components/Calendar/components/Month/Month.css +81 -0
  266. package/dist/lib/components/Calendar/components/{_Month → Month}/Month.d.ts +2 -3
  267. package/dist/lib/components/Calendar/components/Month/Month.js +122 -0
  268. package/dist/lib/components/Caption/Caption.css +48 -1
  269. package/dist/lib/components/Caption/Caption.d.ts +2 -4
  270. package/dist/lib/components/Caption/Caption.js +40 -15
  271. package/dist/lib/components/Carousel/Carousel.css +215 -1
  272. package/dist/lib/components/Carousel/Carousel.d.ts +10 -11
  273. package/dist/lib/components/Carousel/Carousel.js +226 -195
  274. package/dist/lib/components/Carousel/checkBreakpointsPropTypes.d.ts +1 -1
  275. package/dist/lib/components/Carousel/checkBreakpointsPropTypes.js +17 -5
  276. package/dist/lib/components/Carousel/useGradient.d.ts +1 -1
  277. package/dist/lib/components/Carousel/useGradient.js +24 -11
  278. package/dist/lib/components/Checkbox/Checkbox.css +150 -1
  279. package/dist/lib/components/Checkbox/Checkbox.d.ts +4 -4
  280. package/dist/lib/components/Checkbox/Checkbox.js +74 -34
  281. package/dist/lib/components/Chips/Chip.css +132 -1
  282. package/dist/lib/components/Chips/Chip.d.ts +26 -6
  283. package/dist/lib/components/Chips/Chip.js +75 -35
  284. package/dist/lib/components/Chips/Chips.css +19 -1
  285. package/dist/lib/components/Chips/Chips.d.ts +2 -2
  286. package/dist/lib/components/Chips/Chips.js +91 -46
  287. package/dist/lib/components/Chips/components/ChipsDropdown.css +106 -1
  288. package/dist/lib/components/Chips/components/ChipsDropdown.d.ts +2 -2
  289. package/dist/lib/components/Chips/components/ChipsDropdown.js +66 -30
  290. package/dist/lib/components/Collapse/Collapse.css +3 -0
  291. package/dist/{es/components/_Collapse → lib/components/Collapse}/Collapse.d.ts +3 -3
  292. package/dist/lib/components/Collapse/Collapse.js +141 -0
  293. package/dist/lib/components/ContentArea/ContentArea.css +109 -1
  294. package/dist/lib/components/ContentArea/ContentArea.d.ts +4 -5
  295. package/dist/lib/components/ContentArea/ContentArea.js +43 -13
  296. package/dist/lib/components/ContentView/ContentView.css +103 -1
  297. package/dist/lib/components/ContentView/ContentView.d.ts +2 -3
  298. package/dist/lib/components/ContentView/ContentView.js +62 -16
  299. package/dist/lib/components/Counter/Counter.css +123 -1
  300. package/dist/lib/components/Counter/Counter.d.ts +1 -1
  301. package/dist/lib/components/Counter/Counter.js +70 -24
  302. package/dist/lib/components/Grid/Grid.css +102 -1
  303. package/dist/lib/components/Grid/Grid.d.ts +1 -1
  304. package/dist/lib/components/Grid/Grid.js +39 -12
  305. package/dist/lib/components/Grid/GridColumn.css +3102 -1
  306. package/dist/lib/components/Grid/GridColumn.d.ts +2 -2
  307. package/dist/lib/components/Grid/GridColumn.js +76 -37
  308. package/dist/lib/components/Header/Header.css +122 -1
  309. package/dist/lib/components/Header/Header.d.ts +1 -3
  310. package/dist/lib/components/Header/Header.js +42 -17
  311. package/dist/lib/components/Link/Link.d.ts +2 -2
  312. package/dist/lib/components/Link/Link.js +33 -14
  313. package/dist/lib/components/List/List.css +66 -1
  314. package/dist/lib/components/List/List.d.ts +1 -2
  315. package/dist/lib/components/List/List.js +30 -12
  316. package/dist/lib/components/List/ListItem.css +6 -1
  317. package/dist/lib/components/List/ListItem.d.ts +1 -2
  318. package/dist/lib/components/List/ListItem.js +19 -5
  319. package/dist/lib/components/ListData/ListData.css +162 -1
  320. package/dist/lib/components/ListData/ListData.d.ts +34 -6
  321. package/dist/lib/components/ListData/ListData.js +110 -50
  322. package/dist/lib/components/ListData/ListDataGroup.css +15 -1
  323. package/dist/lib/components/ListData/ListDataGroup.d.ts +4 -4
  324. package/dist/lib/components/ListData/ListDataGroup.js +117 -47
  325. package/dist/lib/components/ListData/components/ListDataSortable.css +79 -1
  326. package/dist/lib/components/ListData/components/ListDataSortable.d.ts +4 -4
  327. package/dist/lib/components/ListData/components/ListDataSortable.js +73 -34
  328. package/dist/lib/components/ListData/doc/i/img.png +0 -0
  329. package/dist/lib/components/ListData/helpers.js +24 -6
  330. package/dist/lib/components/Logo/Logo.css +43 -1
  331. package/dist/lib/components/Logo/Logo.d.ts +1 -1
  332. package/dist/lib/components/Logo/Logo.js +40 -13
  333. package/dist/lib/components/NavArrow/NavArrow.css +63 -1
  334. package/dist/lib/components/NavArrow/NavArrow.d.ts +3 -3
  335. package/dist/lib/components/NavArrow/NavArrow.js +46 -14
  336. package/dist/lib/components/Notification/Notification.css +350 -1
  337. package/dist/lib/components/Notification/Notification.d.ts +4 -5
  338. package/dist/lib/components/Notification/Notification.js +200 -113
  339. package/dist/lib/components/Pagination/Pagination.css +5 -1
  340. package/dist/lib/components/Pagination/Pagination.d.ts +3 -4
  341. package/dist/lib/components/Pagination/Pagination.js +50 -18
  342. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +62 -1
  343. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.d.ts +4 -5
  344. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.js +34 -11
  345. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.css +10 -1
  346. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.d.ts +2 -3
  347. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.js +31 -6
  348. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +17 -1
  349. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.d.ts +2 -3
  350. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +31 -8
  351. package/dist/lib/components/Pagination/helpers.js +6 -1
  352. package/dist/lib/components/Pagination/usePagination.d.ts +1 -2
  353. package/dist/lib/components/Pagination/usePagination.js +35 -9
  354. package/dist/lib/components/Paragraph/Paragraph.css +43 -1
  355. package/dist/lib/components/Paragraph/Paragraph.d.ts +2 -4
  356. package/dist/lib/components/Paragraph/Paragraph.js +37 -13
  357. package/dist/lib/components/Preloader/Preloader.css +224 -1
  358. package/dist/lib/components/Preloader/Preloader.d.ts +3 -3
  359. package/dist/lib/components/Preloader/Preloader.js +57 -22
  360. package/dist/lib/components/RadioButton/RadioButton.css +120 -1
  361. package/dist/lib/components/RadioButton/RadioButton.d.ts +1 -1
  362. package/dist/lib/components/RadioButton/RadioButton.js +69 -22
  363. package/dist/lib/components/Row/Row.css +238 -1
  364. package/dist/lib/components/Row/Row.d.ts +2 -2
  365. package/dist/lib/components/Row/Row.js +75 -39
  366. package/dist/lib/components/Search/Search.css +453 -1
  367. package/dist/lib/components/Search/Search.d.ts +8 -7
  368. package/dist/lib/components/Search/Search.js +261 -121
  369. package/dist/lib/components/Select/Select.css +389 -1
  370. package/dist/lib/components/Select/Select.d.ts +84 -8
  371. package/dist/lib/components/Select/Select.js +186 -69
  372. package/dist/lib/components/Select/reducer/selectReducer.d.ts +1 -1
  373. package/dist/lib/components/Select/reducer/selectReducer.js +41 -21
  374. package/dist/lib/components/Selector/Selector.css +132 -1
  375. package/dist/lib/components/Selector/Selector.d.ts +1 -1
  376. package/dist/lib/components/Selector/Selector.js +70 -27
  377. package/dist/lib/components/Selector/doc/Selector.example.css +17 -0
  378. package/dist/lib/components/Sliders/Slider/Slider.css +128 -1
  379. package/dist/lib/components/Sliders/Slider/Slider.d.ts +1 -1
  380. package/dist/lib/components/Sliders/Slider/Slider.js +75 -29
  381. package/dist/lib/components/Sliders/SliderRange/SliderRange.css +169 -1
  382. package/dist/lib/components/Sliders/SliderRange/SliderRange.d.ts +1 -1
  383. package/dist/lib/components/Sliders/SliderRange/SliderRange.js +100 -37
  384. package/dist/lib/components/Sliders/SliderRange/helpers.js +18 -5
  385. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.css +219 -1
  386. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.d.ts +1 -1
  387. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.js +111 -40
  388. package/dist/lib/components/Sliders/SliderRatio/helpers.js +27 -8
  389. package/dist/lib/components/Sliders/SliderRatio/types.d.ts +1 -1
  390. package/dist/lib/components/Sliders/SliderRatio/types.js +2 -0
  391. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +84 -1
  392. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.d.ts +2 -2
  393. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +56 -17
  394. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.css +15 -1
  395. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.d.ts +2 -2
  396. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.js +39 -11
  397. package/dist/lib/components/Sliders/components/SliderScale/helpers.js +33 -15
  398. package/dist/lib/components/Sliders/helpers.js +22 -5
  399. package/dist/lib/components/Snackbar/Snackbar.css +220 -1
  400. package/dist/lib/components/Snackbar/Snackbar.d.ts +3 -3
  401. package/dist/lib/components/Snackbar/Snackbar.js +138 -81
  402. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.css +66 -1
  403. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.d.ts +3 -3
  404. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.js +36 -17
  405. package/dist/lib/components/Switcher/Switcher.css +160 -1
  406. package/dist/lib/components/Switcher/Switcher.d.ts +1 -2
  407. package/dist/lib/components/Switcher/Switcher.js +52 -21
  408. package/dist/lib/components/Tabs/Tab.d.ts +6 -0
  409. package/dist/lib/components/Tabs/Tab.js +26 -5
  410. package/dist/lib/components/Tabs/Tabs.css +306 -1
  411. package/dist/lib/components/Tabs/Tabs.d.ts +5 -6
  412. package/dist/lib/components/Tabs/Tabs.js +209 -95
  413. package/dist/lib/components/TextField/TextField.css +343 -1
  414. package/dist/lib/components/TextField/TextField.d.ts +3 -3
  415. package/dist/lib/components/TextField/TextField.js +238 -113
  416. package/dist/lib/components/TextField/utils/countGraphemes.js +28 -11
  417. package/dist/lib/components/TextLink/TextLink.css +50 -1
  418. package/dist/lib/components/TextLink/TextLink.d.ts +2 -2
  419. package/dist/lib/components/TextLink/TextLink.js +41 -18
  420. package/dist/lib/components/Tile/Tile.css +43 -1
  421. package/dist/lib/components/Tile/Tile.d.ts +5 -7
  422. package/dist/lib/components/Tile/Tile.js +54 -26
  423. package/dist/lib/components/Tooltip/Tooltip.css +335 -1
  424. package/dist/lib/components/Tooltip/Tooltip.d.ts +8 -9
  425. package/dist/lib/components/Tooltip/Tooltip.js +218 -110
  426. package/dist/lib/constants/throttleTime.js +3 -2
  427. package/dist/lib/hooks/usePrevious.js +11 -4
  428. package/dist/lib/hooks/useResolution.d.ts +1 -1
  429. package/dist/lib/hooks/useResolution.js +23 -9
  430. package/dist/lib/hooks/useSwipe.d.ts +1 -1
  431. package/dist/lib/hooks/useSwipe.js +63 -21
  432. package/dist/lib/index.d.ts +9 -16
  433. package/dist/lib/index.js +101 -82
  434. package/package.json +101 -106
  435. package/styles/base.less +171 -0
  436. package/styles/colors.css +0 -53
  437. package/dist/es/components/Badges/CounterBadge/CounterBadge.css +0 -1
  438. package/dist/es/components/Badges/NotificationBadge/NotificationBadge.css +0 -1
  439. package/dist/es/components/Badges/NotificationBadge/NotificationBadge.js +0 -34
  440. package/dist/es/components/Badges/PriceBadge/PriceBadge.css +0 -1
  441. package/dist/es/components/Badges/PromoBadge/PromoBadge.css +0 -1
  442. package/dist/es/components/Badges/TimerBadge/TimerBadge.css +0 -1
  443. package/dist/es/components/Calendar/components/_Day/Day.css +0 -1
  444. package/dist/es/components/Calendar/components/_Month/Month.css +0 -1
  445. package/dist/es/components/Modal/Modal.css +0 -1
  446. package/dist/es/components/Modal/Modal.d.ts +0 -106
  447. package/dist/es/components/Modal/Modal.js +0 -277
  448. package/dist/es/components/Modal/_ModalContent/ModalContent.css +0 -1
  449. package/dist/es/components/Modal/_ModalContent/ModalContent.d.ts +0 -8
  450. package/dist/es/components/Modal/_ModalContent/ModalContent.js +0 -167
  451. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.css +0 -1
  452. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.d.ts +0 -8
  453. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.js +0 -32
  454. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.css +0 -1
  455. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.d.ts +0 -12
  456. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.js +0 -114
  457. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.css +0 -1
  458. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.d.ts +0 -8
  459. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.js +0 -55
  460. package/dist/es/components/Modal/mocks.d.ts +0 -3
  461. package/dist/es/components/Modal/mocks.js +0 -79
  462. package/dist/es/components/Modal/types.d.ts +0 -28
  463. package/dist/es/components/Modal/types.js +0 -1
  464. package/dist/es/components/Modal/utils/utils.d.ts +0 -18
  465. package/dist/es/components/Modal/utils/utils.js +0 -66
  466. package/dist/es/components/ScrollBar/ScrollBar.css +0 -1
  467. package/dist/es/components/ScrollBar/ScrollBar.d.ts +0 -34
  468. package/dist/es/components/ScrollBar/ScrollBar.js +0 -86
  469. package/dist/es/components/_Collapse/Collapse.css +0 -1
  470. package/dist/es/styles/base.css +0 -1
  471. package/dist/lib/components/Badges/CounterBadge/CounterBadge.css +0 -1
  472. package/dist/lib/components/Badges/CounterBadge/CounterBadge.js +0 -52
  473. package/dist/lib/components/Badges/NotificationBadge/NotificationBadge.css +0 -1
  474. package/dist/lib/components/Badges/NotificationBadge/NotificationBadge.js +0 -43
  475. package/dist/lib/components/Badges/PriceBadge/PriceBadge.css +0 -1
  476. package/dist/lib/components/Badges/PromoBadge/PromoBadge.css +0 -1
  477. package/dist/lib/components/Badges/PromoBadge/PromoBadge.js +0 -49
  478. package/dist/lib/components/Badges/TimerBadge/TimerBadge.css +0 -1
  479. package/dist/lib/components/Badges/TimerBadge/TimerBadge.js +0 -97
  480. package/dist/lib/components/Calendar/components/_Day/Day.css +0 -1
  481. package/dist/lib/components/Calendar/components/_Day/Day.js +0 -75
  482. package/dist/lib/components/Calendar/components/_Month/Month.css +0 -1
  483. package/dist/lib/components/Calendar/components/_Month/Month.js +0 -93
  484. package/dist/lib/components/Modal/Modal.css +0 -1
  485. package/dist/lib/components/Modal/Modal.d.ts +0 -106
  486. package/dist/lib/components/Modal/Modal.js +0 -286
  487. package/dist/lib/components/Modal/_ModalContent/ModalContent.css +0 -1
  488. package/dist/lib/components/Modal/_ModalContent/ModalContent.d.ts +0 -8
  489. package/dist/lib/components/Modal/_ModalContent/ModalContent.js +0 -176
  490. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.css +0 -1
  491. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.d.ts +0 -8
  492. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.js +0 -41
  493. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.css +0 -1
  494. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.d.ts +0 -12
  495. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.js +0 -123
  496. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.css +0 -1
  497. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.d.ts +0 -8
  498. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.js +0 -64
  499. package/dist/lib/components/Modal/mocks.d.ts +0 -3
  500. package/dist/lib/components/Modal/mocks.js +0 -85
  501. package/dist/lib/components/Modal/types.d.ts +0 -28
  502. package/dist/lib/components/Modal/types.js +0 -5
  503. package/dist/lib/components/Modal/utils/utils.d.ts +0 -18
  504. package/dist/lib/components/Modal/utils/utils.js +0 -72
  505. package/dist/lib/components/ScrollBar/ScrollBar.css +0 -1
  506. package/dist/lib/components/ScrollBar/ScrollBar.d.ts +0 -34
  507. package/dist/lib/components/ScrollBar/ScrollBar.js +0 -94
  508. package/dist/lib/components/_Collapse/Collapse.css +0 -1
  509. package/dist/lib/components/_Collapse/Collapse.js +0 -95
  510. package/dist/lib/styles/base.css +0 -1
  511. package/styles/base.scss +0 -150
  512. /package/dist/es/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.d.ts +0 -0
  513. /package/dist/lib/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.d.ts +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4016 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [6.0.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@6.0.0...@megafon/ui-core@6.0.1) (2024-08-05)
7
+
8
+ **Note:** Version bump only for package @megafon/ui-core
9
+
10
+
11
+
12
+
13
+
14
+ # [6.0.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.18.1...@megafon/ui-core@6.0.0) (2024-08-01)
15
+
16
+
17
+ ### Features
18
+
19
+ * **notificationbadge:** added new MEDIUM size ([e80f57b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e80f57b01d4154b32640cb5d29c27712c4811a6b))
20
+ * **notificationbadge:** added new MEDIUM size ([2d98707](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2d9870748f65576f5d98f2376e96d55458a4ece1))
21
+ * **tab:** added notification badge for tab ([35da600](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/35da600da207c345ecd21b5598697f4e4401e62b))
22
+ * **tabs:** added notification badge for tabs ([88e3075](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/88e307514f0a1ffad527ff6e7eb8a2d5d3839527))
23
+ * **tabs:** fixed after review, added color change for bubbles and added new examples ([baba51b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/baba51bfd120aa9250f1ea6a6d6632fd44f118a2))
24
+
25
+
26
+ ### BREAKING CHANGES
27
+
28
+ * **notificationbadge:** old MEDIUM size now named as BIG, and added new MEDIUM size
29
+ * **notificationbadge:** old MEDIUM size now named as BIG, and added new MEDIUM size
30
+
31
+
32
+
33
+
34
+
35
+ ## [5.18.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.18.0...@megafon/ui-core@5.18.1) (2024-07-17)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * **banner:** disable autoplay for single slide ([7f8780b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/7f8780b806c165a91aae63a051af299736ddd667))
41
+
42
+
43
+
44
+
45
+
46
+ # [5.18.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.17.0...@megafon/ui-core@5.18.0) (2024-07-08)
47
+
48
+
49
+ ### Features
50
+
51
+ * **contentview:** add props to ContentView component ([ffa2dcc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ffa2dcc51305f96190aa65157733a3b624e462ac))
52
+
53
+
54
+
55
+
56
+
57
+ # [5.17.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.16.0...@megafon/ui-core@5.17.0) (2024-07-01)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * **banner:** fix banner height ([fead67b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/fead67bcee5e1da3bb77a567952ff8514ea8a86d))
63
+ * **banner:** fix banner height ([b2315de](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b2315de6ce1bd08dacf3f80bdf9d07a45de480b5))
64
+ * **snackbar:** timer margin ([0008718](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0008718c43bca5efd2e08933e0c0061860ac5a14))
65
+
66
+
67
+ ### Features
68
+
69
+ * **banner, imagebanner:** update components ([c6e8d6b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/c6e8d6bf308a6d179b768aceba23e564d17f3d64))
70
+ * **listdata:** create component ListData ([75ad1d5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/75ad1d5476245e723a635e8d17da9ea7418657dc))
71
+ * **search:** update props data attr ([861d0f5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/861d0f58d477c36855b8d94d3472c0c3994c4890))
72
+
73
+
74
+
75
+
76
+
77
+ # [5.16.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.15.0...@megafon/ui-core@5.16.0) (2024-06-26)
78
+
79
+
80
+ ### Bug Fixes
81
+
82
+ * **carousel:** unsibscribe throttle ([c595b66](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/c595b66d2ecff5b071ffd69c7ffb22dd18b8e9ca))
83
+ * **contentview:** add new props to component ContentView ([8780d37](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/8780d37b9699b336dd5575403f9e8e6aee95113e))
84
+ * **radiobutton:** fix hover on touch devices ([fecbc40](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/fecbc4023a545835e4a3995feec1caac1c3e0253))
85
+
86
+
87
+ ### Features
88
+
89
+ * **accordion:** add new prop titleTag for change title tag, add classes.title prop" ([6f265f5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6f265f53bbd552957454405d8c95cbe1549c72dd))
90
+
91
+
92
+
93
+
94
+
95
+ # [5.15.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.14.1...@megafon/ui-core@5.15.0) (2024-06-17)
96
+
97
+
98
+ ### Features
99
+
100
+ * **avatar:** create component Avatar ([d36574f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d36574f889a9eceb3a71b790670c2809a9c538aa))
101
+ * **colors:** add gradient Scrim ([ee4f5c6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ee4f5c6ddeea024573f5064308b3d8d30d31d575))
102
+
103
+
104
+
105
+
106
+
107
+ ## [5.14.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.14.0...@megafon/ui-core@5.14.1) (2024-06-10)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * **selector:** fix tap highlight color ([5142b81](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5142b812e11d39f8ab0de32b8af5ffc171aafacc))
113
+
114
+
115
+
116
+
117
+
118
+ # [5.14.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.13.0...@megafon/ui-core@5.14.0) (2024-06-03)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **carousel:** fix page scroll ([99c80bc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/99c80bccd1f09b3ad3feaa965d9c0205b038d660))
124
+
125
+
126
+ ### Features
127
+
128
+ * **search:** modern gradient ([7c2becc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/7c2beccd79d83e9cd099ea49de4138e4ab9822af))
129
+
130
+
131
+
132
+
133
+
134
+ # [5.13.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.12.1...@megafon/ui-core@5.13.0) (2024-05-27)
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * **sliders:** fix bugs ([f09615a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f09615a4a417836ceaa71b3c604a9288f81ba69a))
140
+
141
+
142
+ ### Features
143
+
144
+ * **row:** create component Row ([08da88f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/08da88fcbbdaea5c5fb1a88cffbfb820025e6d84))
145
+ * **snackbar:** update snackbar component ([71713f1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/71713f11e81bb4da0e4b531fd27e2882287b6122))
146
+
147
+
148
+
149
+
150
+
151
+ ## [5.12.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.12.0...@megafon/ui-core@5.12.1) (2024-05-14)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * **selector:** fix file name ([b8b3d26](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b8b3d26616889bb750db71819be57632555778b8))
157
+
158
+
159
+
160
+
161
+
162
+ # [5.12.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.11.0...@megafon/ui-core@5.12.0) (2024-05-14)
163
+
164
+
165
+ ### Features
166
+
167
+ * **sliders:** add support for non-multiple min value ([51ed0cf](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/51ed0cfa3829bb4fab446086729a3b1ea1dcff61))
168
+
169
+
170
+
171
+
172
+
173
+ # [5.11.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.10.1...@megafon/ui-core@5.11.0) (2024-05-06)
174
+
175
+
176
+ ### Features
177
+
178
+ * **notificationbadge:** create component NotificationBadge ([6b89be0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6b89be0e0e568f71f3a2340f924fbb837e61a221))
179
+ * **pricebadge:** add purple color ([3943148](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/3943148c1eee233c73830fc705ff2d11dd68721a))
180
+ * **snackbar:** update snackbar component ([e7231de](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e7231de8447b2a51335b56c5344baf703af7647b))
181
+
182
+
183
+
184
+
185
+
186
+ ## [5.10.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.10.0...@megafon/ui-core@5.10.1) (2024-04-24)
187
+
188
+
189
+ ### Bug Fixes
190
+
191
+ * **banner:** fix children background ([a6e3d12](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a6e3d127dd5b73dcea4d54e96e95ae8189f61824))
192
+
193
+
194
+
195
+
196
+
197
+ # [5.10.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.2...@megafon/ui-core@5.10.0) (2024-04-22)
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **sliders:** fix bugs ([2992a34](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2992a348fab99cc65a190a2892262e7e4b65b693))
203
+ * **snackbartimer:** update color timer value ([911fb68](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/911fb681d36db1e89c43d10f7899fb6038336a36))
204
+ * **tooltip:** add border ([ba4461f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ba4461ff86b98a021dca47b7836e2cd2c05cbfcd))
205
+
206
+
207
+ ### Features
208
+
209
+ * **banner:** update Banner component ([a2fde9e](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a2fde9ebda0993ac9cefe80e61d40780d2b20452))
210
+ * **bannerdot:** update BannerDot component ([22b03d6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/22b03d61f19304d242229f8c8d925bcd1adb7da4))
211
+ * **button:** add new prop for Button component ([98fb1bd](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/98fb1bd8964ddd76866074d2b8f5890b99253b97))
212
+ * **contentview:** add classes props ([2871dd6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2871dd6dd836762da0e9c8c21c07ba445361e6b2))
213
+ * **navarrow:** add new theme for NavArrow component ([aff36c6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/aff36c6e055bbe708fc45d0cbe22e3a4a3669850))
214
+ * **pricebadge:** add new themes for PriceBadge component ([e521f40](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e521f405f8b2bc78bd15da5555c397b098f5c81d))
215
+
216
+
217
+
218
+
219
+
220
+ ## [5.9.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.1...@megafon/ui-core@5.9.2) (2024-04-11)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * **select:** fix focus ([a6fcc29](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a6fcc295cc53a926c43003c4e1133723e495205e))
226
+
227
+
228
+
229
+
230
+
231
+ ## [5.9.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.0...@megafon/ui-core@5.9.1) (2024-04-09)
232
+
233
+
234
+ ### Bug Fixes
235
+
236
+ * **chips:** fix constant import ([a16067b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a16067b2269179491e8f0e38a2c228a1cb2f7ffa))
237
+ * **contentview:** fix image imports ([2170756](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/217075677f6b57712a6fe48cdf443a31e4f86e2c))
238
+
239
+
240
+
241
+
242
+
243
+ # [5.9.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.8.0...@megafon/ui-core@5.9.0) (2024-04-08)
244
+
245
+
246
+ ### Bug Fixes
247
+
248
+ * **tabs:** change tab color for dark theme ([5618d4b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5618d4b7f5a9ae862fad380691f9b3414a0fb3a0))
249
+
250
+
251
+ ### Features
252
+
253
+ * **chips:** add features to Chips ([2684b97](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2684b974fe868ea2e869fec168ed6bced2f6b75e))
254
+ * **contentview:** add new component ContentView ([f2419dc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f2419dc1a659da427a306d41edd3fb67a123d25d))
255
+ * **sliders:** add new components: Slider, SliderRatio, SliderRange ([4e03e12](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4e03e12b587637e3e2abbe2638b5adaf4b88c00c))
256
+ * **switcher:** add new prop theme ([2959b87](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2959b87726cafeb2ee25e5ba50317c7423b9aa6e))
257
+
258
+
259
+
260
+
261
+
262
+ # [5.8.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.7.1...@megafon/ui-core@5.8.0) (2024-04-01)
263
+
264
+
265
+ ### Features
266
+
267
+ * **search:** add href to search item ([2c00dc8](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2c00dc858352794b91962af2791c75927fcdf570))
268
+
269
+
270
+
271
+
272
+
273
+ ## [5.7.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.7.0...@megafon/ui-core@5.7.1) (2024-03-26)
274
+
275
+ **Note:** Version bump only for package @megafon/ui-core
276
+
277
+
278
+
279
+
280
+
281
+ # [5.7.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.6.1...@megafon/ui-core@5.7.0) (2024-03-18)
282
+
283
+
284
+ ### Features
285
+
286
+ * **snackbar:** text color ([d3e0e03](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d3e0e03dec8c92b0d1af623b13423b63505ae6ff))
287
+
288
+
289
+
290
+
291
+
292
+ ## [5.6.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.6.0...@megafon/ui-core@5.6.1) (2024-03-04)
293
+
294
+ **Note:** Version bump only for package @megafon/ui-core
295
+
296
+
297
+
298
+
299
+
300
+ # [5.6.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.5.0...@megafon/ui-core@5.6.0) (2024-02-20)
301
+
302
+
303
+ ### Features
304
+
305
+ * **search:** added results for not found ([1a62ab7](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/1a62ab78071e2b58235d93f403512a987a3c5ce1))
306
+
307
+
308
+
309
+
310
+
311
+ # [5.5.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.6...@megafon/ui-core@5.5.0) (2024-02-13)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * **snackbar:** fix useSwipe logic ([29b1187](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/29b1187fdcb065d91123a85e4ee2fde4bd9ab077))
317
+
318
+
319
+ ### Features
320
+
321
+ * **button:** add icon to text for extra-small and small sizes ([170b606](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/170b60639863a4b933db5a9c1072e3d1f15f8050))
322
+ * **chip:** create component Chip ([268d329](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/268d329713468e78c111675f0fbe8061b6c91d4c))
323
+ * **tabs:** add new prop for panel class ([0a5d47e](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0a5d47e46a618cec32f62ab94b9d0f9ee769d029))
324
+
325
+
326
+
327
+
328
+
329
+ ## [5.4.6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.5...@megafon/ui-core@5.4.6) (2024-01-30)
330
+
331
+ **Note:** Version bump only for package @megafon/ui-core
332
+
333
+
334
+
335
+
336
+
337
+ ## [5.4.5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.4...@megafon/ui-core@5.4.5) (2024-01-22)
338
+
339
+
340
+ ### Bug Fixes
341
+
342
+ * **counter:** reset default border radius on ios ([b47bcc5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b47bcc53380f9576e0b470778fa25bfa0d4fb13d))
343
+
344
+
345
+
346
+
347
+
348
+ ## [5.4.4](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.3...@megafon/ui-core@5.4.4) (2024-01-15)
349
+
350
+ **Note:** Version bump only for package @megafon/ui-core
351
+
352
+
353
+
354
+
355
+
356
+ ## [5.4.3](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.2...@megafon/ui-core@5.4.3) (2024-01-09)
357
+
358
+ **Note:** Version bump only for package @megafon/ui-core
359
+
360
+
361
+
362
+
363
+
364
+ ## [5.4.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.1...@megafon/ui-core@5.4.2) (2023-12-14)
365
+
366
+
367
+ ### Bug Fixes
368
+
369
+ * **notification:** added root ref, link class ([4b6e76c](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4b6e76cbeee4b17b46f0abae2c73ec879d9201de))
370
+ * **pricebadge:** change font-weight from 400 to 500 ([79e3480](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/79e3480a8f6254101b687db949b3257c2fa00a32))
371
+ * **search:** add extra classes ([2bef678](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2bef67859c166644194bf39ea380465617e80ad7))
372
+
373
+
374
+
375
+
376
+
377
+ ## [5.4.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.0...@megafon/ui-core@5.4.1) (2023-11-27)
378
+
379
+
380
+ ### Bug Fixes
381
+
382
+ * **search:** change index to correct one on mouse down to item in dropdown ([363e1bc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/363e1bc43f884fecec1057e74f071ab1e9904e24))
383
+
384
+
385
+
386
+
387
+
388
+ # [5.4.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.3.0...@megafon/ui-core@5.4.0) (2023-11-22)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * **snackbar:** fix swipe ([ce8b5eb](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ce8b5ebd8bae725befab8adc08dbaa879f430bd4))
394
+ * **snackbar:** fix transform ([286e976](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/286e976a6bf395de41392efcd3cbf66ecc949a1a))
395
+ * **snackbar:** refactoring ([6f49ad1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6f49ad130d8ce2e810660ae0bbb7a270269d29e0))
396
+ * **snackbar:** refactoring ([b58f943](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b58f943f364995da610374140287b64a229b7aed))
397
+ * **tabs:** fix text color in not active tab ([d0bd99b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d0bd99b710ce97813df671eeeb4edf6f8ae5be44))
398
+
399
+
400
+ ### Features
401
+
402
+ * **pricebadge:** add new iconType profile ([0259dd8](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0259dd8c3989e4041bb0a4d9100e0a76352c1377))
403
+
404
+
405
+
406
+
407
+
408
+ # [5.3.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.3...@megafon/ui-core@5.3.0) (2023-11-08)
409
+
410
+
411
+ ### Features
412
+
413
+ * **selector:** create component Selector ([73d6aec](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/73d6aec573fe500471f0b557f0cbe0a9485b1fa3))
414
+
415
+
416
+
417
+
418
+
419
+ ## [5.2.3](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.2...@megafon/ui-core@5.2.3) (2023-10-17)
420
+
421
+
422
+ ### Bug Fixes
423
+
424
+ * **preloader:** add new prop disableAnimate ([5b1fc46](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5b1fc469ccab408679e07e64ce3e04474a410c09))
425
+ * **switcher:** add new prop waiting ([78b8bb9](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/78b8bb9d115ed0a45d529a1204f5a3d5d132a330))
426
+
427
+
428
+
429
+
430
+
431
+ ## [5.2.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.1...@megafon/ui-core@5.2.2) (2023-09-14)
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * **colors:** replace dark buttonHoverPurpleSoft color ([0b68d15](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0b68d15cb053f4e9020e28e0a997c81e070f060c))
437
+
438
+
439
+
440
+
441
+
442
+ ## [5.2.1](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.2.0...@megafon/ui-core@5.2.1) (2023-08-28)
443
+
444
+
445
+ ### Bug Fixes
446
+
447
+ * **snackbar:** fix useSwipe path in Snackbar ([707d2ff](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/707d2ffb462bdbf077ced9de43df29d35e8645b9))
448
+
449
+
450
+
451
+
452
+
453
+ # [5.2.0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.2...@megafon/ui-core@5.2.0) (2023-08-25)
454
+
455
+
456
+ ### Features
457
+
458
+ * **snackbar:** create component Snackbar ([ec08ff0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/ec08ff067b23dcd7ad9e3f853ba871ba20fd36bd))
459
+
460
+
461
+
462
+
463
+
464
+ ## [5.1.2](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.0...@megafon/ui-core@5.1.2) (2023-08-21)
465
+
466
+
467
+ ### Bug Fixes
468
+
469
+ * **accordion:** reduced mobile paddings ([35c207a](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/35c207a1e704023a2553f4a0c4ed4a928d3d5fd9))
470
+ * **badge:** new color purple gradient ([fbaec53](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/fbaec53961cef1e2683ea54676f6ded0f6514841))
471
+ * **button:** fix redefining styles ([d0002f9](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/d0002f90d6dbd7b120b5f88b2dac129b11593ccb))
472
+ * **tabs:** fix underfline width in tabs ([57b8258](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/57b8258584c72064c3d46c2ef95c2f1dd314ae3a))
473
+
474
+
475
+
476
+
477
+
478
+ ## [5.1.1](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.0...@megafon/ui-core@5.1.1) (2023-07-18)
479
+
480
+
481
+ ### Bug Fixes
482
+
483
+ * **accordion:** reduced mobile paddings ([35c207a](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/35c207a1e704023a2553f4a0c4ed4a928d3d5fd9))
484
+ * **badge:** new color purple gradient ([fbaec53](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/fbaec53961cef1e2683ea54676f6ded0f6514841))
485
+ * **button:** fix redefining styles ([d0002f9](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/d0002f90d6dbd7b120b5f88b2dac129b11593ccb))
486
+
487
+
488
+
489
+
490
+
491
+ # [5.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@5.0.1...@megafon/ui-core@5.1.0) (2023-07-10)
492
+
493
+
494
+ ### Bug Fixes
495
+
496
+ * **search:** clear debounce timeout on field clear ([811c08a](https://github.com/MegafonWebLab/megafon-ui/commit/811c08a9a12fe3a0de6e1c6eb497cc8a9443a9e0))
497
+
498
+
499
+ ### Features
500
+
501
+ * **promobadge:** add color prop ([bf77ac7](https://github.com/MegafonWebLab/megafon-ui/commit/bf77ac7be405dec7fd4dae3c91273813a761e408))
502
+
503
+
504
+
505
+
506
+
507
+ ## [5.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@5.0.0...@megafon/ui-core@5.0.1) (2023-07-10)
508
+
509
+
510
+ ### Bug Fixes
511
+
512
+ * **tile:** remove shadow prop deprecated values: low, high ([87982fc](https://github.com/MegafonWebLab/megafon-ui/commit/87982fcad5483256fd5db21a6d9a5a567e34e856))
513
+
514
+
515
+
516
+
517
+
518
+ # [5.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.16.1...@megafon/ui-core@5.0.0) (2023-06-22)
519
+
520
+
521
+ ### Bug Fixes
522
+
523
+ * **textfield:** rename prop onCustomIconClick; change behavior of clear icon; ([4b827a6](https://github.com/MegafonWebLab/megafon-ui/commit/4b827a682c8139674fb8dc14c7bd92c25c8ec789))
524
+
525
+
526
+ ### BREAKING CHANGES
527
+
528
+ * **textfield:** Prop onCustomIconClick renamed to onIconClick. Clicking on the clear icon performs the following
529
+ actions: clearing and focusing the field, triggering the change event with an empty value.
530
+ These actions are performed in both controlled and uncontrolled state, regardless of the
531
+ presence of a onIconClick handler.
532
+
533
+ How to migrate:
534
+ - rename prop onCustomIconClick to onIconClick;
535
+ - remove clear field in handler onIconClick;
536
+ - remove field focus in handler onIconClick;
537
+
538
+ * **tile:** remove shadow prop deprecated values: low, high
539
+
540
+ How to migrate:
541
+ - don't use value "low" (use what better suitable for specific places)
542
+ - use "pressed" instead of "high"
543
+
544
+ * **notification:** remove shadowLevel prop deprecated values: low, high
545
+
546
+ How to migrate:
547
+ - don't use value "low" (use what better suitable for specific places)
548
+ - use "pressed" instead of "high"
549
+
550
+
551
+ ## [4.16.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.16.0...@megafon/ui-core@4.16.1) (2023-05-23)
552
+
553
+
554
+ ### Bug Fixes
555
+
556
+ * **counterbadge:** fix required props ([6824153](https://github.com/MegafonWebLab/megafon-ui/commit/6824153b4f2543eb3961cd408c447c8bcb9cd83d))
557
+
558
+
559
+
560
+
561
+
562
+ # [4.16.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.6...@megafon/ui-core@4.16.0) (2023-05-17)
563
+
564
+
565
+ ### Bug Fixes
566
+
567
+ * **contentarea:** new prop indents ([4e161ed](https://github.com/MegafonWebLab/megafon-ui/commit/4e161ed9fb7705709410e482d2a237f5d527e7fe))
568
+
569
+
570
+ ### Features
571
+
572
+ * **badges:** add counter badge ([de83e09](https://github.com/MegafonWebLab/megafon-ui/commit/de83e093928c1b6c3947ba06d5035dbf017e6356))
573
+ * **badges:** add new PriceBadge icon type - info ([49dfcbb](https://github.com/MegafonWebLab/megafon-ui/commit/49dfcbbb0f299522d75c044282b9625bbc130af2))
574
+
575
+
576
+
577
+
578
+
579
+ ## [4.15.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.5...@megafon/ui-core@4.15.6) (2023-05-02)
580
+
581
+
582
+ ### Bug Fixes
583
+
584
+ * **tabs:** remove incorrect styles for focus on tab ([042606b](https://github.com/MegafonWebLab/megafon-ui/commit/042606b9244ac769d2b8aa073fc7d689f45b6904))
585
+
586
+
587
+
588
+
589
+
590
+ ## [4.15.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.4...@megafon/ui-core@4.15.5) (2023-04-25)
591
+
592
+ **Note:** Version bump only for package @megafon/ui-core
593
+
594
+
595
+
596
+
597
+
598
+ ## [4.15.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.3...@megafon/ui-core@4.15.4) (2023-04-17)
599
+
600
+
601
+ ### Bug Fixes
602
+
603
+ * **tabs:** fixed gradient on swiper edges ([650e9be](https://github.com/MegafonWebLab/megafon-ui/commit/650e9beea8318ccf7bf564b4473a9d3487457694))
604
+
605
+
606
+
607
+
608
+
609
+ ## [4.15.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.2...@megafon/ui-core@4.15.3) (2023-04-14)
610
+
611
+
612
+ ### Bug Fixes
613
+
614
+ * **tabs:** fixed tabs scroll on mobile resolution, set hover for desktop ([f18da75](https://github.com/MegafonWebLab/megafon-ui/commit/f18da7552911bca92ea1b1229c70ecad810d30ae))
615
+ * **textfield:** add a correct count of the graphemes entered ([8e51585](https://github.com/MegafonWebLab/megafon-ui/commit/8e515856193eefa8a63fd17cab3faab7737ad41d))
616
+
617
+
618
+
619
+
620
+
621
+ ## [4.15.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.1...@megafon/ui-core@4.15.2) (2023-04-11)
622
+
623
+
624
+ ### Bug Fixes
625
+
626
+ * **carousel:** fix gradientColor type and gradient height ([2d7eea0](https://github.com/MegafonWebLab/megafon-ui/commit/2d7eea0f215433912542a5a6eb99f48c7331a6d2))
627
+
628
+
629
+
630
+
631
+
632
+ ## [4.15.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.0...@megafon/ui-core@4.15.1) (2023-04-04)
633
+
634
+
635
+ ### Bug Fixes
636
+
637
+ * **color:** new danger color for text type button ([7f53fd8](https://github.com/MegafonWebLab/megafon-ui/commit/7f53fd8d369f664e678c8cb2a437ef4fa5c801fc))
638
+ * **pricebadge:** new props size and subtitle ([5f40360](https://github.com/MegafonWebLab/megafon-ui/commit/5f40360509e703a8fab2f4936aa109a9b63bafcd))
639
+
640
+
641
+
642
+
643
+
644
+ # [4.15.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.2...@megafon/ui-core@4.15.0) (2023-03-27)
645
+
646
+
647
+ ### Bug Fixes
648
+
649
+ * **select:** reduce opened z index ([eb95b6b](https://github.com/MegafonWebLab/megafon-ui/commit/eb95b6b5ff4d18c0e782a571428fdb4680e11474))
650
+
651
+
652
+ ### Features
653
+
654
+ * **select:** fix pseudo element position, fix z-index of drop-down list ([8d74450](https://github.com/MegafonWebLab/megafon-ui/commit/8d744504b0829323a94727a49823ec4d6a6e0d0d))
655
+
656
+
657
+
658
+
659
+
660
+ ## [4.14.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.1...@megafon/ui-core@4.14.2) (2023-03-20)
661
+
662
+
663
+ ### Bug Fixes
664
+
665
+ * **collapse:** new prop openedClassName ([c7fa687](https://github.com/MegafonWebLab/megafon-ui/commit/c7fa6876221ab02fff892e9e11772343d78c7444))
666
+ * **search:** new props showLoader and type ([1bd81df](https://github.com/MegafonWebLab/megafon-ui/commit/1bd81dfd1beae622ee33a0e6dac3cb95b7454c41))
667
+
668
+
669
+
670
+
671
+
672
+ ## [4.14.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.0...@megafon/ui-core@4.14.1) (2023-03-15)
673
+
674
+ **Note:** Version bump only for package @megafon/ui-core
675
+
676
+
677
+
678
+
679
+
680
+ # [4.14.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.13.0...@megafon/ui-core@4.14.0) (2023-03-07)
681
+
682
+
683
+ ### Bug Fixes
684
+
685
+ * **button:** disable delay for loader ([a19c599](https://github.com/MegafonWebLab/megafon-ui/commit/a19c599f884d5dc9d485c56c6c7914e76d1c3fb6))
686
+
687
+
688
+ ### Features
689
+
690
+ * **carousel:** fix z-index of naw arrow ([b6b1ae1](https://github.com/MegafonWebLab/megafon-ui/commit/b6b1ae18e8641d8168bc97598df62a1ce0eac1f4))
691
+ * **preloader:** add new prop hasDelay ([356305d](https://github.com/MegafonWebLab/megafon-ui/commit/356305d70451d38e91e638970eb9b597cac86ea7))
692
+
693
+
694
+
695
+
696
+
697
+ # [4.13.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.12.0...@megafon/ui-core@4.13.0) (2023-02-22)
698
+
699
+
700
+ ### Features
701
+
702
+ * **carousel:** add property for gradient ([9900586](https://github.com/MegafonWebLab/megafon-ui/commit/99005866bc54d60f3447742f129f036391fb3a68))
703
+
704
+
705
+
706
+
707
+
708
+ # [4.12.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.4...@megafon/ui-core@4.12.0) (2023-02-13)
709
+
710
+
711
+ ### Features
712
+
713
+ * **tabs:** add rel prop ([7a4a2de](https://github.com/MegafonWebLab/megafon-ui/commit/7a4a2ded26083cc466de10c362700a6c98a38dfd))
714
+
715
+
716
+
717
+
718
+
719
+ ## [4.11.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.3...@megafon/ui-core@4.11.4) (2023-02-06)
720
+
721
+ **Note:** Version bump only for package @megafon/ui-core
722
+
723
+
724
+
725
+
726
+
727
+ ## [4.11.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.2...@megafon/ui-core@4.11.3) (2023-01-31)
728
+
729
+ **Note:** Version bump only for package @megafon/ui-core
730
+
731
+
732
+
733
+
734
+
735
+ ## [4.11.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.1...@megafon/ui-core@4.11.2) (2023-01-23)
736
+
737
+
738
+ ### Bug Fixes
739
+
740
+ * **button:** fixed styles ([1fc2ad3](https://github.com/MegafonWebLab/megafon-ui/commit/1fc2ad37f0b8b57e992f764802f11316b95539d3))
741
+ * **tooltip:** fix margins ([5572397](https://github.com/MegafonWebLab/megafon-ui/commit/55723976459d58ecf131e9fe5aee570c9871b1d2))
742
+
743
+
744
+
745
+
746
+
747
+ ## [4.11.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.0...@megafon/ui-core@4.11.1) (2023-01-17)
748
+
749
+ **Note:** Version bump only for package @megafon/ui-core
750
+
751
+
752
+
753
+
754
+
755
+ # [4.11.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.10.1...@megafon/ui-core@4.11.0) (2023-01-16)
756
+
757
+
758
+ ### Features
759
+
760
+ * **button:** add soft green and soft purple button ([5f3be76](https://github.com/MegafonWebLab/megafon-ui/commit/5f3be76ecbb8e4549ac742aa9994d7f4e4b66ac7))
761
+
762
+
763
+
764
+
765
+
766
+ ## [4.10.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.10.0...@megafon/ui-core@4.10.1) (2022-12-19)
767
+
768
+
769
+ ### Bug Fixes
770
+
771
+ * **checkbox:** light checked bg-color ([5190a07](https://github.com/MegafonWebLab/megafon-ui/commit/5190a07b532b7b306a5c9de9f3586a3afaa230df))
772
+ * **notification:** fix link color ([7302230](https://github.com/MegafonWebLab/megafon-ui/commit/73022303201d94a814097a59d9facca5576dfa5e))
773
+ * **notification:** fix link font ([96b6134](https://github.com/MegafonWebLab/megafon-ui/commit/96b61340bb7a404affc045ac4081d093016038fa))
774
+ * **radiobutton:** update design ([2072f43](https://github.com/MegafonWebLab/megafon-ui/commit/2072f431efedfbacb679d7b39b378181cb038b83))
775
+ * **textfield:** fix dynamic height of textarea ([730b594](https://github.com/MegafonWebLab/megafon-ui/commit/730b5947358ada3c7d99e4849dc1563d2b752b32))
776
+
777
+
778
+
779
+
780
+
781
+ # [4.10.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.9.1...@megafon/ui-core@4.10.0) (2022-12-12)
782
+
783
+
784
+ ### Bug Fixes
785
+
786
+ * **checkbox:** update styles ([91c2c01](https://github.com/MegafonWebLab/megafon-ui/commit/91c2c01871ca3bae54f4c7204f5953341a7e80cc))
787
+ * **colors:** add overlay color ([168671b](https://github.com/MegafonWebLab/megafon-ui/commit/168671bea17784e9e3f448138e8dab27bfc46a50))
788
+ * **tabs:** change navigation view after change slides count ([67109aa](https://github.com/MegafonWebLab/megafon-ui/commit/67109aafe2c87a8ed7e95f506e892487ad597a8e))
789
+
790
+
791
+ ### Features
792
+
793
+ * **accordion:** add optional microdata attributes ([a67df13](https://github.com/MegafonWebLab/megafon-ui/commit/a67df131fe8a47ac4b8574784135765e4e3659bc))
794
+ * **link:** add itemprop attribute ([1243b6a](https://github.com/MegafonWebLab/megafon-ui/commit/1243b6a2b65dc157dff82d9943ee08f8f148c688))
795
+ * **textlink:** add itemprop attribute ([77a5294](https://github.com/MegafonWebLab/megafon-ui/commit/77a529437cb73cb927381d62f88f48b2b4cc5f0c))
796
+ * **tile:** added rel property ([8b2c8bf](https://github.com/MegafonWebLab/megafon-ui/commit/8b2c8bf8a3ddcba83b085f028460fdc1d14559d3))
797
+
798
+
799
+
800
+
801
+
802
+ ## [4.9.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.9.0...@megafon/ui-core@4.9.1) (2022-12-06)
803
+
804
+ **Note:** Version bump only for package @megafon/ui-core
805
+
806
+
807
+
808
+
809
+
810
+ # [4.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.2...@megafon/ui-core@4.9.0) (2022-11-29)
811
+
812
+
813
+ ### Bug Fixes
814
+
815
+ * **textarea:** fix auto resize ([de31a72](https://github.com/MegafonWebLab/megafon-ui/commit/de31a723f68e24f12623ca872f8281ca60b599c4))
816
+ * **tooltip:** fix close button margin and arrow position ([db99274](https://github.com/MegafonWebLab/megafon-ui/commit/db99274ab17fe58621aaaf1ba7d85bba6afc5e05))
817
+
818
+
819
+ ### Features
820
+
821
+ * **textarea:** add disableEnterLineBreak prop ([3fba0a0](https://github.com/MegafonWebLab/megafon-ui/commit/3fba0a08a4bca66575388c9156103335d68b287b))
822
+
823
+
824
+
825
+
826
+
827
+ ## [4.8.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.1...@megafon/ui-core@4.8.2) (2022-11-21)
828
+
829
+
830
+ ### Bug Fixes
831
+
832
+ * **tabs:** remove tab underline on hover ([1c6cfbd](https://github.com/MegafonWebLab/megafon-ui/commit/1c6cfbde1c66c71c99c42ae4a586f048688f3afb))
833
+
834
+
835
+
836
+
837
+
838
+ ## [4.8.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.0...@megafon/ui-core@4.8.1) (2022-11-15)
839
+
840
+
841
+ ### Bug Fixes
842
+
843
+ * **search:** show placeholder without label ([b059216](https://github.com/MegafonWebLab/megafon-ui/commit/b05921619514787698e82d27644702d231829c50))
844
+
845
+
846
+
847
+
848
+
849
+ # [4.8.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.7.0...@megafon/ui-core@4.8.0) (2022-11-14)
850
+
851
+
852
+ ### Bug Fixes
853
+
854
+ * **search:** fix scrollbar styles ([c8df5df](https://github.com/MegafonWebLab/megafon-ui/commit/c8df5df9787984a5eb9556b786ab8a6bee75dcb7))
855
+ * **select:** fix scrollbar styles ([15fdd41](https://github.com/MegafonWebLab/megafon-ui/commit/15fdd4170b600b8dad5f6144dadb86ae1d1e7cc0))
856
+ * **tabs:** update resize ([710895f](https://github.com/MegafonWebLab/megafon-ui/commit/710895f4c2f0899fb41ac08e7dde7b1636c24ed9))
857
+ * **textfield:** fix scrollbar styles ([8205a34](https://github.com/MegafonWebLab/megafon-ui/commit/8205a345dfe254a8f46fe4b1023f18761a5a9d29))
858
+
859
+
860
+ ### Features
861
+
862
+ * **tooltip:** add props and update design ([3bb935a](https://github.com/MegafonWebLab/megafon-ui/commit/3bb935ae0b8f302f4dd9a9ef58496e9f19e3cd2f))
863
+
864
+
865
+
866
+
867
+
868
+ # [4.7.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.6.0...@megafon/ui-core@4.7.0) (2022-11-07)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * **textfield:** fix right padding with hideIcon prop ([c2aeffd](https://github.com/MegafonWebLab/megafon-ui/commit/c2aeffd1e4c94c97aac23128b9f1ccff4ead9a81))
874
+
875
+
876
+ ### Features
877
+
878
+ * **tabs:** add gray color to tabColorTheme prop ([9d01119](https://github.com/MegafonWebLab/megafon-ui/commit/9d01119aef6ee6ef26e02c7b22efd17cb8a1147a))
879
+
880
+
881
+
882
+
883
+
884
+ # [4.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.5.1...@megafon/ui-core@4.6.0) (2022-10-31)
885
+
886
+
887
+ ### Bug Fixes
888
+
889
+ * **accordion:** fix dataAttrs props ([bb6e71c](https://github.com/MegafonWebLab/megafon-ui/commit/bb6e71cf36687fdcfb41a9ee40a27e0fdb21940b))
890
+
891
+
892
+ ### Features
893
+
894
+ * **notification:** allow using html: br, &nbsp, font color, a href in title plus b in text ([1661b7b](https://github.com/MegafonWebLab/megafon-ui/commit/1661b7b602532594ed4d1398d9f70870b1e4d852))
895
+ * **timerbadge:** add iconContainer to dataAttrs prop ([fa9b094](https://github.com/MegafonWebLab/megafon-ui/commit/fa9b094b209705c448de63fe0cfbfe52764e6709))
896
+
897
+
898
+
899
+
900
+
901
+ ## [4.5.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.5.0...@megafon/ui-core@4.5.1) (2022-10-24)
902
+
903
+
904
+ ### Bug Fixes
905
+
906
+ * **carousel:** change navigation view after change slides count ([7b300eb](https://github.com/MegafonWebLab/megafon-ui/commit/7b300eb9c6f805c3b425104a17f437b3b8a520c5))
907
+ * **search:** fix input field font-size for all browsers ([739f3b0](https://github.com/MegafonWebLab/megafon-ui/commit/739f3b02a2dbf8abc6ad430e43272a5bae4d9cf9))
908
+ * **tabs:** change tabs list structure for correct underline width ([ab87ab2](https://github.com/MegafonWebLab/megafon-ui/commit/ab87ab2e23b3db7620ea0fd83c58bdc8f51ab0ae))
909
+
910
+
911
+
912
+
913
+
914
+ # [4.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.4.0...@megafon/ui-core@4.5.0) (2022-10-17)
915
+
916
+
917
+ ### Features
918
+
919
+ * **search:** add new keys for prop classes ([552741b](https://github.com/MegafonWebLab/megafon-ui/commit/552741be627cce59b4ba221645b569ce57e72bd2))
920
+ * **textfield:** add minTextareaHeight and hideResizeButton props for textarea ([088d219](https://github.com/MegafonWebLab/megafon-ui/commit/088d21971b69233522bb5cf7d642cffbc2571ca4))
921
+
922
+
923
+
924
+
925
+
926
+ # [4.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.3.0...@megafon/ui-core@4.4.0) (2022-10-10)
927
+
928
+
929
+ ### Bug Fixes
930
+
931
+ * **textfield:** fix input height in Safari ([b60e1ac](https://github.com/MegafonWebLab/megafon-ui/commit/b60e1acd76dc80b4609b55dc8256eb94e8e8ec0c))
932
+ * **tooltip:** fix touch device controlled trigger ([e983ca8](https://github.com/MegafonWebLab/megafon-ui/commit/e983ca88636990e467b43483b0cf0df06dff8553))
933
+
934
+
935
+ ### Features
936
+
937
+ * **select:** add new props useShortListItems ([31d1172](https://github.com/MegafonWebLab/megafon-ui/commit/31d1172484ca4c07060ff64eb7f3be692f5dbdec))
938
+
939
+
940
+
941
+
942
+
943
+ # [4.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.2.0...@megafon/ui-core@4.3.0) (2022-10-05)
944
+
945
+
946
+ ### Features
947
+
948
+ * **tabs:** update prop classes with new keys wrapper and swiperWrapper ([1832aac](https://github.com/MegafonWebLab/megafon-ui/commit/1832aac3a0cdba03c9e74fd4e570be72c4156387))
949
+ * **textfield:** update pros classes with new key label ([db2a10d](https://github.com/MegafonWebLab/megafon-ui/commit/db2a10dd23e0ac6634510207202ba86886ae6d61))
950
+
951
+
952
+
953
+
954
+
955
+ # [4.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.1.0...@megafon/ui-core@4.2.0) (2022-10-04)
956
+
957
+
958
+ ### Bug Fixes
959
+
960
+ * **counter:** fixes background color that falls outside the element ([7359504](https://github.com/MegafonWebLab/megafon-ui/commit/73595047533cd7bddf75220624e7afcebb2fc94f))
961
+
962
+
963
+ ### Features
964
+
965
+ * **select:** add class to list-inner element ([3e16e59](https://github.com/MegafonWebLab/megafon-ui/commit/3e16e590687043b8582f33271d2b7dcc7cd7a2c3))
966
+
967
+
968
+
969
+
970
+
971
+ # [4.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.2...@megafon/ui-core@4.1.0) (2022-09-16)
972
+
973
+
974
+ ### Features
975
+
976
+ * **button:** changed white themed primary typed button hover color ([a6e6c98](https://github.com/MegafonWebLab/megafon-ui/commit/a6e6c98eb9716f3ba33d651f71dcb9e4298ad0a0))
977
+ * **color:** added grey button hover color ([b291e83](https://github.com/MegafonWebLab/megafon-ui/commit/b291e831bb9e35144cdf83895b43df4856a364cf))
978
+
979
+
980
+
981
+
982
+
983
+ ## [4.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.1...@megafon/ui-core@4.0.2) (2022-09-14)
984
+
985
+
986
+ ### Bug Fixes
987
+
988
+ * change ui-icons peer dependecy ([4936d3f](https://github.com/MegafonWebLab/megafon-ui/commit/4936d3f7d4b04d1dd8fde870c4b251f8ff36c958))
989
+
990
+
991
+
992
+
993
+
994
+ ## [4.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.0...@megafon/ui-core@4.0.1) (2022-09-14)
995
+
996
+
997
+ ### Bug Fixes
998
+
999
+ * remove forgotten deprecated props ([3acaf97](https://github.com/MegafonWebLab/megafon-ui/commit/3acaf9731780f89c7087a8b6f9af943a62f7a185))
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+ # [4.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.14.0...@megafon/ui-core@4.0.0) (2022-09-14)
1006
+
1007
+
1008
+ ### Bug Fixes
1009
+
1010
+ * **accordion:** change focus and dark theme styles ([52b9b80](https://github.com/MegafonWebLab/megafon-ui/commit/52b9b80131013178edb52a9b64f681ede3ca44ae))
1011
+ * **accordion:** fixes top and bottom padding for title wrap ([ea078f4](https://github.com/MegafonWebLab/megafon-ui/commit/ea078f47aa61f1f0f3ab531b6189e035cc2f9a50))
1012
+ * **accordion:** update mobile styles ([ec039a1](https://github.com/MegafonWebLab/megafon-ui/commit/ec039a12cd27a2dba7646a516c9375dbe454203a))
1013
+ * **notification:** change title typography ([74edb02](https://github.com/MegafonWebLab/megafon-ui/commit/74edb0254e77d05cc15630d699d98400b00ee158))
1014
+ * **notification:** fix bottom gaps ([8bdf732](https://github.com/MegafonWebLab/megafon-ui/commit/8bdf7320dd57d91c6693dfa2b6d0c2d4860dccef))
1015
+ * **notification:** fix margin for bottom block ([2a62d08](https://github.com/MegafonWebLab/megafon-ui/commit/2a62d0826f8fc7d92cc5ab5bc11489478a4f711f))
1016
+ * **notification:** fixes passive close icon color for colored error type ([4bb3db7](https://github.com/MegafonWebLab/megafon-ui/commit/4bb3db72374c44fd2e6128fac06eae33418bebbd))
1017
+ * **search:** add modifier for item paddings ([cea9ad0](https://github.com/MegafonWebLab/megafon-ui/commit/cea9ad05c3d9fc31e883eb4cccdb714499fae5b8))
1018
+ * **search:** fixes hidden placeholder on focus for firefox ([c3177f4](https://github.com/MegafonWebLab/megafon-ui/commit/c3177f4da6358da851c0795e64f4025d9456390d))
1019
+ * **select:** add modifier for item paddings ([e363aa2](https://github.com/MegafonWebLab/megafon-ui/commit/e363aa270ac3e0d65c34919e87756687082b2894))
1020
+ * **select:** fix items overflow ([2d4a861](https://github.com/MegafonWebLab/megafon-ui/commit/2d4a86151d8575e82a9957366f7d515333543e6c))
1021
+ * **select:** fix styles ([f92079c](https://github.com/MegafonWebLab/megafon-ui/commit/f92079c21330baec2aa5eb333dbe2c631fa74939))
1022
+ * **select:** fixes hidden placeholder on focus for firefox ([1a965f7](https://github.com/MegafonWebLab/megafon-ui/commit/1a965f71e0876e05fbc8dfdfe4ddc25e3eb67bb2))
1023
+ * **select:** update styles ([878d579](https://github.com/MegafonWebLab/megafon-ui/commit/878d579f9ca21e20996e9e3bea4c083fe736e322))
1024
+ * **select:** update value check for undefined ([40fe547](https://github.com/MegafonWebLab/megafon-ui/commit/40fe54706093aeab25ab3162e48f523fd25495bf))
1025
+ * **tabs:** change dark theme and indents styles ([4cd4c1b](https://github.com/MegafonWebLab/megafon-ui/commit/4cd4c1bda7cae3c501f6c275a959df3097ca7b6d))
1026
+ * **tabs:** fix container alignment ([188ae36](https://github.com/MegafonWebLab/megafon-ui/commit/188ae36ebd677982d5be35efae6e94ab5442b308))
1027
+ * **tabs:** fix swiper arrows ([ca5d5d7](https://github.com/MegafonWebLab/megafon-ui/commit/ca5d5d7a83df6ed7dea0530bdaec25a123643185))
1028
+ * **tabs:** fix swiper overflow and box-sizing ([ff71fb3](https://github.com/MegafonWebLab/megafon-ui/commit/ff71fb3f5e24663d59a2661427f187d600f397a9))
1029
+ * **textfield:** fix label styles ([bf6eeee](https://github.com/MegafonWebLab/megafon-ui/commit/bf6eeeeca96cb8dacafe2e33247bacaaca04adc9))
1030
+ * **textfield:** fix textarea design bugs ([d903435](https://github.com/MegafonWebLab/megafon-ui/commit/d9034354d5239cd00472fa19c472b6cde7566335))
1031
+ * **textfield:** fixes notice text transition ([0585505](https://github.com/MegafonWebLab/megafon-ui/commit/05855055cf5c76a419471ac130587060431af0fd))
1032
+ * **textfield:** fixes permanently visible block after the field ([b7355ef](https://github.com/MegafonWebLab/megafon-ui/commit/b7355ef4595922978a208356a5a64f9ded9cae8d))
1033
+ * **textfield:** hide verification icon for disabled field ([37de2a2](https://github.com/MegafonWebLab/megafon-ui/commit/37de2a26bb4e61f9b10102d652a2c42a6fd220a5))
1034
+ * **textfield:** returned correct color to notice text ([2448a84](https://github.com/MegafonWebLab/megafon-ui/commit/2448a841942af7765da84e403d4c644af38be6ac))
1035
+ * **textfield:** update textarea scroll and resize ([af85c70](https://github.com/MegafonWebLab/megafon-ui/commit/af85c70fbb1b598f733bbc92ed3f5cc4f499f6c4))
1036
+
1037
+
1038
+ ### Features
1039
+
1040
+ * **accordion:** update by new design ([b11ead5](https://github.com/MegafonWebLab/megafon-ui/commit/b11ead5db95675f25354634930f5c3fffb207dbf))
1041
+ * **caption:** add new Caption component; update .smallFont() less mixin ([31156ff](https://github.com/MegafonWebLab/megafon-ui/commit/31156ff6ff4d47713be7e44f7e1d31508ad75288))
1042
+ * **header:** add new prop space ([7a9479e](https://github.com/MegafonWebLab/megafon-ui/commit/7a9479e85c1f5c19b7f2bae2e6a4d234712f2d7c))
1043
+ * **inputlabel:** component removed ([418fd61](https://github.com/MegafonWebLab/megafon-ui/commit/418fd618095da254bbfd0825b24a668c15d70d64))
1044
+ * **paragraph:** remove prop size; add new prop; add 'pale' option to colors ([32b0c54](https://github.com/MegafonWebLab/megafon-ui/commit/32b0c54eaf82ceb1f24d5fc90a9aa81d3e427ee3))
1045
+ * **search:** changed dropdown list item height ([c2932fe](https://github.com/MegafonWebLab/megafon-ui/commit/c2932fefafa67a6a69353c9edc49ccfc86a42dcf))
1046
+ * **search:** component redesign ([fe62aff](https://github.com/MegafonWebLab/megafon-ui/commit/fe62aff90aee0109072514ef230d1d8689ef10ba))
1047
+ * **select:** component redesign ([b7d552f](https://github.com/MegafonWebLab/megafon-ui/commit/b7d552fe1ba0bae93fe1cbf864b469f9ed4bc9ce))
1048
+ * **select:** fixed label position with empty string value and minor style changes ([eeaa6bb](https://github.com/MegafonWebLab/megafon-ui/commit/eeaa6bbd18740acdc450843465525ab0d2e2983b))
1049
+ * **tabs:** update by new design ([08d76f0](https://github.com/MegafonWebLab/megafon-ui/commit/08d76f0e15b8b7a54a18d7f115db4744b12e8ac2))
1050
+ * **textfield:** add prop hidePlaceholder ([609b4db](https://github.com/MegafonWebLab/megafon-ui/commit/609b4dbfc028897e0f47b07246b0e2d8b066871b))
1051
+ * **textfield:** update by new design ([f922fed](https://github.com/MegafonWebLab/megafon-ui/commit/f922fedc186bbe02fb2cf6a554edbd3a208ad60c))
1052
+
1053
+
1054
+ ### BREAKING CHANGES
1055
+
1056
+ * **inputlabel:** inputLabel component removed due to non-use
1057
+ * **textfield:** add defaultTransitionTiming in less global variables
1058
+ * **tabs:** new prop autoWidth added
1059
+ size prop small vallue removed
1060
+ new sizes
1061
+ * **textfield:** add placeholders text by default
1062
+ label element positon changed
1063
+ if label prop not setted, label element has text from placeholder (default or in props)
1064
+ * **accordion:** change next-sibling accordion styles
1065
+ * **caption:** .smallFont() less mixin line-height rule now set to 18px instead of 16px
1066
+ either accept new rules or manually add line-height: 16px in your components
1067
+ * **paragraph:** prop 'size' is no longer exists.
1068
+ use component Caption instead of Paragraph size="small"
1069
+ * **header:** rename prop 'hAlign' to 'align'
1070
+ * **list:** rename prop 'hAlign' to 'align'
1071
+ * **contentarea:** remove value 'DEFAULT' from 'innerBackgroundColor' and 'outerBackgroundColor' props
1072
+ * **tabs:** rename prop 'hAlign' to 'align'
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ # [3.14.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.13.0...@megafon/ui-core@3.14.0) (2022-09-06)
1079
+
1080
+
1081
+ ### Features
1082
+
1083
+ * **badge:** add new promo badge type ([8cbe525](https://github.com/MegafonWebLab/megafon-ui/commit/8cbe5253b9d08c19c9343b42cb3920ac259c8844))
1084
+ * **carousel:** add new prop slideToClickedSlide ([8a43432](https://github.com/MegafonWebLab/megafon-ui/commit/8a4343290f943475c8522adaa3ad2b564c551d83))
1085
+
1086
+
1087
+
1088
+ ### BREAKING CHANGES
1089
+
1090
+ * **inputlabel:** inputLabel component removed due to non-use
1091
+
1092
+ # [3.13.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.12.1...@megafon/ui-core@3.13.0) (2022-08-11)
1093
+
1094
+
1095
+ ### Features
1096
+
1097
+ * **banner:** add auto height ([c7658fa](https://github.com/MegafonWebLab/megafon-ui/commit/c7658faf335bc26f0a1b816e29b9cca114944691))
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+ ## [3.12.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.12.0...@megafon/ui-core@3.12.1) (2022-08-02)
1104
+
1105
+
1106
+ ### Bug Fixes
1107
+
1108
+ * **textfield:** fix textarea design bugs ([287d426](https://github.com/MegafonWebLab/megafon-ui/commit/287d42644b24ca0e1a3824d5907d8af78293d0e3))
1109
+ * **textfield:** update textarea scroll and resize ([9dbce52](https://github.com/MegafonWebLab/megafon-ui/commit/9dbce52d6bc3a71076ffdf2365715204231da774))
1110
+
1111
+
1112
+ ### Features
1113
+
1114
+ * **accordion:** update by new design ([92dab3a](https://github.com/MegafonWebLab/megafon-ui/commit/92dab3a367544d8507526e7a57a0a9a4015e3acf))
1115
+ * **caption:** add new Caption component; update .smallFont() less mixin ([b02a3f7](https://github.com/MegafonWebLab/megafon-ui/commit/b02a3f73ed8d5390d8427ab0a6bc62210710ba40))
1116
+ * **paragraph:** remove prop size; add new prop; add 'pale' option to colors ([ffb6bc7](https://github.com/MegafonWebLab/megafon-ui/commit/ffb6bc709a4ef91536e359d5f9edc5501caf0c2c))
1117
+ * **tabs:** update by new design ([20ae2cc](https://github.com/MegafonWebLab/megafon-ui/commit/20ae2cc695e1245b9cd06fe37a9e4e3bb0c7eaae))
1118
+ * **textfield:** update by new design ([24ec769](https://github.com/MegafonWebLab/megafon-ui/commit/24ec769aeddac9a198941727aaca02ad0fb816f1))
1119
+
1120
+
1121
+ ### BREAKING CHANGES
1122
+
1123
+ * **textfield:** add defaultTransitionTiming in less global variables
1124
+ * **tabs:** new prop autoWidth added
1125
+ size prop small vallue removed
1126
+ new sizes
1127
+ * **textfield:** add placeholders text by default
1128
+ label element positon changed
1129
+ if label prop not setted, label element has text from placeholder (default or in props)
1130
+ * **accordion:** change next-sibling accordion styles
1131
+ * **caption:** .smallFont() less mixin line-height rule now set to 18px instead of 16px
1132
+ either accept new rules or manually add line-height: 16px in your components
1133
+ * **paragraph:** prop 'size' is no longer exists.
1134
+ use component Caption instead of Paragraph size="small"
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+ # [3.12.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.11.0...@megafon/ui-core@3.12.0) (2022-06-28)
1141
+
1142
+
1143
+ ### Features
1144
+
1145
+ * **tab:** add data-attribute for inner element ([43e58e1](https://github.com/MegafonWebLab/megafon-ui/commit/43e58e12b8da661020f4b48f55245492c21ad376))
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+ # [3.11.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.10.1...@megafon/ui-core@3.11.0) (2022-06-21)
1152
+
1153
+
1154
+ ### Bug Fixes
1155
+
1156
+ * **button:** fix font styles for extra small size ([f475b05](https://github.com/MegafonWebLab/megafon-ui/commit/f475b05ab9d62aa56645fb90ccdef88996e72a70))
1157
+
1158
+
1159
+ ### Features
1160
+
1161
+ * **button:** add prop ellipsis ([1978277](https://github.com/MegafonWebLab/megafon-ui/commit/1978277a918cb680e32259042c1a7e3c58056b1b))
1162
+ * **notification:** add ability to display button and collapse ([a5fe2f0](https://github.com/MegafonWebLab/megafon-ui/commit/a5fe2f0730b71469c2fb06a148b0e4574adb2d7b))
1163
+
1164
+
1165
+
1166
+
1167
+
1168
+ ## [3.10.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.10.0...@megafon/ui-core@3.10.1) (2022-06-07)
1169
+
1170
+
1171
+ ### Bug Fixes
1172
+
1173
+ * **banner:** fix bug with hover on autoplay ([93271d8](https://github.com/MegafonWebLab/megafon-ui/commit/93271d8c8f9dd900c031d41f89207f61c41db063))
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ # [3.10.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.9.0...@megafon/ui-core@3.10.0) (2022-05-30)
1180
+
1181
+
1182
+ ### Features
1183
+
1184
+ * **banner:** add new prop 'pauseOnHover' ([ac654c3](https://github.com/MegafonWebLab/megafon-ui/commit/ac654c3c23821a5d29ffd5cd91ff7337b3d087c1))
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+ # [3.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.8.0...@megafon/ui-core@3.9.0) (2022-05-27)
1191
+
1192
+
1193
+ ### Bug Fixes
1194
+
1195
+ * **select:** fix selected item color when value is zero ([9847095](https://github.com/MegafonWebLab/megafon-ui/commit/98470955ef813504d4bfa4cd4d3aba77b5458446))
1196
+
1197
+
1198
+ ### Features
1199
+
1200
+ * **switcher:** add data-attribute for inner element ([793a022](https://github.com/MegafonWebLab/megafon-ui/commit/793a0224ab957b938e67dd1b4d16c2389a9fb6f8))
1201
+ * **tooltip:** add portal selector props ([6188832](https://github.com/MegafonWebLab/megafon-ui/commit/6188832e9ba212e7a8182333aba06d77c3e979d6))
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ # [3.8.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.7.0...@megafon/ui-core@3.8.0) (2022-05-17)
1208
+
1209
+
1210
+ ### Features
1211
+
1212
+ * **notification:** add props classes to notification component ([608a424](https://github.com/MegafonWebLab/megafon-ui/commit/608a4246eb99af354fb7cf8ab98c2ed513d87b66))
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ # [3.7.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.6.0...@megafon/ui-core@3.7.0) (2022-05-05)
1219
+
1220
+
1221
+ ### Bug Fixes
1222
+
1223
+ * **logo:** fix horizontal logo svg ([76655eb](https://github.com/MegafonWebLab/megafon-ui/commit/76655ebb82650cc2617750af0b2b2726d3ebcbf3))
1224
+
1225
+
1226
+ ### Features
1227
+
1228
+ * **button:** added extra small size ([a26da46](https://github.com/MegafonWebLab/megafon-ui/commit/a26da4601de7e7c81c40eabf9a87ccdbf18cb790))
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ # [3.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.3...@megafon/ui-core@3.6.0) (2022-04-25)
1235
+
1236
+
1237
+ ### Bug Fixes
1238
+
1239
+ * **calendar:** fix go to start day after user choice ([8bbce10](https://github.com/MegafonWebLab/megafon-ui/commit/8bbce102d204f7ea7706158f3e6540c86ed3aada))
1240
+
1241
+
1242
+ ### Features
1243
+
1244
+ * **tooltip:** added prop isPortal for tooltip ([e6f6d17](https://github.com/MegafonWebLab/megafon-ui/commit/e6f6d1749cd99f065c50bac4eb6a9b3592653f8d))
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ ## [3.5.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.2...@megafon/ui-core@3.5.3) (2022-04-18)
1251
+
1252
+
1253
+ ### Bug Fixes
1254
+
1255
+ * **switcher:** fix safari bugs ([65274bc](https://github.com/MegafonWebLab/megafon-ui/commit/65274bc3c5e7385109afff94a8ff3f712c9af097))
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+ ## [3.5.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.1...@megafon/ui-core@3.5.2) (2022-04-13)
1262
+
1263
+ **Note:** Version bump only for package @megafon/ui-core
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ ## [3.5.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.0...@megafon/ui-core@3.5.1) (2022-04-11)
1270
+
1271
+
1272
+ ### Bug Fixes
1273
+
1274
+ * **colors:** fix colors page; correct values for soft colors in dark theme ([81d1801](https://github.com/MegafonWebLab/megafon-ui/commit/81d18012234fa52ce0fdbff0de8de7dd2d6de8f5))
1275
+ * **colors:** fix colors usage in components: Notification, Preloader, Tile and Card ([96d0eef](https://github.com/MegafonWebLab/megafon-ui/commit/96d0eef51458b35c5b69c1677ec6f4a22f7f130d))
1276
+ * **search:** scroll highlighted item into users view ([5105863](https://github.com/MegafonWebLab/megafon-ui/commit/51058637a78598773e945b1f21eecbc319d7df78))
1277
+ * **select:** scroll highlighted item into users view ([50860e8](https://github.com/MegafonWebLab/megafon-ui/commit/50860e82a557cd6dd2e89448740a13b6e25c8261))
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ # [3.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.4.0...@megafon/ui-core@3.5.0) (2022-04-05)
1284
+
1285
+
1286
+ ### Bug Fixes
1287
+
1288
+ * **logo:** fix img align ([51c81d9](https://github.com/MegafonWebLab/megafon-ui/commit/51c81d9e2edb9cf6b5d245ebb60d8a74f1e8bc1d))
1289
+ * **promobadge:** fixed font color for dark theme ([88781d8](https://github.com/MegafonWebLab/megafon-ui/commit/88781d843e25028a5836b030861939cdf019760d))
1290
+
1291
+
1292
+ ### Features
1293
+
1294
+ * **switcher:** new props and colors ([adb5f34](https://github.com/MegafonWebLab/megafon-ui/commit/adb5f34e3e0949109445c75dc188d37171637af9))
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+ # [3.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.3.1...@megafon/ui-core@3.4.0) (2022-03-21)
1301
+
1302
+
1303
+ ### Bug Fixes
1304
+
1305
+ * **notification:** fix link styles ([9d7e67e](https://github.com/MegafonWebLab/megafon-ui/commit/9d7e67e1f21c9ddb1dc911502a114924c8896a6a))
1306
+ * **pricebadge:** fix icon styles ([f5502a0](https://github.com/MegafonWebLab/megafon-ui/commit/f5502a0e28d067694cee4165fe224a38ecf3a15f))
1307
+ * **storebutton:** fixed test for Select and update type for StoreButton ([8996754](https://github.com/MegafonWebLab/megafon-ui/commit/8996754482e9cf899fdcb0f488c8a9fa1afddd11))
1308
+
1309
+
1310
+ ### Features
1311
+
1312
+ * **badges:** add new component TimerBadge ([82a900b](https://github.com/MegafonWebLab/megafon-ui/commit/82a900b362ca15db30dfdbffbfe299b637cae5b3))
1313
+ * **promobadge:** add vip type (purple background color) ([51ea858](https://github.com/MegafonWebLab/megafon-ui/commit/51ea8582ff750199166c64681fecae636d30ca18))
1314
+ * **search:** add onFocus callback ([b6dfdad](https://github.com/MegafonWebLab/megafon-ui/commit/b6dfdadd8dc695d7622bb95443ef6556b4e5d1c6))
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+ ## [3.3.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.3.0...@megafon/ui-core@3.3.1) (2022-03-15)
1321
+
1322
+
1323
+ ### Bug Fixes
1324
+
1325
+ * **collapse:** made collapse height 0 or auto on animation end ([c898d1e](https://github.com/MegafonWebLab/megafon-ui/commit/c898d1e84d3c92defa204c24125508655466d5cd))
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+ # [3.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.2.0...@megafon/ui-core@3.3.0) (2022-03-14)
1332
+
1333
+
1334
+ ### Bug Fixes
1335
+
1336
+ * **accordion:** remove outline for safari ([787b572](https://github.com/MegafonWebLab/megafon-ui/commit/787b5725ef962637401a0a3a1a8ae7ba0cece031))
1337
+
1338
+
1339
+ ### Features
1340
+
1341
+ * **badges:** add new component PriceBadge ([9214baa](https://github.com/MegafonWebLab/megafon-ui/commit/9214baab003f958b916b728cf07e6f9db15173dd))
1342
+ * **badges:** add new component PromoBadge ([6e550a0](https://github.com/MegafonWebLab/megafon-ui/commit/6e550a06fd2d0fb7b3dba488702f4a34f4f6d101))
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ # [3.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.1.0...@megafon/ui-core@3.2.0) (2022-02-28)
1349
+
1350
+
1351
+ ### Bug Fixes
1352
+
1353
+ * **checkbox:** delete outline focus effect ([ecd98e7](https://github.com/MegafonWebLab/megafon-ui/commit/ecd98e7129ddd305ce6e21c1c98cdacc3670ff92))
1354
+ * **tile:** delete unnecessary symbol ([1f0ed90](https://github.com/MegafonWebLab/megafon-ui/commit/1f0ed9009ef2cb9e5562f257640a623eceae225e))
1355
+
1356
+
1357
+ ### Features
1358
+
1359
+ * **carousel:** fix data-attribute passing for NavArrow ([af0d26e](https://github.com/MegafonWebLab/megafon-ui/commit/af0d26ef85a19cdb4fd863a45b2c2b2365d9c086))
1360
+ * **tile:** add target props for link ([e49d040](https://github.com/MegafonWebLab/megafon-ui/commit/e49d0402725e88b9fd7d80fd418acd81bea321ba))
1361
+
1362
+
1363
+
1364
+
1365
+
1366
+ # [3.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.2...@megafon/ui-core@3.1.0) (2022-02-22)
1367
+
1368
+
1369
+ ### Bug Fixes
1370
+
1371
+ * **carousel:** add resize listener to nav display ([12abd93](https://github.com/MegafonWebLab/megafon-ui/commit/12abd93d226676d2c4f78968c9d5de032783ec8d))
1372
+ * **colors:** fix colors usage ([f2f59a8](https://github.com/MegafonWebLab/megafon-ui/commit/f2f59a81644c157394817af1531dabb1c0b67b19))
1373
+ * **components:** better view of default props values ([1817ed5](https://github.com/MegafonWebLab/megafon-ui/commit/1817ed5cd17fd78a0911a89020138f05d7af9833))
1374
+ * **contentarea:** add 'black' color prop value; deprecate 'default' color prop value; more examples ([e0b0c72](https://github.com/MegafonWebLab/megafon-ui/commit/e0b0c723a37f0e42ccb1c0d30df8ae36e9c82920))
1375
+
1376
+
1377
+ ### Features
1378
+
1379
+ * **banner:** add opacity for slides ([bb403a1](https://github.com/MegafonWebLab/megafon-ui/commit/bb403a1d38fd0c1efd3e1df3ed72ea4e5c772c40))
1380
+ * **collapse:** changed collapse animation via setTimeout to requestAnimationFrame ([06d7b4f](https://github.com/MegafonWebLab/megafon-ui/commit/06d7b4ff0f3cdf3cc22fb1d45e8401e259636cf5))
1381
+ * **ui-core:** add dataAttrs prop for interactive elements of components that did not have ([f495833](https://github.com/MegafonWebLab/megafon-ui/commit/f495833b33ac7823ae5992a3f7eb8b7cef82c036))
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+ ## [3.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.1...@megafon/ui-core@3.0.2) (2022-02-15)
1388
+
1389
+
1390
+ ### Bug Fixes
1391
+
1392
+ * **tile:** fixed dataAttrs type in tile component ([d380289](https://github.com/MegafonWebLab/megafon-ui/commit/d3802896c57dc112543c73169c04262f58a29f58))
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+ ## [3.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.0...@megafon/ui-core@3.0.1) (2022-02-11)
1399
+
1400
+
1401
+ ### Bug Fixes
1402
+
1403
+ * **colors:** fix button hover purple color name and value ([c333348](https://github.com/MegafonWebLab/megafon-ui/commit/c3333489826338f49e4ecb1c1beb07ee9044167e))
1404
+ * **colors:** fix typo in brandPurple color ([f7bdb49](https://github.com/MegafonWebLab/megafon-ui/commit/f7bdb4956247a4bf2112c130e960a98f8cea0696))
1405
+ * **logo:** fix green color for vertical logo ([c9aed9d](https://github.com/MegafonWebLab/megafon-ui/commit/c9aed9db957cb9857cc20afa8dd824e241e12114))
1406
+ * **notification:** fix styles ([7d93f3e](https://github.com/MegafonWebLab/megafon-ui/commit/7d93f3ea0e61af9647478af03f84e963d5d52e0f))
1407
+ * revert mistake version ([cc8668a](https://github.com/MegafonWebLab/megafon-ui/commit/cc8668a9ff2bc5fde6bf93ca806d4406a5944107))
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+ # [3.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.5.0...@megafon/ui-core@3.0.0) (2022-02-09)
1414
+
1415
+
1416
+ ### Bug Fixes
1417
+
1418
+ * **accordion:** add focus on arrow after tab press, add open/close accordion after enter press ([5c49447](https://github.com/MegafonWebLab/megafon-ui/commit/5c494474dc319593283b339c63936fd2b862a33f))
1419
+ * **accordion:** change type of onClickAccordion prop ([b74e196](https://github.com/MegafonWebLab/megafon-ui/commit/b74e1963587a140bb25b8e50e64490a1337dda78))
1420
+ * **calendar/month:** add focus on month arrows, add enter press handlers ([caad017](https://github.com/MegafonWebLab/megafon-ui/commit/caad0176a9d272b19da11ddfac1830d863d090ae))
1421
+ * **checkbox:** add focus on custom checkbox, add enter press handler ([136872c](https://github.com/MegafonWebLab/megafon-ui/commit/136872c84c058502a46d5b6db5088bebd71ebdb8))
1422
+ * **checkbox:** add isChecked state, change type of onChange prop ([be62e30](https://github.com/MegafonWebLab/megafon-ui/commit/be62e30f43dcee4c43cab5425c4ddc0c6954f3f7))
1423
+ * **components:** change tests for dataAttrs prop ([eae8ecb](https://github.com/MegafonWebLab/megafon-ui/commit/eae8ecb5104c050ec0e67357ed5edecdfb042838))
1424
+ * **core:** fix build ui-core ([fa9522a](https://github.com/MegafonWebLab/megafon-ui/commit/fa9522ac0931edb7ec772ad040557997db080687))
1425
+ * **core:** separated colors.css file ([3a0af6b](https://github.com/MegafonWebLab/megafon-ui/commit/3a0af6b31d711016faa92bc7402ce02c6d8710ae))
1426
+ * **less:** import base.less file through reference ([20bd43d](https://github.com/MegafonWebLab/megafon-ui/commit/20bd43d60f9cfac102c55ccdf183578702d2eb96))
1427
+ * **paragraph:** remove spbSky... values from color prop ([3a74e2b](https://github.com/MegafonWebLab/megafon-ui/commit/3a74e2ba23b41a1982f72cb1a869e0253c903180))
1428
+ * **switcher:** fix switcher design ([642d679](https://github.com/MegafonWebLab/megafon-ui/commit/642d679d6c48c4a96093220415a68c9444d8cb53))
1429
+ * **textlink:** fix color prop type ([4e93cce](https://github.com/MegafonWebLab/megafon-ui/commit/4e93ccef6bcbb1a5e670089dfafe308c23fcbe1e))
1430
+ * **tooltip:** add check event function from ui-helpers ([18ef333](https://github.com/MegafonWebLab/megafon-ui/commit/18ef333ba78f7804731da2116b124cdc44a8dfcb))
1431
+
1432
+
1433
+ ### Features
1434
+
1435
+ * **accordion:** remove prop hasVerticalPaddings ([c1f0139](https://github.com/MegafonWebLab/megafon-ui/commit/c1f01398154497ed69fb2bb725077e3cc3b5c47e))
1436
+ * **colors:** css custom properties and color themes support ([16df5b7](https://github.com/MegafonWebLab/megafon-ui/commit/16df5b7b2644e15bb6c6e49e7347c0f8e4839e58))
1437
+ * **colors:** rename green and purple to brandGreen and brandPurple to avoid postcss-colormin bug ([089dd42](https://github.com/MegafonWebLab/megafon-ui/commit/089dd42cd18db7fc83e690da45d09b88c636a6f7))
1438
+ * **colors:** update color values on colors page when user switches theme ([8eb66de](https://github.com/MegafonWebLab/megafon-ui/commit/8eb66dec2ef9de5615ad8c921c422b6a9f00893a))
1439
+ * **components:** add dataAttrs props in new format ([e9cf812](https://github.com/MegafonWebLab/megafon-ui/commit/e9cf8122ac47f83a8e744e0695351d60aa711dbd))
1440
+ * **header:** made header as a functional component ([b983934](https://github.com/MegafonWebLab/megafon-ui/commit/b983934ced137ede35f64ce2dfe0c953c1690db0))
1441
+ * **radiobutton:** made radiobutton as a functional component ([b225e1d](https://github.com/MegafonWebLab/megafon-ui/commit/b225e1d5e1964fd1e7010a9051586fb627cc90c3))
1442
+ * **select:** made select as a functional component ([fc9cfc2](https://github.com/MegafonWebLab/megafon-ui/commit/fc9cfc25505952080bf90095ab183367915d27e6))
1443
+ * **styles:** export css version for base.less ([acdea73](https://github.com/MegafonWebLab/megafon-ui/commit/acdea73462713156dee077fde4c223879e356b4d))
1444
+ * remove deprecated props values ([d09c460](https://github.com/MegafonWebLab/megafon-ui/commit/d09c4606ce6e41f7144e18c2216d039d859288e2))
1445
+
1446
+
1447
+
1448
+ ### BREAKING CHANGES
1449
+
1450
+ * **accordion:** remove prop hasVerticalPaddings
1451
+ * **accordion:** remove parameter 'title' in onClickAccordion prop
1452
+ * **checkbox:** change type of onChange prop on (checked: boolean) => void
1453
+ * **colors:** green, green20, green80, purple, purple20 and purple80 colors now have 'brand'
1454
+ prefix (e.g. brandGreen)
1455
+ * **contentarea**: prop color change values from 'base' to 'white' and from 'content' to 'default';
1456
+ remove depreacted value 'freshAsphalt'
1457
+ * **contentarea**, **paragraph**, **storebanner** and **breadcrumbs** components from no don't have
1458
+ 'freshAsphalt' and 'clearWhite' as values for colorizing props
1459
+ * **paragraph:** remove from color prop values: 'spbSky0', 'spbSky1', 'spbSky2'
1460
+ * **paragraph**: prop color change values from 'base' to 'white' and from 'content' to 'default';
1461
+ remove deprecared values 'freshAsphalt' and 'clearWhite'
1462
+ * **storebanner**: prop theme change value from 'black' to 'default'; remove deprecated value 'clearWhite'
1463
+ * **tooltip:** change onOpen, onClose types; AccessibilityEventTypeNative from @megafon/ui-helpers
1464
+ * **components:** for the components to work correctly, now it's needed to import colors.css file
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+ # [2.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.4.0...@megafon/ui-core@2.5.0) (2022-02-07)
1471
+
1472
+
1473
+ ### Features
1474
+
1475
+ * **tabs:** add prop outerObserveContainer for observing sticky mode from outside ([bc20c76](https://github.com/MegafonWebLab/megafon-ui/commit/bc20c76f497d88da19ea03cfc66a0c38a7559698))
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+ # [2.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.3.0...@megafon/ui-core@2.4.0) (2022-01-31)
1482
+
1483
+
1484
+ ### Bug Fixes
1485
+
1486
+ * **link:** new prop dataAttrs ([bde2253](https://github.com/MegafonWebLab/megafon-ui/commit/bde22539ff0db11777be9193adceb6de0f984234))
1487
+
1488
+
1489
+ ### Features
1490
+
1491
+ * **banner:** add props withPaginationBottomOffset ([c1485a0](https://github.com/MegafonWebLab/megafon-ui/commit/c1485a083d63b886419109b03bb31230c5fed890))
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+ # [2.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.2.0...@megafon/ui-core@2.3.0) (2022-01-24)
1498
+
1499
+
1500
+ ### Bug Fixes
1501
+
1502
+ * **search:** prevents default action when a menu item is selected and the enter button is pressed ([054cbcf](https://github.com/MegafonWebLab/megafon-ui/commit/054cbcf3457ff779443a82b5ae6383fda57f9cc7))
1503
+
1504
+
1505
+ ### Features
1506
+
1507
+ * **accordion:** props hasVerticalPaddings marked as deprecated ([4d6d4cc](https://github.com/MegafonWebLab/megafon-ui/commit/4d6d4cca2cf45a86441827f0bef625a88a2c44f8))
1508
+ * **textfield:** add autocomplete prop ([f2cff94](https://github.com/MegafonWebLab/megafon-ui/commit/f2cff9403503de174b785ea02365ce470811369e))
1509
+
1510
+
1511
+
1512
+
1513
+
1514
+ # [2.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.4...@megafon/ui-core@2.2.0) (2021-12-29)
1515
+
1516
+
1517
+ ### Features
1518
+
1519
+ * **radiobutton:** add dataAttrs prop ([3f8d0b4](https://github.com/MegafonWebLab/megafon-ui/commit/3f8d0b4c4ec4a6ca301ab44feed2842ec8e54f3a))
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+ ## [2.1.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.3...@megafon/ui-core@2.1.4) (2021-12-20)
1526
+
1527
+
1528
+ ### Bug Fixes
1529
+
1530
+ * **colors:** add hover colors to system group ([634ac03](https://github.com/MegafonWebLab/megafon-ui/commit/634ac034445fdcd08b60ff056f75683025cb6d49))
1531
+ * **tabs:** fix active tab underline width ([4499399](https://github.com/MegafonWebLab/megafon-ui/commit/449939942730143712a92930a279a8b6fc17a012))
1532
+
1533
+
1534
+
1535
+
1536
+
1537
+ ## [2.1.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.2...@megafon/ui-core@2.1.3) (2021-12-14)
1538
+
1539
+
1540
+ ### Bug Fixes
1541
+
1542
+ * **contentarea:** fix backgroundColor and innerBackgroundColor props values ([d6004a4](https://github.com/MegafonWebLab/megafon-ui/commit/d6004a493b623cced4c453d69b0fd16d3cfbef43))
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ ## [2.1.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.1...@megafon/ui-core@2.1.2) (2021-12-14)
1549
+
1550
+
1551
+ ### Bug Fixes
1552
+
1553
+ * **paragraph:** rollback deprecated color props clearWhite ([ee4e5a9](https://github.com/MegafonWebLab/megafon-ui/commit/ee4e5a9ce158a4df68e437d316e37ed6e87df664))
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+ ## [2.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.0...@megafon/ui-core@2.1.1) (2021-12-13)
1560
+
1561
+
1562
+ ### Bug Fixes
1563
+
1564
+ * **carousel:** add prevendefault mouse event for disable slide click ([2e8f190](https://github.com/MegafonWebLab/megafon-ui/commit/2e8f1904101ffab860b4e74f28b9609f962f1340))
1565
+ * **colors:** refactor colors page by new ui colors scheme ([6ff2629](https://github.com/MegafonWebLab/megafon-ui/commit/6ff262953bd87f77e81f906b0bb195b84aecad13))
1566
+ * **notification:** update color style by new color scheme ([3b2b625](https://github.com/MegafonWebLab/megafon-ui/commit/3b2b625f082935b2c24123e06197d0bd4fbe6000))
1567
+
1568
+
1569
+
1570
+
1571
+
1572
+ # [2.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0...@megafon/ui-core@2.1.0) (2021-12-07)
1573
+
1574
+
1575
+ ### Bug Fixes
1576
+
1577
+ * **button:** fix rendering difference on client and server side ([323287e](https://github.com/MegafonWebLab/megafon-ui/commit/323287ea040716b9200bbaa5112f277427015598))
1578
+ * **contentarea:** fix prop type ([3e4114d](https://github.com/MegafonWebLab/megafon-ui/commit/3e4114dbd2d8a446a1247528fbf5464706bb4d4a))
1579
+ * **textfield:** fix rendering difference on client and server side ([4d26cac](https://github.com/MegafonWebLab/megafon-ui/commit/4d26cac90002692d7c404f9180310261e9a0e567))
1580
+
1581
+
1582
+ ### Features
1583
+
1584
+ * **tabs:** add renderOnlyCurrentPanel props ([0241f6c](https://github.com/MegafonWebLab/megafon-ui/commit/0241f6c9ed4ebb5132b38204612bcff095302822))
1585
+ * **ui-core:** fix mixin ([8e0f401](https://github.com/MegafonWebLab/megafon-ui/commit/8e0f401973d758821ee32ca2af1a714f3bca8b01))
1586
+ * **ui-core:** fix some mixins and variables ([be0462e](https://github.com/MegafonWebLab/megafon-ui/commit/be0462ed3bdcbc1e72d83b749723cf7b896f0846))
1587
+
1588
+
1589
+
1590
+
1591
+
1592
+ # [2.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.169...@megafon/ui-core@2.0.0) (2021-11-30)
1593
+
1594
+
1595
+ ### Bug Fixes
1596
+
1597
+ * rename last mfui-beta to mfui ([6bc1d33](https://github.com/MegafonWebLab/megafon-ui/commit/6bc1d33d118862f969b09126dceb4e4462ec5128))
1598
+
1599
+
1600
+ ### Features
1601
+
1602
+ * rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1603
+
1604
+
1605
+ ### BREAKING CHANGES
1606
+
1607
+ * 1.x.x version of ui library also has mfui- prefix for components. please, check,
1608
+ that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
1609
+ match pattern.
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+ # [2.0.0-beta.169](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.168...@megafon/ui-core@2.0.0-beta.169) (2021-11-29)
1616
+
1617
+
1618
+ ### Bug Fixes
1619
+
1620
+ * **carousel:** slides carousel to focusable slide ([f31c806](https://github.com/MegafonWebLab/megafon-ui/commit/f31c806387e3cef6cc1d4c98e2af2d65015eef3c))
1621
+ * **search:** fix items container position ([178eeed](https://github.com/MegafonWebLab/megafon-ui/commit/178eeed58c79f30ddfcca4c33c394f7333e2cc7a))
1622
+ * **select:** remove arrow and arrows wrap classes ([2811796](https://github.com/MegafonWebLab/megafon-ui/commit/28117968f55430ce92198559a8b55174d9791368))
1623
+ * **select:** update keyboard focus ([59999df](https://github.com/MegafonWebLab/megafon-ui/commit/59999dfac0aee425a0a445ed5e93702e78f11a21))
1624
+ * **textlink:** fix double underline for dashed and border style ([da41c55](https://github.com/MegafonWebLab/megafon-ui/commit/da41c55f23e3953efdca24e576633a0d07269c3d))
1625
+ * **tooltip:** add keyboard accessibility for tooltip open ([f4c97b8](https://github.com/MegafonWebLab/megafon-ui/commit/f4c97b8a8d9a29669e475bda670550d72a3b49e4))
1626
+
1627
+
1628
+ ### Features
1629
+
1630
+ * **search:** add disabled prop ([bc32588](https://github.com/MegafonWebLab/megafon-ui/commit/bc32588f1964ecd93f1f8a2aec1479959ef9d131))
1631
+
1632
+
1633
+ ### BREAKING CHANGES
1634
+
1635
+ * **select:** arrow display by pseudo element now, props and element removed from component
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+ # [2.0.0-beta.168](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.167...@megafon/ui-core@2.0.0-beta.168) (2021-11-23)
1642
+
1643
+
1644
+ ### Features
1645
+
1646
+ * **carousel:** fix effect fade ([359fd55](https://github.com/MegafonWebLab/megafon-ui/commit/359fd55990ac7e018917301bb4b3ae12d0e133e0))
1647
+ * **select:** update items prop typings ([280d581](https://github.com/MegafonWebLab/megafon-ui/commit/280d5818aee2a8b8f596bb25b3752e5729a8edb3))
1648
+
1649
+
1650
+ ### BREAKING CHANGES
1651
+
1652
+ * **select:** items prop reuired and has exact structure in propType
1653
+
1654
+
1655
+
1656
+
1657
+
1658
+ # [2.0.0-beta.167](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.166...@megafon/ui-core@2.0.0-beta.167) (2021-11-15)
1659
+
1660
+
1661
+ ### Bug Fixes
1662
+
1663
+ * **select:** restore keyboard controls ([d78031b](https://github.com/MegafonWebLab/megafon-ui/commit/d78031baf4ee70a69866446f9d32f009f1fcd346))
1664
+
1665
+
1666
+
1667
+
1668
+
1669
+ # [2.0.0-beta.166](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.165...@megafon/ui-core@2.0.0-beta.166) (2021-11-15)
1670
+
1671
+
1672
+ ### Bug Fixes
1673
+
1674
+ * **textfield:** set empty string as default value ([1bba2bb](https://github.com/MegafonWebLab/megafon-ui/commit/1bba2bbb577acf34fa3bc3c694999ac26f900ef7))
1675
+ * **ui-core:** enable some eslint rules and fix problems ([ee8fd03](https://github.com/MegafonWebLab/megafon-ui/commit/ee8fd03d6620cbcff25915f279e481db2193a6d1))
1676
+ * **ui-core:** fix ContentArea props ([dbede1d](https://github.com/MegafonWebLab/megafon-ui/commit/dbede1d1a021cc13c2c1872f1b86a8c6a5813b95))
1677
+ * **ui-core:** fix RadioButton tests ([f3410f7](https://github.com/MegafonWebLab/megafon-ui/commit/f3410f7b1dd2007d40f17f8ec54905bff76ff994))
1678
+ * **ui-core:** fix RedioButton default value ([df1fe2c](https://github.com/MegafonWebLab/megafon-ui/commit/df1fe2c37fc51d10c2ee459cdd5badb6c1ee48fb))
1679
+ * **ui-core:** restore defaultProps ([5e2ef7c](https://github.com/MegafonWebLab/megafon-ui/commit/5e2ef7c18c30fb1873b8b7638c299eb066bd1ee3))
1680
+
1681
+
1682
+ ### Features
1683
+
1684
+ * **accordion:** added new type for title ([0275349](https://github.com/MegafonWebLab/megafon-ui/commit/0275349edffec74c4fb08638cbebf7026d99d4cd))
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+ # [2.0.0-beta.165](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.164...@megafon/ui-core@2.0.0-beta.165) (2021-11-01)
1691
+
1692
+
1693
+ ### Bug Fixes
1694
+
1695
+ * add [@fresh](https://github.com/fresh)AsphaltL50 color ([e032c1d](https://github.com/MegafonWebLab/megafon-ui/commit/e032c1df461973717b57290eb565e72b65fcb5b4))
1696
+ * add additional faded colors ([6b162b8](https://github.com/MegafonWebLab/megafon-ui/commit/6b162b84b643695c9b7418143e433568aceacff1))
1697
+ * rename [@fresh](https://github.com/fresh)AsphaltL50 to [@fresh](https://github.com/fresh)AsphaltLighten50 ([fb7f9cc](https://github.com/MegafonWebLab/megafon-ui/commit/fb7f9cc77899e2b852b9c8afd536925302a6c8fd))
1698
+
1699
+
1700
+ ### Features
1701
+
1702
+ * **search:** add onBlure callback, add ability to render custom search results ([4f04552](https://github.com/MegafonWebLab/megafon-ui/commit/4f045526d586071d91b1f5c7200c44370bea804f))
1703
+ * **tabs:** add data attributes for tab ([ef947fd](https://github.com/MegafonWebLab/megafon-ui/commit/ef947fde5330ec866728dd3299378558d0ec4b96))
1704
+ * **tooltip:** add new prop targetElement ([e3af122](https://github.com/MegafonWebLab/megafon-ui/commit/e3af122594c5e998835d7b8055d801b248569d20))
1705
+ * add color variable [@fresh](https://github.com/fresh)Asphalt50 to base.less ([9aee3d7](https://github.com/MegafonWebLab/megafon-ui/commit/9aee3d7d6e9250fc61546539ea9e8cb5c3be15aa))
1706
+
1707
+
1708
+ ### BREAKING CHANGES
1709
+
1710
+ * **search:** type and functionality of the props items are changed
1711
+
1712
+
1713
+
1714
+
1715
+
1716
+ # [2.0.0-beta.164](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.163...@megafon/ui-core@2.0.0-beta.164) (2021-10-25)
1717
+
1718
+
1719
+ ### Bug Fixes
1720
+
1721
+ * **paragraph:** add default font-weight ([af8eeea](https://github.com/MegafonWebLab/megafon-ui/commit/af8eeea268dea714863c9eaef5afc627769be60c))
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+ # [2.0.0-beta.163](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.162...@megafon/ui-core@2.0.0-beta.163) (2021-10-18)
1728
+
1729
+
1730
+ ### Bug Fixes
1731
+
1732
+ * props isDisabled renamed to disabled ([5c1efee](https://github.com/MegafonWebLab/megafon-ui/commit/5c1efee6d059164e77f4740a4423607262560b4a))
1733
+
1734
+
1735
+ ### BREAKING CHANGES
1736
+
1737
+ * for all components prop isDisabled renamed to disabled
1738
+
1739
+
1740
+
1741
+
1742
+
1743
+ # [2.0.0-beta.162](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.161...@megafon/ui-core@2.0.0-beta.162) (2021-10-07)
1744
+
1745
+
1746
+ ### Bug Fixes
1747
+
1748
+ * add lint-staged to pre-commit hook ([83e2e13](https://github.com/MegafonWebLab/megafon-ui/commit/83e2e1304c92cd0125e80fa0c2879e28476499d9))
1749
+ * run lint-staged only on pre-commit hook ([8570564](https://github.com/MegafonWebLab/megafon-ui/commit/857056423e738135f6d0866df8c0166ce9bd289e))
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+ # [2.0.0-beta.161](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.160...@megafon/ui-core@2.0.0-beta.161) (2021-10-05)
1756
+
1757
+
1758
+ ### Features
1759
+
1760
+ * **textfield:** isConstrolled false by default, remove prop initialValue ([7cea901](https://github.com/MegafonWebLab/megafon-ui/commit/7cea901e821a34712fc6a984fc1d0a5b9d099948))
1761
+
1762
+
1763
+ ### BREAKING CHANGES
1764
+
1765
+ * **textfield:** isControlled prop false by default
1766
+
1767
+
1768
+
1769
+
1770
+
1771
+ # [2.0.0-beta.160](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.159...@megafon/ui-core@2.0.0-beta.160) (2021-10-04)
1772
+
1773
+
1774
+ ### Bug Fixes
1775
+
1776
+ * **carousel:** add slidesPerGroup setting ([558b745](https://github.com/MegafonWebLab/megafon-ui/commit/558b745cf2311d4e80d9753b57f3a80b6be846b2))
1777
+
1778
+
1779
+ ### Features
1780
+
1781
+ * **banner:** added new classes arrow ([1a03361](https://github.com/MegafonWebLab/megafon-ui/commit/1a033612c1fb882676a5cfb85b53622954b87299))
1782
+ * **counter:** add isControlled props for forwarding actual value to component ([ee01afb](https://github.com/MegafonWebLab/megafon-ui/commit/ee01afb28eda1d4a71de99b3b718c6452ec43381))
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+ # [2.0.0-beta.159](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.158...@megafon/ui-core@2.0.0-beta.159) (2021-09-27)
1789
+
1790
+
1791
+ ### Bug Fixes
1792
+
1793
+ * **textfield:** fix value of controlled input ([93d27a7](https://github.com/MegafonWebLab/megafon-ui/commit/93d27a7a5fb623b6ee11b7a504291234127a48cf))
1794
+
1795
+
1796
+ ### Features
1797
+
1798
+ * **textfield:** isConstrolled true by default, new prop initialValue ([78f463c](https://github.com/MegafonWebLab/megafon-ui/commit/78f463c4df2059b233c57d8ffc81b869557b2884))
1799
+
1800
+
1801
+ ### BREAKING CHANGES
1802
+
1803
+ * **textfield:** isControlled prop true by default
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+ # [2.0.0-beta.158](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.157...@megafon/ui-core@2.0.0-beta.158) (2021-09-27)
1810
+
1811
+
1812
+ ### Bug Fixes
1813
+
1814
+ * **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
1815
+ * **carousel:** fixed pagination and arrow position ([9cbb3f1](https://github.com/MegafonWebLab/megafon-ui/commit/9cbb3f179dc0dbbf9050f743ffe77613a2a7c2d9))
1816
+ * enable and fix few eslint rules ([cb83053](https://github.com/MegafonWebLab/megafon-ui/commit/cb83053b705242a747f792f6622fdc31e6ea042b))
1817
+ * make .eslintrc.json to root and extends it in package ([90949c2](https://github.com/MegafonWebLab/megafon-ui/commit/90949c2f97ab6389cd050bf5a7b10a02c5d1cc0b))
1818
+ * **gulpfile.js:** allow to replace both type of quotes ([4db4bb5](https://github.com/MegafonWebLab/megafon-ui/commit/4db4bb597fc95b3c271da530809a3f4968d821e8))
1819
+ * **gulpfile.js:** fix code replacement ([8a5119a](https://github.com/MegafonWebLab/megafon-ui/commit/8a5119a00222ee1a33b17db04777ab2c6b00b568))
1820
+ * **gulpfile.js:** fix regexp ([ac2114c](https://github.com/MegafonWebLab/megafon-ui/commit/ac2114ccd6aa1eaa36bbcf2d9ae8e7c3cc41ed7a))
1821
+ * ui-core: add eslint; fix prettier errors; disable some rules to future fix ([bd3afc4](https://github.com/MegafonWebLab/megafon-ui/commit/bd3afc40ab342aa150716c523c76ff1a00dfedcd))
1822
+ * ui-core: replace tslint with eslint; fix prettier errors ([6e4437d](https://github.com/MegafonWebLab/megafon-ui/commit/6e4437d5b1d291dfbe32c08ba703177171ef1286))
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+ # [2.0.0-beta.157](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.156...@megafon/ui-core@2.0.0-beta.157) (2021-09-20)
1829
+
1830
+
1831
+ ### Bug Fixes
1832
+
1833
+ * **carousel:** fix indent without pagination ([83ce8f8](https://github.com/MegafonWebLab/megafon-ui/commit/83ce8f8492892a35d5f164c8d937bdfea9af9f71))
1834
+ * **carousel:** fixed loosing Tooltip position ([bde41dd](https://github.com/MegafonWebLab/megafon-ui/commit/bde41dd306f02de0b0514e77084afac88ee50045))
1835
+ * add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
1836
+
1837
+
1838
+ ### BREAKING CHANGES
1839
+
1840
+ * **carousel:** add negative bottom margin for container
1841
+
1842
+
1843
+
1844
+
1845
+
1846
+ # [2.0.0-beta.156](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.155...@megafon/ui-core@2.0.0-beta.156) (2021-09-14)
1847
+
1848
+
1849
+ ### Bug Fixes
1850
+
1851
+ * **navarrow:** change button type ([954937a](https://github.com/MegafonWebLab/megafon-ui/commit/954937a5ea8b532f2fdb3804675dce34c8bb885a))
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+ # [2.0.0-beta.155](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.154...@megafon/ui-core@2.0.0-beta.155) (2021-09-13)
1858
+
1859
+
1860
+ ### Bug Fixes
1861
+
1862
+ * **select:** add classes for title and arrow ([7d46cf2](https://github.com/MegafonWebLab/megafon-ui/commit/7d46cf2c978cb6a773fe97511e779bbc13da9d6a))
1863
+
1864
+
1865
+
1866
+
1867
+
1868
+ # [2.0.0-beta.154](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.153...@megafon/ui-core@2.0.0-beta.154) (2021-08-30)
1869
+
1870
+
1871
+ ### Bug Fixes
1872
+
1873
+ * **carousel:** edit slide margin on mobile resolution ([45aba92](https://github.com/MegafonWebLab/megafon-ui/commit/45aba928f11167cc31eefc018858ea6f4c793d96))
1874
+ * **pagination:** add dependencies for usecallback buttons handler ([0faad5f](https://github.com/MegafonWebLab/megafon-ui/commit/0faad5fdd76e96daf521fa70f9ee2d85e593fda0))
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+ # [2.0.0-beta.153](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.152...@megafon/ui-core@2.0.0-beta.153) (2021-08-25)
1881
+
1882
+
1883
+ ### Features
1884
+
1885
+ * **packages:** extracts icons from @megafon/ui-core to @megafon/ui-icons package ([ddabc32](https://github.com/MegafonWebLab/megafon-ui/commit/ddabc325b888540804f1fa13c94a1c5a58009df2))
1886
+
1887
+
1888
+ ### BREAKING CHANGES
1889
+
1890
+ * **packages:** icons from @megafon/ui-core removed, use @megafon/ui-icons package instead
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+ # [2.0.0-beta.152](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.151...@megafon/ui-core@2.0.0-beta.152) (2021-08-16)
1897
+
1898
+
1899
+ ### Bug Fixes
1900
+
1901
+ * **tile:** fix component shadow ([aada445](https://github.com/MegafonWebLab/megafon-ui/commit/aada44552c919d357678de64ec1fd46fc3f2061d))
1902
+
1903
+
1904
+ ### Features
1905
+
1906
+ * **checkbox:** add classes for checkbox component ([47d56a5](https://github.com/MegafonWebLab/megafon-ui/commit/47d56a5f8ddc7fbec65a7ba9efd8dc2db034eb47))
1907
+ * **search:** add outer class for icon ([a670bff](https://github.com/MegafonWebLab/megafon-ui/commit/a670bff2bd5989c78c2e2bb5eb588c3665b760fb))
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+ # [2.0.0-beta.151](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.150...@megafon/ui-core@2.0.0-beta.151) (2021-08-02)
1914
+
1915
+
1916
+ ### Bug Fixes
1917
+
1918
+ * add new prop classes ([d72a883](https://github.com/MegafonWebLab/megafon-ui/commit/d72a8835e9d62234e2fec2e22c355d22755950da))
1919
+ * **pagination:** fix svg icons in safari ([97ef850](https://github.com/MegafonWebLab/megafon-ui/commit/97ef850284debe00583f5f8c7551e3a822e78c7d))
1920
+ * **select:** update component Select ([33e2623](https://github.com/MegafonWebLab/megafon-ui/commit/33e2623045c263ea80d01e9d7451f087e7a7aacd))
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+ # [2.0.0-beta.150](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.149...@megafon/ui-core@2.0.0-beta.150) (2021-07-26)
1927
+
1928
+
1929
+ ### Features
1930
+
1931
+ * **carousel:** added initialSlide param ([5cd2d76](https://github.com/MegafonWebLab/megafon-ui/commit/5cd2d76a0a616a9b798f37d52ebfae3edb0ef013))
1932
+
1933
+
1934
+
1935
+
1936
+
1937
+ # [2.0.0-beta.149](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.148...@megafon/ui-core@2.0.0-beta.149) (2021-07-14)
1938
+
1939
+
1940
+ ### Bug Fixes
1941
+
1942
+ * **build:** change contants path resolve ([b4b810a](https://github.com/MegafonWebLab/megafon-ui/commit/b4b810a6b3b753103360dbccc20e891fd6f87cd8))
1943
+
1944
+
1945
+
1946
+
1947
+
1948
+ # [2.0.0-beta.148](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.147...@megafon/ui-core@2.0.0-beta.148) (2021-07-13)
1949
+
1950
+
1951
+ ### Bug Fixes
1952
+
1953
+ * **search:** change highlight regexp logic ([f6ce881](https://github.com/MegafonWebLab/megafon-ui/commit/f6ce881904dc926e1f503c581d59825ed8986d14))
1954
+
1955
+
1956
+ ### Features
1957
+
1958
+ * **packages:** added @megafon/ui-helpers package ([811f67c](https://github.com/MegafonWebLab/megafon-ui/commit/811f67c26c87e2582e461c03223b12344513ecac))
1959
+
1960
+
1961
+ ### BREAKING CHANGES
1962
+
1963
+ * **packages:** utils from @megafon/ui-core removed, use @megafon/ui-helpers package instead
1964
+ * **packages:** breakpoints from @megafon/ui-core removed, use @megafon/ui-helpers package instead
1965
+ * **packages:** throttleTime removed from export in @megafon/ui-core package
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+ # [2.0.0-beta.147](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.146...@megafon/ui-core@2.0.0-beta.147) (2021-07-12)
1972
+
1973
+
1974
+ ### Bug Fixes
1975
+
1976
+ * **carousel:** fix opacity transition bug in ie ([6a1fe04](https://github.com/MegafonWebLab/megafon-ui/commit/6a1fe04ba5883ece1a001e01ea622a29da8821b1))
1977
+ * **constants:** change mobile small start value ([859e6d8](https://github.com/MegafonWebLab/megafon-ui/commit/859e6d8a2465e8082fa428da8e8eaf5cfbf5da23))
1978
+ * **search:** add max-height and scroll to dropdown ([71067a0](https://github.com/MegafonWebLab/megafon-ui/commit/71067a05e01631b8cfefc9cee30407905f1d5a37))
1979
+
1980
+
1981
+ ### Features
1982
+
1983
+ * **pagination:** add new component ([cf5897f](https://github.com/MegafonWebLab/megafon-ui/commit/cf5897f4beabed37f770ec82afd6666283be73f1))
1984
+ * **radiobutton:** added className and classes for inner elements ([e75f523](https://github.com/MegafonWebLab/megafon-ui/commit/e75f523c66d0c6597f00f67fc6d70d553ac886b9))
1985
+
1986
+
1987
+ ### BREAKING CHANGES
1988
+
1989
+ * **constants:** change mobile small start value
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+ # [2.0.0-beta.146](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.145...@megafon/ui-core@2.0.0-beta.146) (2021-07-05)
1996
+
1997
+
1998
+ ### Bug Fixes
1999
+
2000
+ * **carousel:** turn off swiping on pagination ([caec9be](https://github.com/MegafonWebLab/megafon-ui/commit/caec9bef833893abd36821b407e6ad323d0669ff))
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+ # [2.0.0-beta.145](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.144...@megafon/ui-core@2.0.0-beta.145) (2021-06-28)
2007
+
2008
+
2009
+ ### Bug Fixes
2010
+
2011
+ * **notification:** fix style ([d891e56](https://github.com/MegafonWebLab/megafon-ui/commit/d891e56b67be216a516a7b2ba761048c441a7e3b))
2012
+
2013
+
2014
+ ### Features
2015
+
2016
+ * **carousel:** add new prop threshold ([a9b429c](https://github.com/MegafonWebLab/megafon-ui/commit/a9b429c33c741a509654c1fc0fa5fd275a90d802))
2017
+
2018
+
2019
+
2020
+
2021
+
2022
+ # [2.0.0-beta.144](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.143...@megafon/ui-core@2.0.0-beta.144) (2021-06-23)
2023
+
2024
+
2025
+ ### Bug Fixes
2026
+
2027
+ * **tooltip:** add new prop fallbackPlacements ([b98ee5c](https://github.com/MegafonWebLab/megafon-ui/commit/b98ee5c6a76c32746590908e6fd39b25b9dbd816))
2028
+
2029
+
2030
+
2031
+
2032
+
2033
+ # [2.0.0-beta.143](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.142...@megafon/ui-core@2.0.0-beta.143) (2021-06-22)
2034
+
2035
+
2036
+ ### Bug Fixes
2037
+
2038
+ * **carousel:** fix opacity transition bug in Safari 13 ([62d066c](https://github.com/MegafonWebLab/megafon-ui/commit/62d066ceb255f3db4de2352a7a9ef90b06d058da))
2039
+ * **notification:** fix style ([9198668](https://github.com/MegafonWebLab/megafon-ui/commit/9198668ba1a4263fcfbfb207dc80d2d25d036378))
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+ # [2.0.0-beta.142](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.141...@megafon/ui-core@2.0.0-beta.142) (2021-06-18)
2046
+
2047
+
2048
+ ### Features
2049
+
2050
+ * **search:** expand classes for Search component ([d6ceb3b](https://github.com/MegafonWebLab/megafon-ui/commit/d6ceb3b0507edc49802ef3134a3274a25094c74e))
2051
+
2052
+
2053
+
2054
+
2055
+
2056
+ # [2.0.0-beta.141](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.140...@megafon/ui-core@2.0.0-beta.141) (2021-06-10)
2057
+
2058
+
2059
+ ### Features
2060
+
2061
+ * **select:** add new type to view in item ([453f375](https://github.com/MegafonWebLab/megafon-ui/commit/453f3753e46cc2b0fd56287635b8b0918bec56f6))
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+ # [2.0.0-beta.140](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.139...@megafon/ui-core@2.0.0-beta.140) (2021-06-09)
2068
+
2069
+
2070
+ ### Features
2071
+
2072
+ * **accordion:** add 'title' to classes ([dc7cc28](https://github.com/MegafonWebLab/megafon-ui/commit/dc7cc28551693f97c57f0e852c0621ebd2af5677))
2073
+ * **carusel:** add ref ([b1b2889](https://github.com/MegafonWebLab/megafon-ui/commit/b1b28893dc27d9aa03033c9bc8577c60d85922a7))
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+ # [2.0.0-beta.139](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.138...@megafon/ui-core@2.0.0-beta.139) (2021-06-08)
2080
+
2081
+
2082
+ ### Bug Fixes
2083
+
2084
+ * **textlink:** add rel prop ([0773a15](https://github.com/MegafonWebLab/megafon-ui/commit/0773a15a973fcec43910da1dbdb3129bf1da7a4a))
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+ # [2.0.0-beta.138](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.137...@megafon/ui-core@2.0.0-beta.138) (2021-06-08)
2091
+
2092
+
2093
+ ### Features
2094
+
2095
+ * **accordion:** add dataAttrs prop ([3bbbd42](https://github.com/MegafonWebLab/megafon-ui/commit/3bbbd42c4eb7849ec2e5ad847e1d330b9bbe13e3))
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+ # [2.0.0-beta.137](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.136...@megafon/ui-core@2.0.0-beta.137) (2021-06-04)
2102
+
2103
+
2104
+ ### Bug Fixes
2105
+
2106
+ * **convert:** added support for boolean props ([37fba6e](https://github.com/MegafonWebLab/megafon-ui/commit/37fba6e495fa00d58eaa615f492575256773c3a9))
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+ # [2.0.0-beta.136](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.135...@megafon/ui-core@2.0.0-beta.136) (2021-06-04)
2113
+
2114
+
2115
+ ### Bug Fixes
2116
+
2117
+ * **notification:** fix content alignmtent in container ([8236e8e](https://github.com/MegafonWebLab/megafon-ui/commit/8236e8e03bb5c0344c2438cb48026ee51aeb5a0a))
2118
+
2119
+
2120
+
2121
+
2122
+
2123
+ # [2.0.0-beta.135](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.134...@megafon/ui-core@2.0.0-beta.135) (2021-06-03)
2124
+
2125
+
2126
+ ### Bug Fixes
2127
+
2128
+ * **tooltip:** update prop classes ([18f7a32](https://github.com/MegafonWebLab/megafon-ui/commit/18f7a32849af2fa04cb889478912f2ff0524b813))
2129
+
2130
+
2131
+ ### Features
2132
+
2133
+ * **search:** add new prop classes for Seach component ([e06ba5c](https://github.com/MegafonWebLab/megafon-ui/commit/e06ba5c4fd6d7de6c2cda6632f9e2f976b8d712c))
2134
+
2135
+
2136
+
2137
+
2138
+
2139
+ # [2.0.0-beta.134](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.133...@megafon/ui-core@2.0.0-beta.134) (2021-06-03)
2140
+
2141
+
2142
+ ### Bug Fixes
2143
+
2144
+ * **tooltip:** add new prop classes ([a10780f](https://github.com/MegafonWebLab/megafon-ui/commit/a10780f3b2865f051c187d4e189eb13ab42eb39d))
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+ # [2.0.0-beta.133](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.132...@megafon/ui-core@2.0.0-beta.133) (2021-06-02)
2151
+
2152
+
2153
+ ### Features
2154
+
2155
+ * **notification:** replaced content property with childs ([a2f3b61](https://github.com/MegafonWebLab/megafon-ui/commit/a2f3b612b40fca247821612ccd8f2ff482f8e8ab))
2156
+
2157
+
2158
+ ### BREAKING CHANGES
2159
+
2160
+ * **notification:** replaced content property with childs
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+ # [2.0.0-beta.132](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.131...@megafon/ui-core@2.0.0-beta.132) (2021-05-25)
2167
+
2168
+
2169
+ ### Features
2170
+
2171
+ * **carousel:** add dataAttrs prop and new params to onChange handler ([c410621](https://github.com/MegafonWebLab/megafon-ui/commit/c410621b2b0a743cad0729b1b86c5391ff5903f9))
2172
+
2173
+
2174
+
2175
+
2176
+
2177
+ # [2.0.0-beta.131](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.130...@megafon/ui-core@2.0.0-beta.131) (2021-05-25)
2178
+
2179
+
2180
+ ### Features
2181
+
2182
+ * **notification:** new props and design ([af149bc](https://github.com/MegafonWebLab/megafon-ui/commit/af149bc3ca782495b7407b708708255afc760e0c))
2183
+
2184
+
2185
+ ### BREAKING CHANGES
2186
+
2187
+ * **notification:** isShort Prop removed, new layout and props added
2188
+
2189
+
2190
+
2191
+
2192
+
2193
+ # [2.0.0-beta.130](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.129...@megafon/ui-core@2.0.0-beta.130) (2021-05-20)
2194
+
2195
+
2196
+ ### Bug Fixes
2197
+
2198
+ * **search:** update icon ([1aa5b53](https://github.com/MegafonWebLab/megafon-ui/commit/1aa5b53c3faec52b41038cd302bf80b3ff59e75d))
2199
+
2200
+
2201
+
2202
+
2203
+
2204
+ # [2.0.0-beta.129](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.128...@megafon/ui-core@2.0.0-beta.129) (2021-05-20)
2205
+
2206
+
2207
+ ### Performance Improvements
2208
+
2209
+ * **calendar:** change date-fns imports to descrease build size ([69aaaf9](https://github.com/MegafonWebLab/megafon-ui/commit/69aaaf9467ed78e12848dc2eea4c7553bcb5c219))
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+ # [2.0.0-beta.128](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.127...@megafon/ui-core@2.0.0-beta.128) (2021-05-20)
2216
+
2217
+
2218
+ ### Bug Fixes
2219
+
2220
+ * **accordion:** fix bottom border styles for last item, fix paddings ([c7a38b9](https://github.com/MegafonWebLab/megafon-ui/commit/c7a38b94b18d6582270d9d343279632063e161f2))
2221
+ * **tabs:** fixed a bug related to IntersectionObserver during server rendering ([995cee1](https://github.com/MegafonWebLab/megafon-ui/commit/995cee1f82ba6ef8c5d3872dfca44bc462457b71))
2222
+
2223
+
2224
+
2225
+
2226
+
2227
+ # [2.0.0-beta.127](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.126...@megafon/ui-core@2.0.0-beta.127) (2021-05-18)
2228
+
2229
+
2230
+ ### Features
2231
+
2232
+ * **tabs:** added activeTab class ([b06a4be](https://github.com/MegafonWebLab/megafon-ui/commit/b06a4be9942727daa54fa5ba67159fca2281c17f))
2233
+
2234
+
2235
+
2236
+
2237
+
2238
+ # [2.0.0-beta.126](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.125...@megafon/ui-core@2.0.0-beta.126) (2021-05-13)
2239
+
2240
+
2241
+ ### Features
2242
+
2243
+ * **button:** added download props ([1d3c489](https://github.com/MegafonWebLab/megafon-ui/commit/1d3c4896f5189d9eb84094e074aa13aab7be09f4))
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+ # [2.0.0-beta.125](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.124...@megafon/ui-core@2.0.0-beta.125) (2021-05-11)
2250
+
2251
+
2252
+ ### Bug Fixes
2253
+
2254
+ * **tabs:** swipe slider after click on tab ([c8b684d](https://github.com/MegafonWebLab/megafon-ui/commit/c8b684d2139435282bfd290f08591fee35f48357))
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+ # [2.0.0-beta.124](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.123...@megafon/ui-core@2.0.0-beta.124) (2021-05-11)
2261
+
2262
+
2263
+ ### Features
2264
+
2265
+ * **convert:** change props type and add customProps in TransformConfigItem type ([244f2ab](https://github.com/MegafonWebLab/megafon-ui/commit/244f2ab13797ecaceabac2e50b87f78cbfedd0df))
2266
+
2267
+
2268
+ ### BREAKING CHANGES
2269
+
2270
+ * **convert:** change props type and add customProps
2271
+
2272
+
2273
+
2274
+
2275
+
2276
+ # [2.0.0-beta.123](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.122...@megafon/ui-core@2.0.0-beta.123) (2021-04-30)
2277
+
2278
+
2279
+ ### Features
2280
+
2281
+ * **select:** add selectedView in selectItem ([a9f944a](https://github.com/MegafonWebLab/megafon-ui/commit/a9f944a0dc6b29b004b288eaf5136ce1b666d4d6))
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+ # [2.0.0-beta.122](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.121...@megafon/ui-core@2.0.0-beta.122) (2021-04-28)
2288
+
2289
+
2290
+ ### Features
2291
+
2292
+ * **textfield:** added callback intercepting masked input change ([ec32b99](https://github.com/MegafonWebLab/megafon-ui/commit/ec32b995ff8cf2fc875284d93d93256dda40d9c6))
2293
+
2294
+
2295
+
2296
+
2297
+
2298
+ # [2.0.0-beta.121](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.120...@megafon/ui-core@2.0.0-beta.121) (2021-04-28)
2299
+
2300
+
2301
+ ### Features
2302
+
2303
+ * **tabs:** added classname for tab ([af9bcf3](https://github.com/MegafonWebLab/megafon-ui/commit/af9bcf3f05c5e2eea5dfcbddc74b81f439d9cceb))
2304
+
2305
+
2306
+
2307
+
2308
+
2309
+ # [2.0.0-beta.120](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.119...@megafon/ui-core@2.0.0-beta.120) (2021-04-28)
2310
+
2311
+
2312
+ ### Features
2313
+
2314
+ * **accordion:** add isOpenClass props in classes object and rootRef prop ([a92d247](https://github.com/MegafonWebLab/megafon-ui/commit/a92d24724835ebda494630c8c2d453a0e2d51b08))
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+ # [2.0.0-beta.119](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.118...@megafon/ui-core@2.0.0-beta.119) (2021-04-23)
2321
+
2322
+
2323
+ ### Features
2324
+
2325
+ * **carousel:** added custom slide class, swiper props, fade effect ([8949a0b](https://github.com/MegafonWebLab/megafon-ui/commit/8949a0b7e9139063f5d25d5e754e0240801f8c20))
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+ # [2.0.0-beta.118](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.117...@megafon/ui-core@2.0.0-beta.118) (2021-04-23)
2332
+
2333
+
2334
+ ### Features
2335
+
2336
+ * **tooltip:** add fade and boundary props and none-padding value ([4f22c29](https://github.com/MegafonWebLab/megafon-ui/commit/4f22c29740122c63a7c74d3e1dff89e65d11ee7e))
2337
+
2338
+
2339
+ ### BREAKING CHANGES
2340
+
2341
+ * **tooltip:** size props rename to paddings
2342
+
2343
+
2344
+
2345
+
2346
+
2347
+ # [2.0.0-beta.117](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.116...@megafon/ui-core@2.0.0-beta.117) (2021-04-14)
2348
+
2349
+
2350
+ ### Bug Fixes
2351
+
2352
+ * **package.json:** update swiper to fix error with types ([594cc99](https://github.com/MegafonWebLab/megafon-ui/commit/594cc99af7d9533ac9efca3f8b1ded3cdd5a0433))
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+ # [2.0.0-beta.116](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.115...@megafon/ui-core@2.0.0-beta.116) (2021-04-08)
2359
+
2360
+
2361
+ ### Features
2362
+
2363
+ * **carousel:** add new custom classes, pagination settings, ref callback ([8a90f46](https://github.com/MegafonWebLab/megafon-ui/commit/8a90f46f29483bdd0969fcbf0a4bdb4b023d43e9))
2364
+
2365
+
2366
+
2367
+
2368
+
2369
+ # [2.0.0-beta.115](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.114...@megafon/ui-core@2.0.0-beta.115) (2021-04-06)
2370
+
2371
+
2372
+ ### Features
2373
+
2374
+ * **benefitsiconstile, convert, readme:** fix and update render html ([0c08667](https://github.com/MegafonWebLab/megafon-ui/commit/0c086674f666a068e1c4fde4a1a615d26f225512))
2375
+
2376
+
2377
+
2378
+
2379
+
2380
+ # [2.0.0-beta.114](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.113...@megafon/ui-core@2.0.0-beta.114) (2021-04-06)
2381
+
2382
+ **Note:** Version bump only for package @megafon/ui-core
2383
+
2384
+
2385
+
2386
+
2387
+
2388
+ # [2.0.0-beta.113](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.112...@megafon/ui-core@2.0.0-beta.113) (2021-04-02)
2389
+
2390
+
2391
+ ### Bug Fixes
2392
+
2393
+ * **convert:** fix argument type ([b59e964](https://github.com/MegafonWebLab/megafon-ui/commit/b59e964eee26b08d4d16be939e39238154c198c3))
2394
+
2395
+
2396
+
2397
+
2398
+
2399
+ # [2.0.0-beta.112](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.111...@megafon/ui-core@2.0.0-beta.112) (2021-03-26)
2400
+
2401
+
2402
+ ### Features
2403
+
2404
+ * **select:** add props onOpened and onClosed ([8dd81d5](https://github.com/MegafonWebLab/megafon-ui/commit/8dd81d5ec16e04ecf6cabb5be846152b9fd8aaca))
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+ # [2.0.0-beta.111](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.110...@megafon/ui-core@2.0.0-beta.111) (2021-03-24)
2411
+
2412
+ **Note:** Version bump only for package @megafon/ui-core
2413
+
2414
+
2415
+
2416
+
2417
+
2418
+ # [2.0.0-beta.110](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.109...@megafon/ui-core@2.0.0-beta.110) (2021-03-24)
2419
+
2420
+
2421
+ ### Features
2422
+
2423
+ * **calendar:** changed dates chose behaviour and added hover ([04817ba](https://github.com/MegafonWebLab/megafon-ui/commit/04817bae82c0544ccc663be6c96e80a3b40b90ab))
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+ # [2.0.0-beta.109](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.108...@megafon/ui-core@2.0.0-beta.109) (2021-03-24)
2430
+
2431
+ **Note:** Version bump only for package @megafon/ui-core
2432
+
2433
+
2434
+
2435
+
2436
+
2437
+ # [2.0.0-beta.108](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.107...@megafon/ui-core@2.0.0-beta.108) (2021-03-23)
2438
+
2439
+
2440
+ ### Bug Fixes
2441
+
2442
+ * **tabs:** added coordinate recalculation when changing the window size ([8ea1644](https://github.com/MegafonWebLab/megafon-ui/commit/8ea164429ccb7677fd0e3b4094edb5266e56333c))
2443
+
2444
+
2445
+
2446
+
2447
+
2448
+ # [2.0.0-beta.107](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.106...@megafon/ui-core@2.0.0-beta.107) (2021-03-22)
2449
+
2450
+
2451
+ ### Bug Fixes
2452
+
2453
+ * **textfield:** increase z-index in icon-box, add right space in password type ([b5284b4](https://github.com/MegafonWebLab/megafon-ui/commit/b5284b40bfe148bcb4aee0a57f7a22406cb298e7))
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+ # [2.0.0-beta.106](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.105...@megafon/ui-core@2.0.0-beta.106) (2021-03-18)
2460
+
2461
+
2462
+ ### Features
2463
+
2464
+ * **button:** allows to be used as IconButton if icon prop is passed and children prop is not ([9b89105](https://github.com/MegafonWebLab/megafon-ui/commit/9b89105de8455f9ea042005ab62c877a9afa2280))
2465
+ * **iconbutton:** deleted component ([23e175e](https://github.com/MegafonWebLab/megafon-ui/commit/23e175ebada66903a76db9eef1092f0f0c5edde5))
2466
+
2467
+
2468
+ ### BREAKING CHANGES
2469
+
2470
+ * **button:** "iconLeft" prop renamed to "icon"
2471
+ * **iconbutton:** IconButton component was deleted. Use Button with "icon" prop instead
2472
+
2473
+
2474
+
2475
+
2476
+
2477
+ # [2.0.0-beta.105](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.104...@megafon/ui-core@2.0.0-beta.105) (2021-03-18)
2478
+
2479
+
2480
+ ### Bug Fixes
2481
+
2482
+ * **icons:** added facebook icon with white background ([5d5e1f8](https://github.com/MegafonWebLab/megafon-ui/commit/5d5e1f86fd6e2346e37f5440529162f2501e367f))
2483
+
2484
+
2485
+ ### Features
2486
+
2487
+ * **icons:** added new Habr icon ([f0716dc](https://github.com/MegafonWebLab/megafon-ui/commit/f0716dc2e135c32674353d8e53616f66c7e1ab16))
2488
+
2489
+
2490
+
2491
+
2492
+
2493
+ # [2.0.0-beta.104](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.103...@megafon/ui-core@2.0.0-beta.104) (2021-03-16)
2494
+
2495
+ **Note:** Version bump only for package @megafon/ui-core
2496
+
2497
+
2498
+
2499
+
2500
+
2501
+ # [2.0.0-beta.103](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.102...@megafon/ui-core@2.0.0-beta.103) (2021-03-16)
2502
+
2503
+
2504
+ ### Bug Fixes
2505
+
2506
+ * **grid:** allow to pass array in children proptype ([0e4cd7d](https://github.com/MegafonWebLab/megafon-ui/commit/0e4cd7dfa969d027c297b34cb1072c305a6bacd5))
2507
+
2508
+
2509
+
2510
+
2511
+
2512
+ # [2.0.0-beta.102](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.101...@megafon/ui-core@2.0.0-beta.102) (2021-03-15)
2513
+
2514
+
2515
+ ### Bug Fixes
2516
+
2517
+ * **grid:** correct children proptype ([252f55e](https://github.com/MegafonWebLab/megafon-ui/commit/252f55e61996272d5bfbc2edd272feb044f73e81))
2518
+ * **grid:** rewritten to functional component ([4d153f2](https://github.com/MegafonWebLab/megafon-ui/commit/4d153f25b7e76a91f2e8c49f491eed510a4fc289))
2519
+ * **gridcolumn:** correct children proptype ([411cce0](https://github.com/MegafonWebLab/megafon-ui/commit/411cce0e280cabd3626dabb9dd3941ade1a3829f))
2520
+ * **gridcolumn:** rewritten to functional component ([b653163](https://github.com/MegafonWebLab/megafon-ui/commit/b653163f1f4c81dc196d6c53fbf545496b6fb849))
2521
+
2522
+
2523
+
2524
+
2525
+
2526
+ # [2.0.0-beta.101](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.100...@megafon/ui-core@2.0.0-beta.101) (2021-03-11)
2527
+
2528
+
2529
+ ### Features
2530
+
2531
+ * **icon-button:** pass className prop to root node ([742a4f4](https://github.com/MegafonWebLab/megafon-ui/commit/742a4f44e10ac03f3dc3be3186f5d30f73d1455f))
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+ # [2.0.0-beta.100](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.99...@megafon/ui-core@2.0.0-beta.100) (2021-03-11)
2538
+
2539
+ **Note:** Version bump only for package @megafon/ui-core
2540
+
2541
+
2542
+
2543
+
2544
+
2545
+ # [2.0.0-beta.99](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.98...@megafon/ui-core@2.0.0-beta.99) (2021-03-09)
2546
+
2547
+
2548
+ ### Bug Fixes
2549
+
2550
+ * **counter:** fix btns width in ie ([8dbd525](https://github.com/MegafonWebLab/megafon-ui/commit/8dbd5250d254df8814984cfa1b9d17a2c7b99bfd))
2551
+
2552
+
2553
+
2554
+
2555
+
2556
+ # [2.0.0-beta.98](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.97...@megafon/ui-core@2.0.0-beta.98) (2021-03-05)
2557
+
2558
+
2559
+ ### Bug Fixes
2560
+
2561
+ * **counter:** counter icons were fixed ([f4ea586](https://github.com/MegafonWebLab/megafon-ui/commit/f4ea586c9a6fe6e37d5e8b424e28a539f482ba9b))
2562
+ * **icons:** added removing of element after copying it ([c763b42](https://github.com/MegafonWebLab/megafon-ui/commit/c763b426230f0b0d1b55b8da0fdd676d4518b7a8))
2563
+
2564
+
2565
+
2566
+
2567
+
2568
+ # [2.0.0-beta.97](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.96...@megafon/ui-core@2.0.0-beta.97) (2021-03-04)
2569
+
2570
+
2571
+ ### Features
2572
+
2573
+ * **convert:** add classname prop to returned component ([c76162a](https://github.com/MegafonWebLab/megafon-ui/commit/c76162a8b06a57025fe50019b5fa1b5ac3dceeb9))
2574
+
2575
+
2576
+
2577
+
2578
+
2579
+ # [2.0.0-beta.96](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.95...@megafon/ui-core@2.0.0-beta.96) (2021-03-01)
2580
+
2581
+
2582
+ ### Bug Fixes
2583
+
2584
+ * **button:** button text move to top by 1px ([a4a9aee](https://github.com/MegafonWebLab/megafon-ui/commit/a4a9aee2e3eb68655cd79228b29ff2ff349b4481))
2585
+
2586
+
2587
+
2588
+
2589
+
2590
+ # [2.0.0-beta.95](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.94...@megafon/ui-core@2.0.0-beta.95) (2021-02-26)
2591
+
2592
+
2593
+ ### Bug Fixes
2594
+
2595
+ * **button:** fix text vertical align ([fb9b9bb](https://github.com/MegafonWebLab/megafon-ui/commit/fb9b9bb09d6c4e257c65af4c6ccaf39987867638))
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+ # [2.0.0-beta.94](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.93...@megafon/ui-core@2.0.0-beta.94) (2021-02-26)
2602
+
2603
+ **Note:** Version bump only for package @megafon/ui-core
2604
+
2605
+
2606
+
2607
+
2608
+
2609
+ # [2.0.0-beta.93](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.92...@megafon/ui-core@2.0.0-beta.93) (2021-02-25)
2610
+
2611
+
2612
+ ### Features
2613
+
2614
+ * **accordion:** add className prop ([1c00fda](https://github.com/MegafonWebLab/megafon-ui/commit/1c00fda68089edfd0fccfdc3167d54ce1aadaf81))
2615
+ * **carousel:** add className prop ([3db96c5](https://github.com/MegafonWebLab/megafon-ui/commit/3db96c5b79289f38229b333572afc2fb2bf73ab5))
2616
+ * **contentarea:** add className prop ([3a255be](https://github.com/MegafonWebLab/megafon-ui/commit/3a255be03ad366b2fc982c8b49084eb8503b7162))
2617
+ * **counter:** add className prop ([eec3790](https://github.com/MegafonWebLab/megafon-ui/commit/eec3790217695543b1bf482aec4e9a9196925eed))
2618
+ * **tabs:** add className prop ([863ebeb](https://github.com/MegafonWebLab/megafon-ui/commit/863ebebc0f4a3334d4983c2e0d1e173107404739))
2619
+
2620
+
2621
+
2622
+
2623
+
2624
+ # [2.0.0-beta.92](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.91...@megafon/ui-core@2.0.0-beta.92) (2021-02-19)
2625
+
2626
+
2627
+ ### Bug Fixes
2628
+
2629
+ * **radiobutton:** add props inputRef ([461ce6c](https://github.com/MegafonWebLab/megafon-ui/commit/461ce6cbf1369088ef5b6fc1ac4eefe2e70446a5))
2630
+
2631
+
2632
+
2633
+
2634
+
2635
+ # [2.0.0-beta.91](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.90...@megafon/ui-core@2.0.0-beta.91) (2021-02-12)
2636
+
2637
+
2638
+ ### Bug Fixes
2639
+
2640
+ * **textfield:** number value in typings ([9bd5799](https://github.com/MegafonWebLab/megafon-ui/commit/9bd5799b18aa0997136ae1a0a9b51f804065e1d6))
2641
+
2642
+
2643
+
2644
+
2645
+
2646
+ # [2.0.0-beta.90](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.89...@megafon/ui-core@2.0.0-beta.90) (2021-02-10)
2647
+
2648
+
2649
+ ### Features
2650
+
2651
+ * **carousel:** add noSwipingSelector prop ([2f96991](https://github.com/MegafonWebLab/megafon-ui/commit/2f96991516fbc25935966b2200a9624b1ed27240))
2652
+
2653
+
2654
+
2655
+
2656
+
2657
+ # [2.0.0-beta.89](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.88...@megafon/ui-core@2.0.0-beta.89) (2021-02-10)
2658
+
2659
+
2660
+ ### Features
2661
+
2662
+ * **accordion:** add hasVerticalPaddings prop ([74ecad8](https://github.com/MegafonWebLab/megafon-ui/commit/74ecad8ee48f14676ad9cd3a93e512d3d11f6afa))
2663
+
2664
+
2665
+
2666
+
2667
+
2668
+ # [2.0.0-beta.88](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.87...@megafon/ui-core@2.0.0-beta.88) (2021-02-09)
2669
+
2670
+
2671
+ ### Bug Fixes
2672
+
2673
+ * **link:** one more type for children ([b21a946](https://github.com/MegafonWebLab/megafon-ui/commit/b21a9468e534dc366e776e6ca1951ab40213f652))
2674
+ * **textlink:** one more type for children ([e235712](https://github.com/MegafonWebLab/megafon-ui/commit/e235712436216cf88917d8297e4233e65a3c2f5a))
2675
+
2676
+
2677
+
2678
+
2679
+
2680
+ # [2.0.0-beta.87](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.86...@megafon/ui-core@2.0.0-beta.87) (2021-02-09)
2681
+
2682
+
2683
+ ### Bug Fixes
2684
+
2685
+ * **convert:** typographic config is defined by the component ([fbac681](https://github.com/MegafonWebLab/megafon-ui/commit/fbac6810730cb4352568c20120374e7c374a9c23))
2686
+
2687
+
2688
+
2689
+
2690
+
2691
+ # [2.0.0-beta.86](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.85...@megafon/ui-core@2.0.0-beta.86) (2021-02-09)
2692
+
2693
+
2694
+ ### Features
2695
+
2696
+ * **counter:** edits added ([90e829a](https://github.com/MegafonWebLab/megafon-ui/commit/90e829aac312f2fad8c1124c8126b663568ac55e))
2697
+
2698
+
2699
+ ### BREAKING CHANGES
2700
+
2701
+ * **counter:** СlassName prop was deleted. Added new prop for custom class names.
2702
+
2703
+
2704
+
2705
+
2706
+
2707
+ # [2.0.0-beta.85](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.84...@megafon/ui-core@2.0.0-beta.85) (2021-02-08)
2708
+
2709
+
2710
+ ### Bug Fixes
2711
+
2712
+ * **icons:** added icons with merged path for Gag, Metro ([a2cb6ed](https://github.com/MegafonWebLab/megafon-ui/commit/a2cb6edd2a2a6c92415e51f909306227782719d3))
2713
+
2714
+
2715
+ ### Features
2716
+
2717
+ * **icons:** added plus, minus icons ([51c4bbe](https://github.com/MegafonWebLab/megafon-ui/commit/51c4bbe38fe1452394e5fef7b18b10d792e3faa3))
2718
+
2719
+
2720
+ ### BREAKING CHANGES
2721
+
2722
+ * **icons:** Metro_32 icon will be larger, new icon has less padding from wrapper to shape
2723
+
2724
+
2725
+
2726
+
2727
+
2728
+ # [2.0.0-beta.84](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.83...@megafon/ui-core@2.0.0-beta.84) (2021-02-02)
2729
+
2730
+
2731
+ ### Bug Fixes
2732
+
2733
+ * **icons:** returned old icon attach-file ([28fe5e1](https://github.com/MegafonWebLab/megafon-ui/commit/28fe5e1827a23b86159976bf46e223e707c3f3d4))
2734
+
2735
+
2736
+ ### BREAKING CHANGES
2737
+
2738
+ * **icons:** returned old icon attach-file
2739
+
2740
+
2741
+
2742
+
2743
+
2744
+ # [2.0.0-beta.83](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.82...@megafon/ui-core@2.0.0-beta.83) (2021-01-29)
2745
+
2746
+
2747
+ ### Features
2748
+
2749
+ * **textfield:** added controlled state for component ([15cca94](https://github.com/MegafonWebLab/megafon-ui/commit/15cca945c8888612eccb5609b0b412c0b37c219e))
2750
+
2751
+
2752
+
2753
+
2754
+
2755
+ # [2.0.0-beta.82](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.81...@megafon/ui-core@2.0.0-beta.82) (2021-01-29)
2756
+
2757
+
2758
+ ### Bug Fixes
2759
+
2760
+ * **tabs:** fix sticky tabs z-index ([931e538](https://github.com/MegafonWebLab/megafon-ui/commit/931e53813df35cfb2a18936e454d5cabff903ef4))
2761
+
2762
+
2763
+
2764
+
2765
+
2766
+ # [2.0.0-beta.81](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.80...@megafon/ui-core@2.0.0-beta.81) (2021-01-29)
2767
+
2768
+ **Note:** Version bump only for package @megafon/ui-core
2769
+
2770
+
2771
+
2772
+
2773
+
2774
+ # [2.0.0-beta.80](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.79...@megafon/ui-core@2.0.0-beta.80) (2021-01-28)
2775
+
2776
+
2777
+ ### Features
2778
+
2779
+ * **content area:** added classes prop, added new disable indents range ([f43480e](https://github.com/MegafonWebLab/megafon-ui/commit/f43480e7438178c683c42335e5c2e992b7169709))
2780
+
2781
+
2782
+ ### BREAKING CHANGES
2783
+
2784
+ * **content area:** className prop was deleted. Added new prop for custom class names.
2785
+
2786
+
2787
+
2788
+
2789
+
2790
+ # [2.0.0-beta.79](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.78...@megafon/ui-core@2.0.0-beta.79) (2021-01-22)
2791
+
2792
+
2793
+ ### Bug Fixes
2794
+
2795
+ * **textfield:** change textfield height by styleguide ([f0f69a9](https://github.com/MegafonWebLab/megafon-ui/commit/f0f69a9ed7baba63176510d3197b1d99ee01586e))
2796
+
2797
+
2798
+
2799
+
2800
+
2801
+ # [2.0.0-beta.78](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.77...@megafon/ui-core@2.0.0-beta.78) (2021-01-22)
2802
+
2803
+
2804
+ ### Bug Fixes
2805
+
2806
+ * **listitem:** remove extra margin ([e8bb642](https://github.com/MegafonWebLab/megafon-ui/commit/e8bb64213521fe9f2aac188f93127555ebf36e5d))
2807
+
2808
+
2809
+
2810
+
2811
+
2812
+ # [2.0.0-beta.77](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.76...@megafon/ui-core@2.0.0-beta.77) (2021-01-22)
2813
+
2814
+
2815
+ ### Bug Fixes
2816
+
2817
+ * **icons:** correct cancel icons, new size for plus icon, icon panel view ([20c597d](https://github.com/MegafonWebLab/megafon-ui/commit/20c597d7468b2b4bd52073644b28691445360b6c))
2818
+
2819
+
2820
+
2821
+
2822
+
2823
+ # [2.0.0-beta.76](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.75...@megafon/ui-core@2.0.0-beta.76) (2021-01-14)
2824
+
2825
+ **Note:** Version bump only for package @megafon/ui-core
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+ # [2.0.0-beta.75](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.74...@megafon/ui-core@2.0.0-beta.75) (2021-01-13)
2832
+
2833
+ **Note:** Version bump only for package @megafon/ui-core
2834
+
2835
+
2836
+
2837
+
2838
+
2839
+ # [2.0.0-beta.74](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.73...@megafon/ui-core@2.0.0-beta.74) (2021-01-12)
2840
+
2841
+
2842
+ ### Bug Fixes
2843
+
2844
+ * **carousel:** update carousel component ([090681c](https://github.com/MegafonWebLab/megafon-ui/commit/090681ce607a4d8342d9710a18306d89ab5c0f08))
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+ # [2.0.0-beta.73](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.72...@megafon/ui-core@2.0.0-beta.73) (2021-01-11)
2851
+
2852
+
2853
+ ### Bug Fixes
2854
+
2855
+ * **calendar:** added date mock for disabled dates test ([fc6df26](https://github.com/MegafonWebLab/megafon-ui/commit/fc6df268f8272152e3b073806160606a09046f6a))
2856
+
2857
+
2858
+ ### Features
2859
+
2860
+ * **utils:** add wrapper around htmr to cut forbidden tags and attrs ([71248da](https://github.com/MegafonWebLab/megafon-ui/commit/71248dabfed0f58a290bf087d10b8d5b994bf568))
2861
+
2862
+
2863
+
2864
+
2865
+
2866
+ # [2.0.0-beta.72](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.71...@megafon/ui-core@2.0.0-beta.72) (2020-12-25)
2867
+
2868
+
2869
+ ### Features
2870
+
2871
+ * **link:** added download attribute prop ([6234ee3](https://github.com/MegafonWebLab/megafon-ui/commit/6234ee358dbe93635b6eabac8572449d734f8775))
2872
+ * **textlink:** added download attribute prop ([c962e20](https://github.com/MegafonWebLab/megafon-ui/commit/c962e205dfa8f3be96c92776536cb99877e8961e))
2873
+
2874
+
2875
+
2876
+
2877
+
2878
+ # [2.0.0-beta.71](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.70...@megafon/ui-core@2.0.0-beta.71) (2020-12-24)
2879
+
2880
+ **Note:** Version bump only for package @megafon/ui-core
2881
+
2882
+
2883
+
2884
+
2885
+
2886
+ # [2.0.0-beta.70](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.69...@megafon/ui-core@2.0.0-beta.70) (2020-12-22)
2887
+
2888
+
2889
+ ### Bug Fixes
2890
+
2891
+ * **textfield:** deleted declared cursor ([10311f9](https://github.com/MegafonWebLab/megafon-ui/commit/10311f9f8460073f34cdc6dcdcc5d8d32df07a5a))
2892
+
2893
+
2894
+
2895
+
2896
+
2897
+ # [2.0.0-beta.69](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.68...@megafon/ui-core@2.0.0-beta.69) (2020-12-18)
2898
+
2899
+
2900
+ ### Bug Fixes
2901
+
2902
+ * **carousel:** fixed swiper bug with slidesPerView auto on different resolutions ([fbe13d2](https://github.com/MegafonWebLab/megafon-ui/commit/fbe13d28c55fd3faaf154efd3299d8cec2fa4a1b))
2903
+
2904
+
2905
+
2906
+
2907
+
2908
+ # [2.0.0-beta.68](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.67...@megafon/ui-core@2.0.0-beta.68) (2020-12-17)
2909
+
2910
+
2911
+ ### Bug Fixes
2912
+
2913
+ * **preloader:** added fixed delay for rendering ([16a03e1](https://github.com/MegafonWebLab/megafon-ui/commit/16a03e163bf878078fa9291f621b100ea89db7b4))
2914
+
2915
+
2916
+
2917
+
2918
+
2919
+ # [2.0.0-beta.67](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.66...@megafon/ui-core@2.0.0-beta.67) (2020-12-17)
2920
+
2921
+
2922
+ ### Bug Fixes
2923
+
2924
+ * **banner:** fix remarks ([9c8d186](https://github.com/MegafonWebLab/megafon-ui/commit/9c8d186c22c1f63d9daf8e1d01ed3657c065681f))
2925
+ * **carousel:** fix remarks ([9bafdb9](https://github.com/MegafonWebLab/megafon-ui/commit/9bafdb955f8a58bb0c1eb976eef25b09a7888479))
2926
+ * **tabs:** fix remarks ([f61639d](https://github.com/MegafonWebLab/megafon-ui/commit/f61639decbb014611ecc4b64148ce35630ca6aee))
2927
+
2928
+
2929
+ ### BREAKING CHANGES
2930
+
2931
+ * **tabs:** move className and innerIndentsClass props to classes object
2932
+ * **carousel:** move className and innerIndentsClass props to classes object
2933
+
2934
+
2935
+
2936
+
2937
+
2938
+ # [2.0.0-beta.66](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.65...@megafon/ui-core@2.0.0-beta.66) (2020-12-17)
2939
+
2940
+ **Note:** Version bump only for package @megafon/ui-core
2941
+
2942
+
2943
+
2944
+
2945
+
2946
+ # [2.0.0-beta.65](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.64...@megafon/ui-core@2.0.0-beta.65) (2020-12-16)
2947
+
2948
+
2949
+ ### Bug Fixes
2950
+
2951
+ * **tabs:** fix shadow transparent in safari ([a3308fc](https://github.com/MegafonWebLab/megafon-ui/commit/a3308fc7592be1dce7a428a513fc0779c07a6c9a))
2952
+
2953
+
2954
+
2955
+
2956
+
2957
+ # [2.0.0-beta.64](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.63...@megafon/ui-core@2.0.0-beta.64) (2020-12-15)
2958
+
2959
+
2960
+ ### Features
2961
+
2962
+ * **calendar:** changed onChange prop behavior ([1ef345f](https://github.com/MegafonWebLab/megafon-ui/commit/1ef345fe0575e560c45ae4735bf2c9ff863c9f82))
2963
+
2964
+
2965
+ ### BREAKING CHANGES
2966
+
2967
+ * **calendar:** made onChange callback to call only on manual dates change
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+ # [2.0.0-beta.63](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.62...@megafon/ui-core@2.0.0-beta.63) (2020-12-15)
2974
+
2975
+
2976
+ ### Features
2977
+
2978
+ * **icons:** added new Copy icon ([de45029](https://github.com/MegafonWebLab/megafon-ui/commit/de4502903dcaeada613e3390b4d0ed9b9f237875))
2979
+
2980
+
2981
+
2982
+
2983
+
2984
+ # [2.0.0-beta.62](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.61...@megafon/ui-core@2.0.0-beta.62) (2020-12-11)
2985
+
2986
+
2987
+ ### Bug Fixes
2988
+
2989
+ * **search:** rewrite inner callback after onChange props changed ([9954f5e](https://github.com/MegafonWebLab/megafon-ui/commit/9954f5eb2f8d56bc3991c697b5d84dcd030cfd06))
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+ # [2.0.0-beta.61](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.60...@megafon/ui-core@2.0.0-beta.61) (2020-12-10)
2996
+
2997
+ **Note:** Version bump only for package @megafon/ui-core
2998
+
2999
+
3000
+
3001
+
3002
+
3003
+ # [2.0.0-beta.60](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.59...@megafon/ui-core@2.0.0-beta.60) (2020-12-07)
3004
+
3005
+
3006
+ ### Code Refactoring
3007
+
3008
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** remove component ([574e074](https://github.com/MegafonWebLab/megafon-ui/commit/574e074537cd2d9dcde5b3cffbbc8145d33aea49))
3009
+
3010
+
3011
+ ### BREAKING CHANGES
3012
+
3013
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** destruction of public components
3014
+
3015
+
3016
+
3017
+
3018
+
3019
+ # [2.0.0-beta.59](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.58...@megafon/ui-core@2.0.0-beta.59) (2020-12-04)
3020
+
3021
+
3022
+ ### Bug Fixes
3023
+
3024
+ * **select:** add new keys to prop classes ([2a632f0](https://github.com/MegafonWebLab/megafon-ui/commit/2a632f02145514ce594728358770ccc2ea6b8d41))
3025
+
3026
+
3027
+
3028
+
3029
+
3030
+ # [2.0.0-beta.58](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.57...@megafon/ui-core@2.0.0-beta.58) (2020-12-04)
3031
+
3032
+
3033
+ ### Bug Fixes
3034
+
3035
+ * **checkbox:** fix onChange type ([ec7cab6](https://github.com/MegafonWebLab/megafon-ui/commit/ec7cab6b72bf2b84559e85c725f0e796e3ceb8b2))
3036
+
3037
+
3038
+
3039
+
3040
+
3041
+ # [2.0.0-beta.57](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.56...@megafon/ui-core@2.0.0-beta.57) (2020-12-04)
3042
+
3043
+ **Note:** Version bump only for package @megafon/ui-core
3044
+
3045
+
3046
+
3047
+
3048
+
3049
+ # [2.0.0-beta.56](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.55...@megafon/ui-core@2.0.0-beta.56) (2020-12-03)
3050
+
3051
+
3052
+ ### Bug Fixes
3053
+
3054
+ * **calendar:** minor style fixes and disabled possibility to give blocked date in props ([993aeaf](https://github.com/MegafonWebLab/megafon-ui/commit/993aeaf866b2b0232686127d2a0e4356b9c91264))
3055
+ * **tooltip:** changed click event to mousedown so ref wont change at the moment of contains check ([be2c328](https://github.com/MegafonWebLab/megafon-ui/commit/be2c328c9152b146dac47f624892b4d1a49d7da5))
3056
+
3057
+
3058
+
3059
+
3060
+
3061
+ # [2.0.0-beta.55](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.54...@megafon/ui-core@2.0.0-beta.55) (2020-12-01)
3062
+
3063
+
3064
+ ### Bug Fixes
3065
+
3066
+ * **counter:** default props refactoring, block class changed ([9b5c80f](https://github.com/MegafonWebLab/megafon-ui/commit/9b5c80f85190610641874eb1f88decbe358a818b))
3067
+
3068
+
3069
+
3070
+
3071
+
3072
+ # [2.0.0-beta.54](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.53...@megafon/ui-core@2.0.0-beta.54) (2020-12-01)
3073
+
3074
+
3075
+ ### Features
3076
+
3077
+ * **component:** added rel attribute to button component ([21fa921](https://github.com/MegafonWebLab/megafon-ui/commit/21fa92144df2d2c2e084121355160e4f1c5aa863))
3078
+
3079
+
3080
+
3081
+
3082
+
3083
+ # [2.0.0-beta.53](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.52...@megafon/ui-core@2.0.0-beta.53) (2020-11-30)
3084
+
3085
+
3086
+ ### Features
3087
+
3088
+ * **button:** add new button property ([713b6fe](https://github.com/MegafonWebLab/megafon-ui/commit/713b6fee5206847851063596d1a8d07337d610e1))
3089
+ * **button:** fix props order ([a6d3091](https://github.com/MegafonWebLab/megafon-ui/commit/a6d3091e5ff25be683cd4b690bc9630e7b42222a))
3090
+ * **button:** fix proptypes order ([98f6d37](https://github.com/MegafonWebLab/megafon-ui/commit/98f6d3737145e8b5f3219f9e0c7a3730799c6e21))
3091
+
3092
+
3093
+
3094
+
3095
+
3096
+ # [2.0.0-beta.52](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.51...@megafon/ui-core@2.0.0-beta.52) (2020-11-27)
3097
+
3098
+
3099
+ ### Bug Fixes
3100
+
3101
+ * **textfield:** added fixes and symbol counter, removed textarea autoheight increase after resize ([3bbdf7a](https://github.com/MegafonWebLab/megafon-ui/commit/3bbdf7a8bdc193b8a5455e7107453d851b6cc90a))
3102
+
3103
+
3104
+ ### Features
3105
+
3106
+ * **textfield:** added textarea flexible functional, symbol limit view ([d378b8b](https://github.com/MegafonWebLab/megafon-ui/commit/d378b8be96a20940102598007a94f07288dbc898))
3107
+
3108
+
3109
+ ### BREAKING CHANGES
3110
+
3111
+ * **textfield:** added prop symbolCounter, replaced prop multiline to textarea with fixed and
3112
+ flexible views
3113
+
3114
+
3115
+
3116
+
3117
+
3118
+ # [2.0.0-beta.51](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.50...@megafon/ui-core@2.0.0-beta.51) (2020-11-25)
3119
+
3120
+
3121
+ ### Bug Fixes
3122
+
3123
+ * **calendar:** changed date transform pattern for month ([8fc7933](https://github.com/MegafonWebLab/megafon-ui/commit/8fc79336235ecfdfc72a491cda336b0af40505b9))
3124
+
3125
+
3126
+
3127
+
3128
+
3129
+ # [2.0.0-beta.50](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.49...@megafon/ui-core@2.0.0-beta.50) (2020-11-25)
3130
+
3131
+
3132
+ ### Bug Fixes
3133
+
3134
+ * **breakpoints:** import files from constants is fixed ([8e3baa5](https://github.com/MegafonWebLab/megafon-ui/commit/8e3baa55eed164c3732d59bac8da76bd04a39dfb))
3135
+
3136
+
3137
+
3138
+
3139
+
3140
+ # [2.0.0-beta.49](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.48...@megafon/ui-core@2.0.0-beta.49) (2020-11-25)
3141
+
3142
+
3143
+ ### Bug Fixes
3144
+
3145
+ * **select:** default font weight added ([126389a](https://github.com/MegafonWebLab/megafon-ui/commit/126389a85b937e7eea42440de0cbd311d3710d62))
3146
+
3147
+
3148
+
3149
+
3150
+
3151
+ # [2.0.0-beta.48](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.47...@megafon/ui-core@2.0.0-beta.48) (2020-11-24)
3152
+
3153
+
3154
+ ### Bug Fixes
3155
+
3156
+ * **calendar:** added effect to change state if props changed ([a7ec076](https://github.com/MegafonWebLab/megafon-ui/commit/a7ec0762f0521898838871b6698d6408ca2a55d2))
3157
+
3158
+
3159
+
3160
+
3161
+
3162
+ # [2.0.0-beta.47](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.46...@megafon/ui-core@2.0.0-beta.47) (2020-11-23)
3163
+
3164
+
3165
+ ### Bug Fixes
3166
+
3167
+ * **carousel:** fix arrows align ([6b648c1](https://github.com/MegafonWebLab/megafon-ui/commit/6b648c1dda947213eaae35ecf8f0421229d27eb7))
3168
+
3169
+
3170
+
3171
+
3172
+
3173
+ # [2.0.0-beta.46](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.45...@megafon/ui-core@2.0.0-beta.46) (2020-11-23)
3174
+
3175
+
3176
+ ### Features
3177
+
3178
+ * **tabs:** add new component ([5d9c6bc](https://github.com/MegafonWebLab/megafon-ui/commit/5d9c6bcd8a9951dda44f646e005e48329a99fba9))
3179
+
3180
+
3181
+
3182
+
3183
+
3184
+ # [2.0.0-beta.45](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.44...@megafon/ui-core@2.0.0-beta.45) (2020-11-23)
3185
+
3186
+
3187
+ ### Code Refactoring
3188
+
3189
+ * **carousel:** full rework component ([90e7d97](https://github.com/MegafonWebLab/megafon-ui/commit/90e7d97e46c7677213ecdb483a75ecb677e5f3c8))
3190
+
3191
+
3192
+ ### Features
3193
+
3194
+ * **carousel:** add opacity animation ([f548f11](https://github.com/MegafonWebLab/megafon-ui/commit/f548f1108225a5c10b36163c5c6855e437b93939))
3195
+ * **contentarea:** add new prop disableIndents ([2a9ff72](https://github.com/MegafonWebLab/megafon-ui/commit/2a9ff72d4b4988287cf6ba0390d6816ceda3bbb0))
3196
+
3197
+
3198
+ ### BREAKING CHANGES
3199
+
3200
+ * **contentarea:** remove innerPadding and mobileInnerPadding props
3201
+ * **carousel:** full changed api, logic and dependencies
3202
+
3203
+
3204
+
3205
+
3206
+
3207
+ # [2.0.0-beta.44](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.43...@megafon/ui-core@2.0.0-beta.44) (2020-11-20)
3208
+
3209
+
3210
+ ### Features
3211
+
3212
+ * **banner:** add new component ([a4b2c12](https://github.com/MegafonWebLab/megafon-ui/commit/a4b2c125f7ed54a67e9ea57928681e0a76e53ab2))
3213
+
3214
+
3215
+
3216
+
3217
+
3218
+ # [2.0.0-beta.43](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.42...@megafon/ui-core@2.0.0-beta.43) (2020-11-20)
3219
+
3220
+
3221
+ ### Features
3222
+
3223
+ * **select:** add ability to update items state after transfer of new items to props ([b78eed4](https://github.com/MegafonWebLab/megafon-ui/commit/b78eed48ce354248ad94284d595879a7722144e4))
3224
+
3225
+
3226
+
3227
+
3228
+
3229
+ # [2.0.0-beta.42](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.41...@megafon/ui-core@2.0.0-beta.42) (2020-11-20)
3230
+
3231
+
3232
+ ### Bug Fixes
3233
+
3234
+ * **calendar:** fixes when parent has z-index, and elements with -1 value of z-index is dropped out ([d068539](https://github.com/MegafonWebLab/megafon-ui/commit/d068539cc327dc2bea896071b127bb97f5f7972a))
3235
+ * **calendar:** handleChange property renamed to onChange for better consistency ([4e753c8](https://github.com/MegafonWebLab/megafon-ui/commit/4e753c8b59cca1ce9a44f68375dde06ed4c3f209))
3236
+
3237
+
3238
+ ### BREAKING CHANGES
3239
+
3240
+ * **calendar:** use onChange property to pass callback function instead of handleChange
3241
+
3242
+
3243
+
3244
+
3245
+
3246
+ # [2.0.0-beta.41](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.40...@megafon/ui-core@2.0.0-beta.41) (2020-11-19)
3247
+
3248
+
3249
+ ### Features
3250
+
3251
+ * **calendar:** added new Calendar component ([22108ce](https://github.com/MegafonWebLab/megafon-ui/commit/22108ce73e833ecfa7aadde95931fa0b8b9af0d5))
3252
+
3253
+
3254
+
3255
+
3256
+
3257
+ # [2.0.0-beta.40](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.39...@megafon/ui-core@2.0.0-beta.40) (2020-11-18)
3258
+
3259
+
3260
+ ### Bug Fixes
3261
+
3262
+ * **search:** prevent placeholder selection, when double-click on control element ([0607fc8](https://github.com/MegafonWebLab/megafon-ui/commit/0607fc81a4422830ef80930cf236e19dba64a3a5))
3263
+
3264
+
3265
+
3266
+
3267
+
3268
+ # [2.0.0-beta.39](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.38...@megafon/ui-core@2.0.0-beta.39) (2020-11-16)
3269
+
3270
+
3271
+ ### Bug Fixes
3272
+
3273
+ * **tooltip:** don't show tooltip when it's not in viewport ([4a42df3](https://github.com/MegafonWebLab/megafon-ui/commit/4a42df32f88abc4df2dcc995d50cec031012a3f1))
3274
+
3275
+
3276
+
3277
+
3278
+
3279
+ # [2.0.0-beta.38](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.37...@megafon/ui-core@2.0.0-beta.38) (2020-11-10)
3280
+
3281
+
3282
+ ### Features
3283
+
3284
+ * **contentarea:** add box-sizing to avoid redefinition by global site styles ([e747072](https://github.com/MegafonWebLab/megafon-ui/commit/e7470728536fa8ffc0119fe86d870566cec03f01))
3285
+
3286
+
3287
+ ### BREAKING CHANGES
3288
+
3289
+ * **contentarea:** container width can change if site sets border-box globally for all elements
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+ # [2.0.0-beta.37](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.36...@megafon/ui-core@2.0.0-beta.37) (2020-11-09)
3296
+
3297
+
3298
+ ### Bug Fixes
3299
+
3300
+ * **button:** added preloader in button instead of spinner ([fdc29c7](https://github.com/MegafonWebLab/megafon-ui/commit/fdc29c73ac4bf9fbe57a0dc197e82e539e021771))
3301
+ * **preloader:** added different resolutions ([0969158](https://github.com/MegafonWebLab/megafon-ui/commit/0969158729985b2954cd0dee5ccd6ca41fb545c1))
3302
+
3303
+
3304
+ ### BREAKING CHANGES
3305
+
3306
+ * **button:** renamed prop showSpinner to showLoader
3307
+ * **preloader:** added different sizes except one
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+ # [2.0.0-beta.36](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.35...@megafon/ui-core@2.0.0-beta.36) (2020-11-06)
3314
+
3315
+ **Note:** Version bump only for package @megafon/ui-core
3316
+
3317
+
3318
+
3319
+
3320
+
3321
+ # [2.0.0-beta.35](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.34...@megafon/ui-core@2.0.0-beta.35) (2020-11-03)
3322
+
3323
+
3324
+ ### Bug Fixes
3325
+
3326
+ * **tile:** added data attributes prop ([321ea34](https://github.com/MegafonWebLab/megafon-ui/commit/321ea34d916ced836a4a8a9df08082d5b6634242))
3327
+
3328
+
3329
+ ### Features
3330
+
3331
+ * **select:** tests and functional extensions ([2ed549b](https://github.com/MegafonWebLab/megafon-ui/commit/2ed549b2de35b4230f8ea1251f940555794f560b))
3332
+
3333
+
3334
+
3335
+
3336
+
3337
+ # [2.0.0-beta.34](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.33...@megafon/ui-core@2.0.0-beta.34) (2020-11-03)
3338
+
3339
+
3340
+ ### Bug Fixes
3341
+
3342
+ * **grid column:** add types according renderHtml returned type ([b338acd](https://github.com/MegafonWebLab/megafon-ui/commit/b338acd6c9d77b7d006915c4d3ec1171d920fc4b))
3343
+
3344
+
3345
+
3346
+
3347
+
3348
+ # [2.0.0-beta.33](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.32...@megafon/ui-core@2.0.0-beta.33) (2020-11-02)
3349
+
3350
+
3351
+ ### Bug Fixes
3352
+
3353
+ * **bubblehint:** delete component ([2872b9b](https://github.com/MegafonWebLab/megafon-ui/commit/2872b9b39cd32811c6378c09c23d43abd5ca3dbc))
3354
+ * **dropdownsociallist:** replaced BubbleHint with Tooltip ([96a0a38](https://github.com/MegafonWebLab/megafon-ui/commit/96a0a38001f91b0a6ae42e3f3964065beaddd11f))
3355
+
3356
+
3357
+ ### Features
3358
+
3359
+ * **tooltip:** new Tooltip component with ref trigger element ([46efee7](https://github.com/MegafonWebLab/megafon-ui/commit/46efee792a1ae1c7fa056ea20846250ec556be4c))
3360
+
3361
+
3362
+ ### BREAKING CHANGES
3363
+
3364
+ * **bubblehint:** BubbleHint component has been removed. Use new Tooltip component instead
3365
+
3366
+
3367
+
3368
+
3369
+
3370
+ # [2.0.0-beta.32](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.31...@megafon/ui-core@2.0.0-beta.32) (2020-11-02)
3371
+
3372
+ **Note:** Version bump only for package @megafon/ui-core
3373
+
3374
+
3375
+
3376
+
3377
+
3378
+ # [2.0.0-beta.31](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.30...@megafon/ui-core@2.0.0-beta.31) (2020-11-02)
3379
+
3380
+
3381
+ ### Bug Fixes
3382
+
3383
+ * **base styles:** edit media queries ([e7a22db](https://github.com/MegafonWebLab/megafon-ui/commit/e7a22dbf98835c163fb77bd1974c8f92d1acf0bd))
3384
+ * **grid:** added custom classname prop ([66e9536](https://github.com/MegafonWebLab/megafon-ui/commit/66e953696e74b7648f83b11a72c51ea93d9ff8f4))
3385
+ * **icons:** new Cancel svg files with merged path, for all icon sizes ([9d4cf8d](https://github.com/MegafonWebLab/megafon-ui/commit/9d4cf8d85d4c5c24da7b6e7dc159630a4f930034))
3386
+
3387
+
3388
+
3389
+
3390
+
3391
+ # [2.0.0-beta.30](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.29...@megafon/ui-core@2.0.0-beta.30) (2020-11-01)
3392
+
3393
+ **Note:** Version bump only for package @megafon/ui-core
3394
+
3395
+
3396
+
3397
+
3398
+
3399
+ # [2.0.0-beta.29](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.28...@megafon/ui-core@2.0.0-beta.29) (2020-10-30)
3400
+
3401
+ **Note:** Version bump only for package @megafon/ui-core
3402
+
3403
+
3404
+
3405
+
3406
+
3407
+ # [2.0.0-beta.28](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.27...@megafon/ui-core@2.0.0-beta.28) (2020-10-30)
3408
+
3409
+ **Note:** Version bump only for package @megafon/ui-core
3410
+
3411
+
3412
+
3413
+
3414
+
3415
+ # [2.0.0-beta.27](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.26...@megafon/ui-core@2.0.0-beta.27) (2020-10-29)
3416
+
3417
+
3418
+ ### Bug Fixes
3419
+
3420
+ * **build:** remove icon property from svgr config ([812bc9f](https://github.com/MegafonWebLab/megafon-ui/commit/812bc9fbbea617edbd56e28b6618654876229924))
3421
+
3422
+
3423
+
3424
+
3425
+
3426
+ # [2.0.0-beta.26](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.25...@megafon/ui-core@2.0.0-beta.26) (2020-10-29)
3427
+
3428
+
3429
+ ### Bug Fixes
3430
+
3431
+ * **tile:** edit text decoration on hover ([bb5c694](https://github.com/MegafonWebLab/megafon-ui/commit/bb5c694413564f8ec05f1b1c0d5f625efd410e8d))
3432
+
3433
+
3434
+
3435
+
3436
+
3437
+ # [2.0.0-beta.25](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.24...@megafon/ui-core@2.0.0-beta.25) (2020-10-26)
3438
+
3439
+ **Note:** Version bump only for package @megafon/ui-core
3440
+
3441
+
3442
+
3443
+
3444
+
3445
+ # [2.0.0-beta.24](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.23...@megafon/ui-core@2.0.0-beta.24) (2020-10-12)
3446
+
3447
+
3448
+ ### Features
3449
+
3450
+ * **textfield:** added inputmode for input ([5762d99](https://github.com/MegafonWebLab/megafon-ui/commit/5762d9996261e23bb9342d435a0562993f648e03))
3451
+
3452
+
3453
+
3454
+
3455
+
3456
+ # [2.0.0-beta.23](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.22...@megafon/ui-core@2.0.0-beta.23) (2020-10-02)
3457
+
3458
+
3459
+ ### Bug Fixes
3460
+
3461
+ * **text filed:** separate input params for react input mask ([de6f00e](https://github.com/MegafonWebLab/megafon-ui/commit/de6f00ef3af5fff01b8e2f8fc983b89d7d8a956a))
3462
+
3463
+
3464
+
3465
+
3466
+
3467
+ # [2.0.0-beta.22](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.21...@megafon/ui-core@2.0.0-beta.22) (2020-10-01)
3468
+
3469
+
3470
+ ### Bug Fixes
3471
+
3472
+ * **icons:** add new checked_16 icon with normal path ([314fbf1](https://github.com/MegafonWebLab/megafon-ui/commit/314fbf17b14db8070d7795cb91ad7ac4744f17bd))
3473
+
3474
+
3475
+
3476
+
3477
+
3478
+ # [2.0.0-beta.21](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.20...@megafon/ui-core@2.0.0-beta.21) (2020-09-29)
3479
+
3480
+
3481
+ ### Features
3482
+
3483
+ * **search:** add className prop ([0502a00](https://github.com/MegafonWebLab/megafon-ui/commit/0502a0098f005f70fb678b9b3c59f726e05ad297))
3484
+
3485
+
3486
+
3487
+
3488
+
3489
+ # [2.0.0-beta.20](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.19...@megafon/ui-core@2.0.0-beta.20) (2020-09-25)
3490
+
3491
+
3492
+ ### Bug Fixes
3493
+
3494
+ * **select:** increased z-index ([13c1ae5](https://github.com/MegafonWebLab/megafon-ui/commit/13c1ae518ee102119fba2c55c728b038cf163526))
3495
+
3496
+
3497
+
3498
+
3499
+
3500
+ # [2.0.0-beta.19](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.18...@megafon/ui-core@2.0.0-beta.19) (2020-09-25)
3501
+
3502
+
3503
+ ### Features
3504
+
3505
+ * **search:** added Search component ([69ed181](https://github.com/MegafonWebLab/megafon-ui/commit/69ed181093ac94e476b28cf4f02055fc00076862))
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+ # [2.0.0-beta.18](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.17...@megafon/ui-core@2.0.0-beta.18) (2020-09-24)
3512
+
3513
+ **Note:** Version bump only for package @megafon/ui-core
3514
+
3515
+
3516
+
3517
+
3518
+
3519
+ # [2.0.0-beta.17](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.16...@megafon/ui-core@2.0.0-beta.17) (2020-09-23)
3520
+
3521
+
3522
+ ### Bug Fixes
3523
+
3524
+ * **build:** add usage param for polyfills ([a26b725](https://github.com/MegafonWebLab/megafon-ui/commit/a26b7253b2f38b6984df7dabf61aee86f9a43ce0))
3525
+
3526
+
3527
+
3528
+
3529
+
3530
+ # [2.0.0-beta.16](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.15...@megafon/ui-core@2.0.0-beta.16) (2020-09-23)
3531
+
3532
+ **Note:** Version bump only for package @megafon/ui-core
3533
+
3534
+
3535
+
3536
+
3537
+
3538
+ # [2.0.0-beta.15](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.14...@megafon/ui-core@2.0.0-beta.15) (2020-09-23)
3539
+
3540
+
3541
+ ### Bug Fixes
3542
+
3543
+ * **notification:** changed enum to object literal ([2b3f77c](https://github.com/MegafonWebLab/megafon-ui/commit/2b3f77c3575754626a88b6f431fb45e6c80b27a3))
3544
+ * **select:** changed enum to object literal ([2873aeb](https://github.com/MegafonWebLab/megafon-ui/commit/2873aeb013beca7068c5062afaf7d8c50d495bcf))
3545
+ * **tile:** changed enum to object literal ([3d55209](https://github.com/MegafonWebLab/megafon-ui/commit/3d55209bedffe8240607f7ff47edcf1f8c34158b))
3546
+
3547
+
3548
+
3549
+
3550
+
3551
+ # [2.0.0-beta.14](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.13...@megafon/ui-core@2.0.0-beta.14) (2020-09-23)
3552
+
3553
+
3554
+ ### Features
3555
+
3556
+ * **textlink:** add rel prop ([cb2dd84](https://github.com/MegafonWebLab/megafon-ui/commit/cb2dd841740285631cae9238d5a2c0e28107dc7e))
3557
+
3558
+
3559
+
3560
+
3561
+
3562
+ # [2.0.0-beta.13](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.12...@megafon/ui-core@2.0.0-beta.13) (2020-09-21)
3563
+
3564
+
3565
+ ### Features
3566
+
3567
+ * **link:** add rel prop ([b3e08f9](https://github.com/MegafonWebLab/megafon-ui/commit/b3e08f96f90b7f008020f8701fb07d851b07ca69))
3568
+
3569
+
3570
+
3571
+
3572
+
3573
+ # [2.0.0-beta.12](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.11...@megafon/ui-core@2.0.0-beta.12) (2020-09-17)
3574
+
3575
+
3576
+ ### Bug Fixes
3577
+
3578
+ * **select:** fix keys generation ([7ff4fa8](https://github.com/MegafonWebLab/megafon-ui/commit/7ff4fa82ad5300f10c99fa1c77799efacfca261f))
3579
+
3580
+
3581
+
3582
+
3583
+
3584
+ # [2.0.0-beta.11](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.10...@megafon/ui-core@2.0.0-beta.11) (2020-09-17)
3585
+
3586
+
3587
+ ### Bug Fixes
3588
+
3589
+ * **select:** edit item value prop type ([78d667d](https://github.com/MegafonWebLab/megafon-ui/commit/78d667df26d32e0159abb4a7d4d16bb2be0bdbc3))
3590
+
3591
+
3592
+ ### Features
3593
+
3594
+ * **checkbox:** add data attrs prop ([5d66a67](https://github.com/MegafonWebLab/megafon-ui/commit/5d66a67bb33ce487dfb2e9ffe4663c921734997a))
3595
+
3596
+
3597
+
3598
+
3599
+
3600
+ # [2.0.0-beta.10](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.9...@megafon/ui-core@2.0.0-beta.10) (2020-09-16)
3601
+
3602
+
3603
+ ### Bug Fixes
3604
+
3605
+ * **icons:** update icons ([19dccd3](https://github.com/MegafonWebLab/megafon-ui/commit/19dccd3d8160667f2f3c4e2e6b0713422ccf6fba))
3606
+
3607
+
3608
+
3609
+
3610
+
3611
+ # [2.0.0-beta.9](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.8...@megafon/ui-core@2.0.0-beta.9) (2020-09-16)
3612
+
3613
+
3614
+ ### Features
3615
+
3616
+ * **iconbutton:** mFRU-7874 ([35f1330](https://github.com/MegafonWebLab/megafon-ui/commit/35f133068e1337856409bd5cd40d8abd7f346c90))
3617
+
3618
+
3619
+
3620
+
3621
+
3622
+ # [2.0.0-beta.8](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.7...@megafon/ui-core@2.0.0-beta.8) (2020-09-14)
3623
+
3624
+
3625
+ ### Bug Fixes
3626
+
3627
+ * **tile:** fixed notes ([79ed5ec](https://github.com/MegafonWebLab/megafon-ui/commit/79ed5ec7179888bff5c4cff9e871162e943184da))
3628
+
3629
+
3630
+ ### Features
3631
+
3632
+ * **tile:** added new component ([4efc047](https://github.com/MegafonWebLab/megafon-ui/commit/4efc0479bc748013e1ce50a78d07cc08cd2e2007))
3633
+
3634
+
3635
+
3636
+
3637
+
3638
+ # [2.0.0-beta.7](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.6...@megafon/ui-core@2.0.0-beta.7) (2020-09-11)
3639
+
3640
+
3641
+ ### Bug Fixes
3642
+
3643
+ * **textfield:** increase zIndex icon with onClick handler ([f169dd5](https://github.com/MegafonWebLab/megafon-ui/commit/f169dd5c1200193868ddfbd637e8ff3aeb90e904))
3644
+
3645
+
3646
+
3647
+
3648
+
3649
+ # [2.0.0-beta.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.5...@megafon/ui-core@2.0.0-beta.6) (2020-09-10)
3650
+
3651
+
3652
+ ### Bug Fixes
3653
+
3654
+ * export interfaces ([275c2e1](https://github.com/MegafonWebLab/megafon-ui/commit/275c2e1f94ea69f7a29e4b3590504dd2def32ac1))
3655
+
3656
+
3657
+
3658
+
3659
+
3660
+ # [2.0.0-beta.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.4...@megafon/ui-core@2.0.0-beta.5) (2020-09-09)
3661
+
3662
+
3663
+ ### Bug Fixes
3664
+
3665
+ * **textfield:** fix Verification type ([2911a94](https://github.com/MegafonWebLab/megafon-ui/commit/2911a9447126a3d24206a995e456884badfac7d6))
3666
+
3667
+
3668
+
3669
+
3670
+
3671
+ # [2.0.0-beta.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.3...@megafon/ui-core@2.0.0-beta.4) (2020-09-07)
3672
+
3673
+
3674
+ ### Bug Fixes
3675
+
3676
+ * **select:** add data attrs prop ([554a173](https://github.com/MegafonWebLab/megafon-ui/commit/554a17388009f52a335273729343b938d952848a))
3677
+
3678
+
3679
+
3680
+
3681
+
3682
+ # [2.0.0-beta.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.2...@megafon/ui-core@2.0.0-beta.3) (2020-09-01)
3683
+
3684
+
3685
+ ### Bug Fixes
3686
+
3687
+ * add data attributes prop ([8f38c20](https://github.com/MegafonWebLab/megafon-ui/commit/8f38c2045f9bf7c4829946edf2071be6fe6a07df))
3688
+
3689
+
3690
+
3691
+
3692
+
3693
+ # [2.0.0-beta.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.1...@megafon/ui-core@2.0.0-beta.2) (2020-08-31)
3694
+
3695
+
3696
+ ### Bug Fixes
3697
+
3698
+ * **textfield:** new prop classes ([d66340f](https://github.com/MegafonWebLab/megafon-ui/commit/d66340fbb4f1242b61e988c566efccc75ac066ca))
3699
+
3700
+
3701
+
3702
+
3703
+
3704
+ # [2.0.0-beta.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.0...@megafon/ui-core@2.0.0-beta.1) (2020-08-27)
3705
+
3706
+
3707
+ ### Bug Fixes
3708
+
3709
+ * **textfield:** fix placeholder in ie ([603bf8f](https://github.com/MegafonWebLab/megafon-ui/commit/603bf8f14e5cee27c6fcca6ac28bb696d5ee54c4))
3710
+
3711
+
3712
+
3713
+
3714
+
3715
+ # [2.0.0-beta.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@1.4.0...@megafon/ui-core@2.0.0-beta.0) (2020-08-26)
3716
+
3717
+ ### BREAKING CHANGES
3718
+
3719
+ - **styles:**
3720
+ - changed classname prefix for beta
3721
+ - **Notification**
3722
+ - added new component
3723
+ - **Carousel**
3724
+ - removed touchStart and touchMove events
3725
+ - removed touch-action for slick-list
3726
+ - added pinch-zoom touch action for slick-track
3727
+ - fixed bug with first click on
3728
+ item after swipe
3729
+ - **List**
3730
+ - added list-style rules
3731
+ - **Colors**
3732
+ - added documentation for guide colors
3733
+ - deleted Mandarin color, added border only for white color
3734
+ - **BubbleHint**
3735
+ - synchronized colors according to the guide
3736
+ - **Button**
3737
+ - synchronized colors according to the guide
3738
+ - **CarouselArrow**
3739
+ - synchronized colors according to the guide
3740
+ - **Checkbox**
3741
+ - synchronized colors according to the guide
3742
+ - **DropdownSocialList**
3743
+ - synchronized colors according to the guide
3744
+ - **Select**
3745
+ - added new functional
3746
+ - synchronized colors according to the guide
3747
+ - **SelectItem**
3748
+ - added new functional
3749
+ - synchronized colors according to the guide
3750
+ - **TextField**
3751
+ - synchronized colors according to the guide
3752
+ - add focus in input after click on clear icon
3753
+ - add vertical resize to textarea
3754
+ - fix password placeholder
3755
+ - update documentation
3756
+ - fixed placeholder for ie11
3757
+ - **TextLink**
3758
+ - synchronized colors according to the guide
3759
+ - **Icons**
3760
+ - synchronized colors according to the guide
3761
+ - **ProductCardInfo**
3762
+ - synchronized colors according to the guide
3763
+ - **ProductCardTotal**
3764
+ - synchronized colors according to the guide
3765
+ - **ProductCardWrapper**
3766
+ - synchronized colors according to the guide
3767
+ - **ProductCardSwitcher**
3768
+ - synchronized colors according to the guide
3769
+ - **ProductCardTile**
3770
+ - synchronized colors according to the guide
3771
+ - **ProductCardTileCashback**
3772
+ - synchronized colors according to the guide
3773
+ - **ProductCardTileHint**
3774
+ - synchronized colors according to the guide
3775
+ - **ProductCardTileOptions**
3776
+ - synchronized colors according to the guide
3777
+ - **ProductCardTileRest**
3778
+ - synchronized colors according to the guide
3779
+ - **RadioButton**
3780
+ - added new component
3781
+ - **Counter**
3782
+ - added new component
3783
+ - synchronized colors according to the guide
3784
+ - **Preloader**
3785
+ - added new component
3786
+ - fixed tslint errors
3787
+ - **Header**
3788
+ - correct header css for style guide, delete h6 props
3789
+ - updated documentation
3790
+ - synchronized colors according to the guide
3791
+ - add hAlign prop width default value 'inherit'
3792
+ - fix children type
3793
+ - **cn**
3794
+ - add variability to add arguments
3795
+ - rename `cn` to `cnCreate`
3796
+ - allow use undefined in array of custom classes
3797
+ - fix bug with extra space for empty string in array of custom classes
3798
+ - **Switcher**
3799
+ - added new component
3800
+ - added examples and description in .mdx
3801
+ - added tests
3802
+ - synchronized colors according to the guide
3803
+ - **Carousel**
3804
+ - add onSwipe callback
3805
+ - fix touch events
3806
+ - synchronized colors according to the guide
3807
+ - **ContentArea**
3808
+ - add basic colors for `outerBackgroundColor` and `innerBackgroundColor`
3809
+ - changed the parameter name from `lg` in the `innerPadding` property to `default`
3810
+ - synchronized colors according to the guide
3811
+ - **Accordion**
3812
+ - add Accordion component
3813
+ - fixed title style, text padding, border-bottom in opened accordion
3814
+ - **Paragraph**
3815
+ - update with a new guide
3816
+ - update test
3817
+ - add inherit color
3818
+ - **Grid**
3819
+ - fix children type
3820
+ - add left to hAlight prop
3821
+ - **GridColumn**
3822
+ - fix children type
3823
+ - rename offset props to leftOffset
3824
+ - add rightOffset props
3825
+
3826
+ ## Release 1.4.1
3827
+ - **Carousel**
3828
+ - update classes prop
3829
+ - **Checkbox**
3830
+ - checkbox with small label taken out as a separate example
3831
+
3832
+ ## Release 1.4.0
3833
+ - **Button**
3834
+ - add font-color for hover button type
3835
+ - **GridColumn**
3836
+ - add offset props
3837
+ - **ContentArea**
3838
+ - `mobileInnerPadding` and `className` properties added
3839
+ - **Paragraph**
3840
+ - line-height in mixin for small font fixed according to the guide
3841
+
3842
+ ## Release 1.3.4
3843
+ - **Carousel**
3844
+ - add classes props for flexible styling of the component
3845
+
3846
+ ## Release 1.3.3
3847
+ - **Carousel**
3848
+ - remove margin beetween slides in landing theme
3849
+
3850
+ ## Release 1.3.2
3851
+ - **Carousel**
3852
+ - fix slick slide padding for lk themed carousel
3853
+
3854
+ ## Release 1.3.1
3855
+ - **Carousel**
3856
+ - added top and bottom padding for overflow slide content
3857
+
3858
+ ## Release 1.3.0
3859
+ - **GridColumn**
3860
+ - add `order` property for all screens
3861
+
3862
+ ## Release 1.2.0
3863
+ - **Carousel**
3864
+ - `hasPaddingBetweenSlides` property added (zero padding between slides)
3865
+ - fix showcase slider padding
3866
+
3867
+ ## Release 1.1.0
3868
+ - **Carousel**
3869
+ - new prop `onBeforeChange` added
3870
+
3871
+ ## Release 1.0.21
3872
+ - **GridColumn**
3873
+ - add box-sizing: border-box in less
3874
+ - fix gutters width and height for mobile devices
3875
+ - **Button**
3876
+ - fixed disabled state for tag a (block onClick calls, cancel following link, change color)
3877
+ - fixed display target attribute for tag button
3878
+ - fixed display type attribute for tag a
3879
+ - added tests
3880
+ - added usage example for disabled, href, target
3881
+
3882
+ ## Release 1.0.20
3883
+ - **Icons**
3884
+ - update basic icons
3885
+
3886
+ ## Release 1.0.19
3887
+ - **package.json**
3888
+ - updated version, publish patch fix
3889
+
3890
+ ## Release 1.0.18
3891
+ - **Carousel**
3892
+ - fix slick-track height for "lk" theme
3893
+ - fix slick-list height for "lk" theme
3894
+
3895
+ ## Release 1.0.17
3896
+ - **Carousel**
3897
+ - new theme `lk` created
3898
+
3899
+ ## Release 1.0.16
3900
+ - **Select**
3901
+ - import fix
3902
+ - **Textarea**
3903
+ - import fix
3904
+ - **TextField**
3905
+ - import fix
3906
+ - **InputLabel**
3907
+ - import fix
3908
+
3909
+ ## Release 1.0.15
3910
+ - **Carousel**
3911
+ - fix slick-track `z-index`
3912
+ - `overflow: hidden` added for slick-list
3913
+
3914
+ ## Release 1.0.14
3915
+ - **Select**
3916
+ - `label` and `onCustomIconClick` props added
3917
+ - **Textarea**
3918
+ - `label` prop added
3919
+ - **TextField**
3920
+ - `label` prop added
3921
+ - **InputLabel**
3922
+ - component added
3923
+
3924
+ ## Release 1.0.13
3925
+ - **Checkbox**
3926
+ - added new component
3927
+ - added examples and description in .mdx
3928
+ - added tests
3929
+ - replaced property size with fontSize
3930
+ - fix hover with touch events detector
3931
+ - **detectTouch**
3932
+ - fixed return undefined
3933
+ - **Select**
3934
+ - fixed hover with touch events detector
3935
+ - **Textarea**
3936
+ - fixed hover with touch events detector
3937
+ - **TextField**
3938
+ - fixed hover with touch events detector
3939
+ - **package.json**
3940
+ - updated deep-equal module
3941
+
3942
+ ## Release 1.0.12
3943
+ - **Paragraph**
3944
+ - edit styles according to the guide
3945
+ - add `default` value for `marginAll` prop
3946
+ - **Header**
3947
+ - edit styles according to the guide
3948
+
3949
+ ## Release 1.0.11
3950
+ - **Button**
3951
+ - few values of properties `passiveColor` and `disabledColor` was deprecated
3952
+ - new values for properties `passiveColor` and `disabledColor` was added
3953
+
3954
+ ## Release 1.0.10
3955
+ - **ContentArea**
3956
+ - fixed typing in test case file
3957
+ - **Select**
3958
+ - fix hover with touch events detector
3959
+ - fixed examples
3960
+ - **Textarea**
3961
+ - fix hover with touch events detector
3962
+ - **TextField**
3963
+ - fix hover with touch events detector
3964
+ - fixed and added examples
3965
+ - fixed password type component
3966
+ - removed clear and reveal icons for Edge
3967
+
3968
+ ## Release 1.0.9
3969
+ - **ContentArea**
3970
+ - added new component
3971
+ - added tests
3972
+
3973
+ ## Release 1.0.8
3974
+ - **Carousel**
3975
+ - fixed bug with lost position
3976
+
3977
+ ## Release 1.0.7
3978
+ - **Grid**
3979
+ - add examples and descriprion in .mdx
3980
+ - **GridColumn**
3981
+ - change description for props
3982
+ - **Select**
3983
+ - add disabled mod
3984
+ - **TextField**
3985
+ - add styles and icon for input type="password"
3986
+ - **BubbleHint**
3987
+ - changed styles in accordance with the requirements of the guide
3988
+
3989
+ ## Release 1.0.6
3990
+ - **Grid**
3991
+ - add examples in .mdx
3992
+ - fixed value for prop 'hAlign'
3993
+ - added tests
3994
+ - **GridColumn**
3995
+ - fixed types for props
3996
+ - added tests
3997
+
3998
+ ## Release 1.0.5
3999
+ - **GridColumn**
4000
+ - fixed empty array for prop 'wide'
4001
+
4002
+ ## Release 1.0.4
4003
+ - **Carousel**
4004
+ - fix 'pointer-events' for disabled arrow
4005
+
4006
+ ## Release 1.0.3
4007
+ - **Grid**
4008
+ - add new component
4009
+ - add typescript
4010
+ - **GridColumn**
4011
+ - add new component
4012
+ - add typescript
4013
+
4014
+ ## Release 1.0.2
4015
+ - **Carousel**
4016
+ - fix bottom padding in less