@megafon/ui-shared 2.0.0-beta.99 → 2.1.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.
- package/CHANGELOG.md +1637 -0
- package/README.md +0 -5
- package/dist/es/components/AccordionBox/AccordionBox.css +13 -0
- package/dist/es/components/AccordionBox/AccordionBox.d.ts +16 -1
- package/dist/es/components/AccordionBox/AccordionBox.js +29 -13
- package/dist/es/components/BannerBox/BannerBox.js +3 -2
- package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +13 -2
- package/dist/es/components/BenefitsIcons/BenefitsIcons.js +82 -17
- package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +2 -1
- package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +15 -14
- package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +3 -3
- package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +19 -12
- package/dist/es/components/BenefitsIcons/types.d.ts +7 -2
- package/dist/es/components/BenefitsIcons/types.js +4 -0
- package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +10 -1
- package/dist/es/components/BenefitsPictures/BenefitsPictures.js +28 -12
- package/dist/es/components/BenefitsPictures/BenfitsPictures.css +4 -4
- package/dist/es/components/Breadcrumbs/Breadcrumbs.css +46 -0
- package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +21 -0
- package/dist/es/components/Breadcrumbs/Breadcrumbs.js +49 -0
- package/dist/es/components/ButtonBanner/ButtonBanner.css +122 -0
- package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +54 -0
- package/dist/es/components/ButtonBanner/ButtonBanner.js +107 -0
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +22 -2
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +37 -8
- package/dist/es/components/Card/Card.css +71 -44
- package/dist/es/components/Card/Card.d.ts +33 -3
- package/dist/es/components/Card/Card.js +103 -42
- package/dist/es/components/CardsBox/CardsBox.d.ts +10 -2
- package/dist/es/components/CardsBox/CardsBox.js +26 -13
- package/dist/es/components/CarouselBox/CarouselBox.js +3 -2
- package/dist/es/components/Container/Container.css +1848 -533
- package/dist/es/components/Container/Container.d.ts +11 -1
- package/dist/es/components/Container/Container.js +28 -6
- package/dist/es/components/DownloadLinks/DownloadLink.css +6 -6
- package/dist/es/components/DownloadLinks/DownloadLink.d.ts +7 -0
- package/dist/es/components/DownloadLinks/DownloadLink.js +28 -6
- package/dist/es/components/DownloadLinks/DownloadLinks.css +9 -6
- package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +2 -0
- package/dist/es/components/DownloadLinks/DownloadLinks.js +18 -3
- package/dist/es/components/Instructions/Instructions.css +189 -130
- package/dist/es/components/Instructions/Instructions.d.ts +21 -2
- package/dist/es/components/Instructions/Instructions.js +115 -74
- package/dist/es/components/Instructions/img/iphone12.png +0 -0
- package/dist/es/components/PageTitle/PageTitle.css +80 -0
- package/dist/es/components/PageTitle/PageTitle.d.ts +23 -0
- package/dist/es/components/PageTitle/PageTitle.js +65 -0
- package/dist/es/components/Partners/Partners.css +22 -31
- package/dist/es/components/Partners/Partners.d.ts +13 -1
- package/dist/es/components/Partners/Partners.js +40 -18
- package/dist/es/components/PictureWithDescription/PictureWithDescription.css +25 -10
- package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +13 -0
- package/dist/es/components/PictureWithDescription/PictureWithDescription.js +31 -7
- package/dist/es/components/Property/Property.css +79 -71
- package/dist/es/components/Property/Property.d.ts +21 -2
- package/dist/es/components/Property/Property.js +80 -34
- package/dist/es/components/Property/PropertyDescription.css +3 -3
- package/dist/es/components/Property/PropertyDescription.js +19 -21
- package/dist/es/components/Property/types.d.ts +7 -2
- package/dist/es/components/Steps/Steps.css +41 -0
- package/dist/es/components/Steps/Steps.d.ts +10 -0
- package/dist/es/components/Steps/Steps.js +35 -0
- package/dist/es/components/Steps/StepsItem.css +37 -0
- package/dist/es/components/Steps/StepsItem.d.ts +10 -0
- package/dist/es/components/Steps/StepsItem.js +26 -0
- package/dist/es/components/StoreBanner/StoreBanner.css +293 -0
- package/dist/es/components/StoreBanner/StoreBanner.d.ts +67 -0
- package/dist/es/components/StoreBanner/StoreBanner.js +164 -0
- package/dist/es/components/StoreBanner/doc/img/new-iphone-screen.png +0 -0
- package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
- package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
- package/dist/es/components/StoreBanner/img/android.png +0 -0
- package/dist/es/components/StoreBanner/img/black-iphone.png +0 -0
- package/dist/es/components/StoreBanner/img/new-iphone.png +0 -0
- package/dist/es/components/StoreBanner/img/white-iphone.png +0 -0
- package/dist/es/components/StoreButton/StoreButton.css +15 -0
- package/dist/es/components/StoreButton/StoreButton.d.ts +17 -0
- package/dist/es/components/StoreButton/StoreButton.js +37 -0
- package/dist/es/components/StoreButton/img/app-store.png +0 -0
- package/dist/es/components/StoreButton/img/google-play.png +0 -0
- package/dist/es/components/StoreButton/img/huawei-store.png +0 -0
- package/dist/es/components/Table/Table.css +67 -67
- package/dist/es/components/Table/Table.js +4 -4
- package/dist/es/components/Table/TableRow.js +1 -0
- package/dist/es/components/TabsBox/TabsBox.d.ts +4 -1
- package/dist/es/components/TabsBox/TabsBox.js +24 -3
- package/dist/es/components/TextBox/TextBox.css +7 -1
- package/dist/es/components/TextBox/TextBox.d.ts +8 -0
- package/dist/es/components/TextBox/TextBox.js +37 -5
- package/dist/es/components/TextBox/TextBoxPicture.css +24 -0
- package/dist/es/components/TextBox/TextBoxPicture.d.ts +17 -0
- package/dist/es/components/TextBox/TextBoxPicture.js +32 -0
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +15 -4
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +8 -2
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +34 -14
- package/dist/es/components/VideoBanner/VideoBanner.css +155 -76
- package/dist/es/components/VideoBanner/VideoBanner.d.ts +64 -13
- package/dist/es/components/VideoBanner/VideoBanner.js +202 -70
- package/dist/es/components/VideoBlock/VideoBlock.css +32 -28
- package/dist/es/components/VideoBlock/VideoBlock.d.ts +20 -6
- package/dist/es/components/VideoBlock/VideoBlock.js +63 -44
- package/dist/es/constants/throttleTime.d.ts +4 -0
- package/dist/es/constants/throttleTime.js +3 -0
- package/dist/es/index.d.ts +8 -0
- package/dist/es/index.js +8 -0
- package/dist/lib/components/AccordionBox/AccordionBox.css +13 -0
- package/dist/lib/components/AccordionBox/AccordionBox.d.ts +16 -1
- package/dist/lib/components/AccordionBox/AccordionBox.js +31 -19
- package/dist/lib/components/BannerBox/BannerBox.js +3 -5
- package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +13 -2
- package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +84 -20
- package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +2 -1
- package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +15 -16
- package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +3 -3
- package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +19 -12
- package/dist/lib/components/BenefitsIcons/types.d.ts +7 -2
- package/dist/lib/components/BenefitsIcons/types.js +7 -2
- package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +10 -1
- package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +32 -15
- package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +4 -4
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +46 -0
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +21 -0
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +65 -0
- package/dist/lib/components/ButtonBanner/ButtonBanner.css +122 -0
- package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +54 -0
- package/dist/lib/components/ButtonBanner/ButtonBanner.js +133 -0
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +22 -2
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +45 -11
- package/dist/lib/components/Card/Card.css +71 -44
- package/dist/lib/components/Card/Card.d.ts +33 -3
- package/dist/lib/components/Card/Card.js +118 -59
- package/dist/lib/components/CardsBox/CardsBox.d.ts +10 -2
- package/dist/lib/components/CardsBox/CardsBox.js +30 -16
- package/dist/lib/components/CarouselBox/CarouselBox.js +3 -5
- package/dist/lib/components/Container/Container.css +1848 -533
- package/dist/lib/components/Container/Container.d.ts +11 -1
- package/dist/lib/components/Container/Container.js +32 -11
- package/dist/lib/components/DownloadLinks/DownloadLink.css +6 -6
- package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +7 -0
- package/dist/lib/components/DownloadLinks/DownloadLink.js +32 -11
- package/dist/lib/components/DownloadLinks/DownloadLinks.css +9 -6
- package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +2 -0
- package/dist/lib/components/DownloadLinks/DownloadLinks.js +20 -6
- package/dist/lib/components/Instructions/Instructions.css +189 -130
- package/dist/lib/components/Instructions/Instructions.d.ts +21 -2
- package/dist/lib/components/Instructions/Instructions.js +148 -104
- package/dist/lib/components/Instructions/img/iphone12.png +0 -0
- package/dist/lib/components/PageTitle/PageTitle.css +80 -0
- package/dist/lib/components/PageTitle/PageTitle.d.ts +23 -0
- package/dist/lib/components/PageTitle/PageTitle.js +85 -0
- package/dist/lib/components/Partners/Partners.css +22 -31
- package/dist/lib/components/Partners/Partners.d.ts +13 -1
- package/dist/lib/components/Partners/Partners.js +43 -23
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +25 -10
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +13 -0
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +33 -8
- package/dist/lib/components/Property/Property.css +79 -71
- package/dist/lib/components/Property/Property.d.ts +21 -2
- package/dist/lib/components/Property/Property.js +93 -53
- package/dist/lib/components/Property/PropertyDescription.css +3 -3
- package/dist/lib/components/Property/PropertyDescription.js +21 -25
- package/dist/lib/components/Property/types.d.ts +7 -2
- package/dist/lib/components/Steps/Steps.css +41 -0
- package/dist/lib/components/Steps/Steps.d.ts +10 -0
- package/dist/lib/components/Steps/Steps.js +55 -0
- package/dist/lib/components/Steps/StepsItem.css +37 -0
- package/dist/lib/components/Steps/StepsItem.d.ts +10 -0
- package/dist/lib/components/Steps/StepsItem.js +39 -0
- package/dist/lib/components/StoreBanner/StoreBanner.css +293 -0
- package/dist/lib/components/StoreBanner/StoreBanner.d.ts +67 -0
- package/dist/lib/components/StoreBanner/StoreBanner.js +191 -0
- package/dist/lib/components/StoreBanner/doc/img/new-iphone-screen.png +0 -0
- package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
- package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
- package/dist/lib/components/StoreBanner/img/android.png +0 -0
- package/dist/lib/components/StoreBanner/img/black-iphone.png +0 -0
- package/dist/lib/components/StoreBanner/img/new-iphone.png +0 -0
- package/dist/lib/components/StoreBanner/img/white-iphone.png +0 -0
- package/dist/lib/components/StoreButton/StoreButton.css +15 -0
- package/dist/lib/components/StoreButton/StoreButton.d.ts +17 -0
- package/dist/lib/components/StoreButton/StoreButton.js +58 -0
- package/dist/lib/components/StoreButton/img/app-store.png +0 -0
- package/dist/lib/components/StoreButton/img/google-play.png +0 -0
- package/dist/lib/components/StoreButton/img/huawei-store.png +0 -0
- package/dist/lib/components/Table/Table.css +67 -67
- package/dist/lib/components/Table/Table.js +6 -8
- package/dist/lib/components/Table/TableRow.js +1 -0
- package/dist/lib/components/TabsBox/TabsBox.d.ts +4 -1
- package/dist/lib/components/TabsBox/TabsBox.js +25 -2
- package/dist/lib/components/TextBox/TextBox.css +7 -1
- package/dist/lib/components/TextBox/TextBox.d.ts +8 -0
- package/dist/lib/components/TextBox/TextBox.js +39 -6
- package/dist/lib/components/TextBox/TextBoxPicture.css +24 -0
- package/dist/lib/components/TextBox/TextBoxPicture.d.ts +17 -0
- package/dist/lib/components/TextBox/TextBoxPicture.js +49 -0
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +15 -4
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +8 -2
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +39 -19
- package/dist/lib/components/VideoBanner/VideoBanner.css +155 -76
- package/dist/lib/components/VideoBanner/VideoBanner.d.ts +64 -13
- package/dist/lib/components/VideoBanner/VideoBanner.js +225 -89
- package/dist/lib/components/VideoBlock/VideoBlock.css +32 -28
- package/dist/lib/components/VideoBlock/VideoBlock.d.ts +20 -6
- package/dist/lib/components/VideoBlock/VideoBlock.js +76 -68
- package/dist/lib/constants/throttleTime.d.ts +4 -0
- package/dist/lib/constants/throttleTime.js +10 -0
- package/dist/lib/index.d.ts +8 -0
- package/dist/lib/index.js +64 -0
- package/package.json +20 -75
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,1643 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.1.0...@megafon/ui-shared@2.1.1) (2021-12-14)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
# [2.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.1...@megafon/ui-shared@2.1.0) (2021-12-13)
|
15
|
+
|
16
|
+
|
17
|
+
### Features
|
18
|
+
|
19
|
+
* **container:** add new indents to child components ([9469e71](https://github.com/MegafonWebLab/megafon-ui/commit/9469e71946371813c0e946f0a71a2b3876f386eb))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
## [2.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0...@megafon/ui-shared@2.0.1) (2021-12-07)
|
26
|
+
|
27
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
# [2.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.241...@megafon/ui-shared@2.0.0) (2021-11-30)
|
34
|
+
|
35
|
+
|
36
|
+
### Features
|
37
|
+
|
38
|
+
* rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
|
39
|
+
|
40
|
+
|
41
|
+
### BREAKING CHANGES
|
42
|
+
|
43
|
+
* 1.x.x version of ui library also has mfui- prefix for components. please, check,
|
44
|
+
that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
|
45
|
+
match pattern.
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
# [2.0.0-beta.241](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.240...@megafon/ui-shared@2.0.0-beta.241) (2021-11-29)
|
52
|
+
|
53
|
+
|
54
|
+
### Bug Fixes
|
55
|
+
|
56
|
+
* **ui-shared:** enable more eslint rules and fix problems ([063b874](https://github.com/MegafonWebLab/megafon-ui/commit/063b8747e2dfd3f883f07a04e177cbceef4cca2e))
|
57
|
+
* **ui-shared:** enable more eslint rules and fix problems ([4bde8f9](https://github.com/MegafonWebLab/megafon-ui/commit/4bde8f93be7a13efe912f22d659371a3e380e6f3))
|
58
|
+
* **ui-shared:** enable some eslint rules and fix problems ([73ea828](https://github.com/MegafonWebLab/megafon-ui/commit/73ea828ea060d5cfecb18fdd5d1498efa1e93fbd))
|
59
|
+
* **ui-shared:** fix children type ([0f04517](https://github.com/MegafonWebLab/megafon-ui/commit/0f04517deaa60ff05fd05eeb478d66e0a116b999))
|
60
|
+
* **ui-shared:** fixes after rebase ([c326ee8](https://github.com/MegafonWebLab/megafon-ui/commit/c326ee8c3ca2f47c6b3202d78c91e08b0e42914e))
|
61
|
+
* **ui-shared:** remove alt content; rename interface ([316e04a](https://github.com/MegafonWebLab/megafon-ui/commit/316e04a1a594ce61c7d198113f1fb6612cc7d913))
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
# [2.0.0-beta.240](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.239...@megafon/ui-shared@2.0.0-beta.240) (2021-11-23)
|
68
|
+
|
69
|
+
|
70
|
+
### Bug Fixes
|
71
|
+
|
72
|
+
* **instructions:** fix activeInstructionItem class ([4f4c611](https://github.com/MegafonWebLab/megafon-ui/commit/4f4c611d5fdb227f00c164cc2bcfae6f6eb91c5e))
|
73
|
+
|
74
|
+
|
75
|
+
### Features
|
76
|
+
|
77
|
+
* **container:** add new indents to child components ([02a4d5b](https://github.com/MegafonWebLab/megafon-ui/commit/02a4d5b819d7c0c653ab819df04c1f069a94c3b1))
|
78
|
+
* **storebanner:** fixed style and changed buttons image ([87b77a8](https://github.com/MegafonWebLab/megafon-ui/commit/87b77a8e5da178f8273287bd1be85ac7ccd8f0bd))
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
# [2.0.0-beta.239](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.238...@megafon/ui-shared@2.0.0-beta.239) (2021-11-15)
|
85
|
+
|
86
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
# [2.0.0-beta.238](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.237...@megafon/ui-shared@2.0.0-beta.238) (2021-11-15)
|
93
|
+
|
94
|
+
|
95
|
+
### Bug Fixes
|
96
|
+
|
97
|
+
* **card:** fix icon indent ([5429444](https://github.com/MegafonWebLab/megafon-ui/commit/54294443e0cb8ead74516b0d63ddcf130c29f4f5))
|
98
|
+
|
99
|
+
|
100
|
+
### Features
|
101
|
+
|
102
|
+
* **instructions:** add mobile and desktop classes for item ([2f27427](https://github.com/MegafonWebLab/megafon-ui/commit/2f27427e665d234f3f175830c0f3f4ea44486de5))
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
# [2.0.0-beta.237](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.236...@megafon/ui-shared@2.0.0-beta.237) (2021-11-15)
|
109
|
+
|
110
|
+
|
111
|
+
### Code Refactoring
|
112
|
+
|
113
|
+
* **videoblock:** change description props type, add description class ([ddde89a](https://github.com/MegafonWebLab/megafon-ui/commit/ddde89a66ba48fd60504781a3e1221f308a91370))
|
114
|
+
|
115
|
+
|
116
|
+
### BREAKING CHANGES
|
117
|
+
|
118
|
+
* **videoblock:** description props now receive string or nodes instead of array of strings
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
# [2.0.0-beta.236](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.235...@megafon/ui-shared@2.0.0-beta.236) (2021-11-15)
|
125
|
+
|
126
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
|
132
|
+
# [2.0.0-beta.235](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.234...@megafon/ui-shared@2.0.0-beta.235) (2021-11-01)
|
133
|
+
|
134
|
+
|
135
|
+
### Features
|
136
|
+
|
137
|
+
* add color variable [@fresh](https://github.com/fresh)Asphalt50 to base.less ([9aee3d7](https://github.com/MegafonWebLab/megafon-ui/commit/9aee3d7d6e9250fc61546539ea9e8cb5c3be15aa))
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
# [2.0.0-beta.234](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.233...@megafon/ui-shared@2.0.0-beta.234) (2021-10-25)
|
144
|
+
|
145
|
+
|
146
|
+
### Features
|
147
|
+
|
148
|
+
* **benefitsicons:** add ability render benefits in one column ([9e075ce](https://github.com/MegafonWebLab/megafon-ui/commit/9e075cec1a60474b9e3e22a30815ab3150acc54e))
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
# [2.0.0-beta.233](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.232...@megafon/ui-shared@2.0.0-beta.233) (2021-10-18)
|
155
|
+
|
156
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
# [2.0.0-beta.232](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.231...@megafon/ui-shared@2.0.0-beta.232) (2021-10-11)
|
163
|
+
|
164
|
+
|
165
|
+
### Bug Fixes
|
166
|
+
|
167
|
+
* **picturewithdescription:** fix text align ([1cc5829](https://github.com/MegafonWebLab/megafon-ui/commit/1cc5829e62460a57fccf80b2f8ffb83846d0c8f8))
|
168
|
+
* **textboxpicture:** fix image styles ([868cf33](https://github.com/MegafonWebLab/megafon-ui/commit/868cf3349ffd2b7e1b8829fec694f7aade416db7))
|
169
|
+
* **videoblock:** fix button width ([9fc980b](https://github.com/MegafonWebLab/megafon-ui/commit/9fc980b72d8d716ce2b8d6441610fe0032892f13))
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
# [2.0.0-beta.231](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.230...@megafon/ui-shared@2.0.0-beta.231) (2021-10-07)
|
176
|
+
|
177
|
+
|
178
|
+
### Bug Fixes
|
179
|
+
|
180
|
+
* add lint-staged to pre-commit hook ([83e2e13](https://github.com/MegafonWebLab/megafon-ui/commit/83e2e1304c92cd0125e80fa0c2879e28476499d9))
|
181
|
+
* run lint-staged only on pre-commit hook ([8570564](https://github.com/MegafonWebLab/megafon-ui/commit/857056423e738135f6d0866df8c0166ce9bd289e))
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
# [2.0.0-beta.230](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.229...@megafon/ui-shared@2.0.0-beta.230) (2021-10-05)
|
188
|
+
|
189
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
# [2.0.0-beta.229](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.228...@megafon/ui-shared@2.0.0-beta.229) (2021-10-04)
|
196
|
+
|
197
|
+
|
198
|
+
### Bug Fixes
|
199
|
+
|
200
|
+
* **gulpfile.js:** fix code replacement ([fe3fca0](https://github.com/MegafonWebLab/megafon-ui/commit/fe3fca05a1915fdd3bd9699579a5a2096c3ffe7e))
|
201
|
+
* **ui-shared:** add prettier and eslint configs; fix prettier errors ([0cb5520](https://github.com/MegafonWebLab/megafon-ui/commit/0cb552061dfd58d314ad22a7877ee792d83eb31c))
|
202
|
+
* **ui-shared:** remove tslint and tslint config ([3ff4c63](https://github.com/MegafonWebLab/megafon-ui/commit/3ff4c631d5a668e1c388ea317cb1ff4315d4ab4f))
|
203
|
+
|
204
|
+
|
205
|
+
### Features
|
206
|
+
|
207
|
+
* **downloadlinks:** add props 'inOneColumn' for render links in one column, regardless of quantity ([b44e3a7](https://github.com/MegafonWebLab/megafon-ui/commit/b44e3a7e2eda4c7aeee85f6b7f58886738452f71))
|
208
|
+
|
209
|
+
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
# [2.0.0-beta.228](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.227...@megafon/ui-shared@2.0.0-beta.228) (2021-09-27)
|
214
|
+
|
215
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
# [2.0.0-beta.227](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.226...@megafon/ui-shared@2.0.0-beta.227) (2021-09-27)
|
222
|
+
|
223
|
+
|
224
|
+
### Bug Fixes
|
225
|
+
|
226
|
+
* **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
|
227
|
+
* **buttonbanner.less:** fix [@media](https://github.com/media) query position ([955b9b4](https://github.com/MegafonWebLab/megafon-ui/commit/955b9b416933078340e7ad9482073da25ba3a0eb))
|
228
|
+
* **textboxpicture:** fix modifiers names ([52e713d](https://github.com/MegafonWebLab/megafon-ui/commit/52e713d60edb8da68a0dafe62df08baec6ad23bf))
|
229
|
+
* **ui-shared:** add frontend-presets configs; fix stylelint errors ([06df02d](https://github.com/MegafonWebLab/megafon-ui/commit/06df02d5218c611282fa5aea079bca46afcdbd56))
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
# [2.0.0-beta.226](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.225...@megafon/ui-shared@2.0.0-beta.226) (2021-09-20)
|
236
|
+
|
237
|
+
|
238
|
+
### Bug Fixes
|
239
|
+
|
240
|
+
* add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
|
241
|
+
|
242
|
+
|
243
|
+
### Features
|
244
|
+
|
245
|
+
* **card:** extend type of title and text props ([e275054](https://github.com/MegafonWebLab/megafon-ui/commit/e275054d304ee8870186b21e2e871a94a0e59ca2))
|
246
|
+
* **textboxpictures:** add TextBoxPicture component, should be used only in TexBox component ([a88265f](https://github.com/MegafonWebLab/megafon-ui/commit/a88265f5938f8a27fe51b7cb39fa14ef2e4bdb7f))
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
# [2.0.0-beta.225](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.224...@megafon/ui-shared@2.0.0-beta.225) (2021-09-14)
|
253
|
+
|
254
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
# [2.0.0-beta.224](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.223...@megafon/ui-shared@2.0.0-beta.224) (2021-09-13)
|
261
|
+
|
262
|
+
|
263
|
+
### Bug Fixes
|
264
|
+
|
265
|
+
* **instructions:** removed javascript resolution tracking ([7cfaddb](https://github.com/MegafonWebLab/megafon-ui/commit/7cfaddb3cda52c671b5541e42ff29bd5864809a5))
|
266
|
+
|
267
|
+
|
268
|
+
### Features
|
269
|
+
|
270
|
+
* **benefitsicons:** added classes for Grid and GridColumn ([be71f0c](https://github.com/MegafonWebLab/megafon-ui/commit/be71f0c32ae6e721c30baaa895acca7220a217c0))
|
271
|
+
* **instructions:** fix style for Instructions ([acb53fa](https://github.com/MegafonWebLab/megafon-ui/commit/acb53fa8e8574c22631d89edf02c0503d091f72d))
|
272
|
+
* **instructions:** fix style for iphone 12 mask ([4ae746b](https://github.com/MegafonWebLab/megafon-ui/commit/4ae746b9a347acaf5de29fdbc82082474d7ffcb7))
|
273
|
+
* **pagetitle:** removed breadcrumbs from grid ([04c2c79](https://github.com/MegafonWebLab/megafon-ui/commit/04c2c794061dea920a7db6ed2f1303bbe48127b6))
|
274
|
+
* **storebanner:** added new store button and update StoreBanner ([c13f37b](https://github.com/MegafonWebLab/megafon-ui/commit/c13f37bf8d2e5ed61f4d43c0e1d19eb4375a8c15))
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
# [2.0.0-beta.223](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.222...@megafon/ui-shared@2.0.0-beta.223) (2021-08-30)
|
281
|
+
|
282
|
+
|
283
|
+
### Features
|
284
|
+
|
285
|
+
* **videobanner:** add onLinkClick prop ([8e932b2](https://github.com/MegafonWebLab/megafon-ui/commit/8e932b2245457a2b38035aeeccacaad89f8cf8b0))
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
|
291
|
+
# [2.0.0-beta.222](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.221...@megafon/ui-shared@2.0.0-beta.222) (2021-08-25)
|
292
|
+
|
293
|
+
|
294
|
+
### Features
|
295
|
+
|
296
|
+
* **packages:** extracts icons from @megafon/ui-core to @megafon/ui-icons package ([ddabc32](https://github.com/MegafonWebLab/megafon-ui/commit/ddabc325b888540804f1fa13c94a1c5a58009df2))
|
297
|
+
|
298
|
+
|
299
|
+
### BREAKING CHANGES
|
300
|
+
|
301
|
+
* **packages:** icons from @megafon/ui-core removed, use @megafon/ui-icons package instead
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
|
307
|
+
# [2.0.0-beta.221](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.220...@megafon/ui-shared@2.0.0-beta.221) (2021-08-23)
|
308
|
+
|
309
|
+
|
310
|
+
### Features
|
311
|
+
|
312
|
+
* **card:** add target prop to root element, button and link ([37811e7](https://github.com/MegafonWebLab/megafon-ui/commit/37811e72070550bd1eec7f1bce6cbb12f91aa707))
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
# [2.0.0-beta.220](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.219...@megafon/ui-shared@2.0.0-beta.220) (2021-08-16)
|
319
|
+
|
320
|
+
|
321
|
+
### Bug Fixes
|
322
|
+
|
323
|
+
* **picturewithdescription:** reset margin of first and last child ([5e16fb1](https://github.com/MegafonWebLab/megafon-ui/commit/5e16fb1b78a60b39b5c57d0a9f213d1f3d1ea7a5))
|
324
|
+
* **textbox:** reset margin of first and last child ([20a2127](https://github.com/MegafonWebLab/megafon-ui/commit/20a21272cf4ce1b83e4cb717ea55d7d8120233c3))
|
325
|
+
* **titledescriptionbox:** reset margin of last child ([1a01a16](https://github.com/MegafonWebLab/megafon-ui/commit/1a01a164af10f010f790c3f51c6d9a6fc345c8b7))
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
# [2.0.0-beta.219](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.218...@megafon/ui-shared@2.0.0-beta.219) (2021-08-09)
|
332
|
+
|
333
|
+
|
334
|
+
### Bug Fixes
|
335
|
+
|
336
|
+
* **titledescriptionbox:** apply white-space to header only ([7e5e185](https://github.com/MegafonWebLab/megafon-ui/commit/7e5e1853f8fa10630742a419c7de9319f625e4b2))
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
# [2.0.0-beta.218](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.217...@megafon/ui-shared@2.0.0-beta.218) (2021-08-02)
|
343
|
+
|
344
|
+
|
345
|
+
### Features
|
346
|
+
|
347
|
+
* **picturewithdescription:** extend title type ([15d4db1](https://github.com/MegafonWebLab/megafon-ui/commit/15d4db1e2372c14ff362483e360a4c590937d693))
|
348
|
+
|
349
|
+
|
350
|
+
|
351
|
+
|
352
|
+
|
353
|
+
# [2.0.0-beta.217](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.216...@megafon/ui-shared@2.0.0-beta.217) (2021-07-26)
|
354
|
+
|
355
|
+
|
356
|
+
### Features
|
357
|
+
|
358
|
+
* **pagetitle:** add isFullWidth props, expanded title type ([63f7628](https://github.com/MegafonWebLab/megafon-ui/commit/63f76287857d57c754498bd029084aee0add79df))
|
359
|
+
* **textbox:** add centeringWithLimitedWidth and isFullWidth props ([6f3a080](https://github.com/MegafonWebLab/megafon-ui/commit/6f3a080dc3284b2b37e956a585bb854d61f5a772))
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
364
|
+
|
365
|
+
# [2.0.0-beta.216](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.215...@megafon/ui-shared@2.0.0-beta.216) (2021-07-26)
|
366
|
+
|
367
|
+
|
368
|
+
### Features
|
369
|
+
|
370
|
+
* **picturewithdescription:** add title and classes props ([1bb140c](https://github.com/MegafonWebLab/megafon-ui/commit/1bb140c80cc998fd537fad4069adc1b158de93be))
|
371
|
+
* **videobanner:** props buttonTitle made optional ([f7cf47a](https://github.com/MegafonWebLab/megafon-ui/commit/f7cf47a771d2f876935d6b823e5221eb4d218a14))
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
# [2.0.0-beta.215](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.214...@megafon/ui-shared@2.0.0-beta.215) (2021-07-20)
|
378
|
+
|
379
|
+
|
380
|
+
### Bug Fixes
|
381
|
+
|
382
|
+
* **instructions:** fix image on android and video on ios ([10b87f5](https://github.com/MegafonWebLab/megafon-ui/commit/10b87f58c60c9584e811ff69e3391c2beae37eff))
|
383
|
+
|
384
|
+
|
385
|
+
### Features
|
386
|
+
|
387
|
+
* **instructions:** add new mask for iphone 12 and some style fix ([eea27c8](https://github.com/MegafonWebLab/megafon-ui/commit/eea27c8d3138c8fc32ac63aa801240b84a1156a9))
|
388
|
+
* **instructions:** change image screen ([fc32590](https://github.com/MegafonWebLab/megafon-ui/commit/fc32590d5f9931bb0c28c9828740aa4e6181f799))
|
389
|
+
|
390
|
+
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
# [2.0.0-beta.214](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.213...@megafon/ui-shared@2.0.0-beta.214) (2021-07-14)
|
395
|
+
|
396
|
+
|
397
|
+
### Bug Fixes
|
398
|
+
|
399
|
+
* **build:** change contants path resolve ([b4b810a](https://github.com/MegafonWebLab/megafon-ui/commit/b4b810a6b3b753103360dbccc20e891fd6f87cd8))
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
# [2.0.0-beta.213](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.212...@megafon/ui-shared@2.0.0-beta.213) (2021-07-13)
|
406
|
+
|
407
|
+
|
408
|
+
### Features
|
409
|
+
|
410
|
+
* **packages:** added @megafon/ui-helpers package ([811f67c](https://github.com/MegafonWebLab/megafon-ui/commit/811f67c26c87e2582e461c03223b12344513ecac))
|
411
|
+
|
412
|
+
|
413
|
+
### BREAKING CHANGES
|
414
|
+
|
415
|
+
* **packages:** utils from @megafon/ui-core removed, use @megafon/ui-helpers package instead
|
416
|
+
* **packages:** breakpoints from @megafon/ui-core removed, use @megafon/ui-helpers package instead
|
417
|
+
* **packages:** throttleTime removed from export in @megafon/ui-core package
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
|
423
|
+
# [2.0.0-beta.212](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.211...@megafon/ui-shared@2.0.0-beta.212) (2021-07-12)
|
424
|
+
|
425
|
+
|
426
|
+
### Features
|
427
|
+
|
428
|
+
* **instructions:** add new prop additional text ([1609801](https://github.com/MegafonWebLab/megafon-ui/commit/1609801d701e6d4f49b40bb6422f7f4dee4e7d18))
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
|
434
|
+
# [2.0.0-beta.211](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.210...@megafon/ui-shared@2.0.0-beta.211) (2021-07-05)
|
435
|
+
|
436
|
+
|
437
|
+
### Features
|
438
|
+
|
439
|
+
* **instructions:** add new classes instructionItemImg for img ([1dac031](https://github.com/MegafonWebLab/megafon-ui/commit/1dac0315b9b565313ca87c3a090eada8ccbdf801))
|
440
|
+
* **partners:** configured to display a fixed number of slides ([fde3dc7](https://github.com/MegafonWebLab/megafon-ui/commit/fde3dc7a2e36b46958bf1f5afc8272cb85cbb2ca))
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
# [2.0.0-beta.210](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.209...@megafon/ui-shared@2.0.0-beta.210) (2021-06-28)
|
447
|
+
|
448
|
+
|
449
|
+
### Bug Fixes
|
450
|
+
|
451
|
+
* **videobanner:** fix breadcrumbs render ([aebb08f](https://github.com/MegafonWebLab/megafon-ui/commit/aebb08fa282dbe9449a9b678d875b37c1f7f9cfe))
|
452
|
+
|
453
|
+
|
454
|
+
### Features
|
455
|
+
|
456
|
+
* **cardsbox:** add ref prop ([974c645](https://github.com/MegafonWebLab/megafon-ui/commit/974c64547fb8e3af19b81258131b1783eaab80eb))
|
457
|
+
* **pagetitle:** add new component ([93120cf](https://github.com/MegafonWebLab/megafon-ui/commit/93120cfcdba4f0c345747fec77dc22c8ba286073))
|
458
|
+
* **titledescriptionbox:** fix PropTypes for render HTML ([46e801b](https://github.com/MegafonWebLab/megafon-ui/commit/46e801bf97715e9f9a1473ea89472b646273f14d))
|
459
|
+
|
460
|
+
|
461
|
+
### BREAKING CHANGES
|
462
|
+
|
463
|
+
* **cardsbox:** add ref prop
|
464
|
+
|
465
|
+
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
# [2.0.0-beta.209](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.208...@megafon/ui-shared@2.0.0-beta.209) (2021-06-23)
|
470
|
+
|
471
|
+
|
472
|
+
### Features
|
473
|
+
|
474
|
+
* **downloadlink:** add classes prop ([4f3eba2](https://github.com/MegafonWebLab/megafon-ui/commit/4f3eba27d80eda6c268a2f7f5ccdaff733f8a383))
|
475
|
+
* **titledescriptionbox:** fix type for render HTML ([476ec22](https://github.com/MegafonWebLab/megafon-ui/commit/476ec22998712e5d4a83f6c7bba3f1e9700d74da))
|
476
|
+
|
477
|
+
|
478
|
+
|
479
|
+
|
480
|
+
|
481
|
+
# [2.0.0-beta.208](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.207...@megafon/ui-shared@2.0.0-beta.208) (2021-06-22)
|
482
|
+
|
483
|
+
|
484
|
+
### Bug Fixes
|
485
|
+
|
486
|
+
* **cardsbox:** fix dataAttrs import ([ab49dbb](https://github.com/MegafonWebLab/megafon-ui/commit/ab49dbbaefd5c0e0c984a70e9f27b714a3fb11f6))
|
487
|
+
* **partners:** fix dataAttrs import ([a07a50e](https://github.com/MegafonWebLab/megafon-ui/commit/a07a50e3f6cd15321caa28e418cb80eb67c1f049))
|
488
|
+
|
489
|
+
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
# [2.0.0-beta.207](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.206...@megafon/ui-shared@2.0.0-beta.207) (2021-06-21)
|
494
|
+
|
495
|
+
|
496
|
+
### Features
|
497
|
+
|
498
|
+
* **cardsbox:** add dataAttrs and onChange props ([783c3d9](https://github.com/MegafonWebLab/megafon-ui/commit/783c3d95d0fef0a89ccbd06e44fd0959ead7e724))
|
499
|
+
* **partners:** add dataAttr prop, extend onChange func ([86989ef](https://github.com/MegafonWebLab/megafon-ui/commit/86989efffa90763ab80875c29bc31cc69c7b4034))
|
500
|
+
|
501
|
+
|
502
|
+
### BREAKING CHANGES
|
503
|
+
|
504
|
+
* **cardsbox:** add dataAttrs and onChange props
|
505
|
+
* **partners:** add dataAttr for Partnets, extend arguments list
|
506
|
+
for onChange prop
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
# [2.0.0-beta.206](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.205...@megafon/ui-shared@2.0.0-beta.206) (2021-06-18)
|
513
|
+
|
514
|
+
|
515
|
+
### Bug Fixes
|
516
|
+
|
517
|
+
* **benefits icons:** delete padding from benefits ([419fcc0](https://github.com/MegafonWebLab/megafon-ui/commit/419fcc01f80f8e5fc794570559bf3e5a89307b50))
|
518
|
+
|
519
|
+
|
520
|
+
### Features
|
521
|
+
|
522
|
+
* **instructions:** add getSwiper prop and update classes prop ([4555d5f](https://github.com/MegafonWebLab/megafon-ui/commit/4555d5f56c4c2ada86519f63be652aa5769076d0))
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
|
527
|
+
|
528
|
+
# [2.0.0-beta.205](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.204...@megafon/ui-shared@2.0.0-beta.205) (2021-06-16)
|
529
|
+
|
530
|
+
|
531
|
+
### Features
|
532
|
+
|
533
|
+
* **partners:** add alt prop to item ([dd93143](https://github.com/MegafonWebLab/megafon-ui/commit/dd9314365122f5bcee261517ab9326f987dfffab))
|
534
|
+
* **picturewithdescription:** add rootRef prop ([96feae1](https://github.com/MegafonWebLab/megafon-ui/commit/96feae14d74aed46969261846259601b02b6d408))
|
535
|
+
* **steps:** add rootRef prop ([59bef59](https://github.com/MegafonWebLab/megafon-ui/commit/59bef59a9fac2ede30b1f35c4fb1590f1dcea2c4))
|
536
|
+
* **videobanner:** add breadcrumbs ([d266b31](https://github.com/MegafonWebLab/megafon-ui/commit/d266b31bc8c66ba5fa85b629f3de0c7813586c81))
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
# [2.0.0-beta.204](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.203...@megafon/ui-shared@2.0.0-beta.204) (2021-06-10)
|
543
|
+
|
544
|
+
|
545
|
+
### Features
|
546
|
+
|
547
|
+
* **select:** add new type to view in item ([453f375](https://github.com/MegafonWebLab/megafon-ui/commit/453f3753e46cc2b0fd56287635b8b0918bec56f6))
|
548
|
+
* **textbox:** add className and rootRef props ([25afe19](https://github.com/MegafonWebLab/megafon-ui/commit/25afe19dfd1acd1e304bc5b2f8363c48ab448277))
|
549
|
+
* **titledescriptionbox:** add rootRef prop ([c3b1d90](https://github.com/MegafonWebLab/megafon-ui/commit/c3b1d905a73bf0c5266e846787d707c6434d2f99))
|
550
|
+
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
# [2.0.0-beta.203](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.202...@megafon/ui-shared@2.0.0-beta.203) (2021-06-09)
|
556
|
+
|
557
|
+
|
558
|
+
### Bug Fixes
|
559
|
+
|
560
|
+
* **benefitsiconstile:** remove convert ([984bb26](https://github.com/MegafonWebLab/megafon-ui/commit/984bb2615359fbb710e6fb9ffd1797bf6fadddea))
|
561
|
+
* **buttonbanner:** convert removed ([7b2c5fc](https://github.com/MegafonWebLab/megafon-ui/commit/7b2c5fc2867d35f44b73c4a6ef4588e8882fbc9e))
|
562
|
+
* **instructions:** convert removed ([986cc51](https://github.com/MegafonWebLab/megafon-ui/commit/986cc51d4b33ad3a8435f51aa39018a1a7cb0422))
|
563
|
+
|
564
|
+
|
565
|
+
### Features
|
566
|
+
|
567
|
+
* **accordionbox:** add title to classes ([1f9c798](https://github.com/MegafonWebLab/megafon-ui/commit/1f9c798f69155c1976598c5b905f861e5774ca96))
|
568
|
+
* **downloadlink:** add ref props ([4a287e2](https://github.com/MegafonWebLab/megafon-ui/commit/4a287e2fade6a83b0cd88ec477f0137502f32077))
|
569
|
+
|
570
|
+
|
571
|
+
### BREAKING CHANGES
|
572
|
+
|
573
|
+
* **instructions:** convert removed
|
574
|
+
* **buttonbanner:** convert removed
|
575
|
+
* **benefitsiconstile:** convert removed
|
576
|
+
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
# [2.0.0-beta.202](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.201...@megafon/ui-shared@2.0.0-beta.202) (2021-06-08)
|
582
|
+
|
583
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
584
|
+
|
585
|
+
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
# [2.0.0-beta.201](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.200...@megafon/ui-shared@2.0.0-beta.201) (2021-06-08)
|
590
|
+
|
591
|
+
|
592
|
+
### Features
|
593
|
+
|
594
|
+
* **accordionbox:** update interface and tests ([f36f0fd](https://github.com/MegafonWebLab/megafon-ui/commit/f36f0fd5dd7bbd21f33264fc267cca4d6b21a01e))
|
595
|
+
|
596
|
+
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
# [2.0.0-beta.200](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.199...@megafon/ui-shared@2.0.0-beta.200) (2021-06-07)
|
601
|
+
|
602
|
+
|
603
|
+
### Features
|
604
|
+
|
605
|
+
* **benefitsicons:** add classes and rootRef props ([4b862b9](https://github.com/MegafonWebLab/megafon-ui/commit/4b862b9c5cb5232033a4e3f00cebff991cbdfd24))
|
606
|
+
* **benefitspictures:** add classes and rootRef props ([bdfd54c](https://github.com/MegafonWebLab/megafon-ui/commit/bdfd54c53e40dca6dc1b31ffc9f09f1d7c08f5d1))
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
# [2.0.0-beta.199](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.198...@megafon/ui-shared@2.0.0-beta.199) (2021-06-04)
|
613
|
+
|
614
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
# [2.0.0-beta.198](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.197...@megafon/ui-shared@2.0.0-beta.198) (2021-06-04)
|
621
|
+
|
622
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
623
|
+
|
624
|
+
|
625
|
+
|
626
|
+
|
627
|
+
|
628
|
+
# [2.0.0-beta.197](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.196...@megafon/ui-shared@2.0.0-beta.197) (2021-06-03)
|
629
|
+
|
630
|
+
|
631
|
+
### Bug Fixes
|
632
|
+
|
633
|
+
* **card:** hide btns-wrapper element when empty ([a74daa1](https://github.com/MegafonWebLab/megafon-ui/commit/a74daa1a92aeff44b5aa09b6136a305647131a03))
|
634
|
+
|
635
|
+
|
636
|
+
### Features
|
637
|
+
|
638
|
+
* **accordionbox:** add isFullWidth prop ([f031c99](https://github.com/MegafonWebLab/megafon-ui/commit/f031c992975f2e7aaba4c8d6ae018061124c89f2))
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
|
644
|
+
# [2.0.0-beta.196](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.195...@megafon/ui-shared@2.0.0-beta.196) (2021-06-03)
|
645
|
+
|
646
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
# [2.0.0-beta.195](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.194...@megafon/ui-shared@2.0.0-beta.195) (2021-06-02)
|
653
|
+
|
654
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
655
|
+
|
656
|
+
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
# [2.0.0-beta.194](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.193...@megafon/ui-shared@2.0.0-beta.194) (2021-06-02)
|
661
|
+
|
662
|
+
|
663
|
+
### Features
|
664
|
+
|
665
|
+
* **card:** add isCenteredText prop ([1215adb](https://github.com/MegafonWebLab/megafon-ui/commit/1215adb0d3e8fe50f765620a1572062a38a6346e))
|
666
|
+
* **property:** delete prop 'multirow' from component ([e580d84](https://github.com/MegafonWebLab/megafon-ui/commit/e580d8462ce016ead28be0bb690e9397b66a9fc8))
|
667
|
+
|
668
|
+
|
669
|
+
### BREAKING CHANGES
|
670
|
+
|
671
|
+
* **property:** delete prop 'multirow' from component
|
672
|
+
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
# [2.0.0-beta.193](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.192...@megafon/ui-shared@2.0.0-beta.193) (2021-05-28)
|
678
|
+
|
679
|
+
|
680
|
+
### Features
|
681
|
+
|
682
|
+
* **property:** adds grid in component ([5aea97b](https://github.com/MegafonWebLab/megafon-ui/commit/5aea97b41143b8b32faacab365bf2c5813ba599c))
|
683
|
+
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
# [2.0.0-beta.192](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.191...@megafon/ui-shared@2.0.0-beta.192) (2021-05-27)
|
689
|
+
|
690
|
+
|
691
|
+
### Features
|
692
|
+
|
693
|
+
* **property:** add data attrtibute and custom classes props ([bfceba1](https://github.com/MegafonWebLab/megafon-ui/commit/bfceba104d04ad153c439385ed41377e825042f3))
|
694
|
+
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
|
699
|
+
# [2.0.0-beta.191](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.190...@megafon/ui-shared@2.0.0-beta.191) (2021-05-26)
|
700
|
+
|
701
|
+
|
702
|
+
### Bug Fixes
|
703
|
+
|
704
|
+
* **titledescriptionbox:** fix rendering description ([91d5ac6](https://github.com/MegafonWebLab/megafon-ui/commit/91d5ac648199d2d9ad60b516f080d84f0eb27401))
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
709
|
+
|
710
|
+
# [2.0.0-beta.190](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.189...@megafon/ui-shared@2.0.0-beta.190) (2021-05-26)
|
711
|
+
|
712
|
+
|
713
|
+
### Bug Fixes
|
714
|
+
|
715
|
+
* **instructions:** fix intruction items margin bottom ([428edde](https://github.com/MegafonWebLab/megafon-ui/commit/428edde0687198c4f2fcf90446ce9e83a5de8447))
|
716
|
+
|
717
|
+
|
718
|
+
|
719
|
+
|
720
|
+
|
721
|
+
# [2.0.0-beta.189](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.188...@megafon/ui-shared@2.0.0-beta.189) (2021-05-26)
|
722
|
+
|
723
|
+
|
724
|
+
### Bug Fixes
|
725
|
+
|
726
|
+
* **property:** fix text wrap ([bee10c2](https://github.com/MegafonWebLab/megafon-ui/commit/bee10c258fc0b7b22bf5c0c6ec97ab741e9d8f42))
|
727
|
+
|
728
|
+
|
729
|
+
|
730
|
+
|
731
|
+
|
732
|
+
# [2.0.0-beta.188](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.187...@megafon/ui-shared@2.0.0-beta.188) (2021-05-26)
|
733
|
+
|
734
|
+
|
735
|
+
### Features
|
736
|
+
|
737
|
+
* **partners:** add props rootRef and classes ([0f64240](https://github.com/MegafonWebLab/megafon-ui/commit/0f642405454ba0df2024aef83145de4e80d27053))
|
738
|
+
|
739
|
+
|
740
|
+
### BREAKING CHANGES
|
741
|
+
|
742
|
+
* **partners:** add props rootRef and classes
|
743
|
+
|
744
|
+
feat(partners): test
|
745
|
+
|
746
|
+
|
747
|
+
|
748
|
+
|
749
|
+
|
750
|
+
# [2.0.0-beta.187](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.186...@megafon/ui-shared@2.0.0-beta.187) (2021-05-26)
|
751
|
+
|
752
|
+
|
753
|
+
### Bug Fixes
|
754
|
+
|
755
|
+
* **container:** fix margin for Property ([50308b5](https://github.com/MegafonWebLab/megafon-ui/commit/50308b5d63fc9a995688f068d747e3ef45a9d2c9))
|
756
|
+
|
757
|
+
|
758
|
+
### Features
|
759
|
+
|
760
|
+
* **store banner:** adds data attribute prop ([898a195](https://github.com/MegafonWebLab/megafon-ui/commit/898a195d1556c9849a958d5621859534b4c08668))
|
761
|
+
|
762
|
+
|
763
|
+
|
764
|
+
|
765
|
+
|
766
|
+
# [2.0.0-beta.186](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.185...@megafon/ui-shared@2.0.0-beta.186) (2021-05-25)
|
767
|
+
|
768
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
# [2.0.0-beta.185](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.184...@megafon/ui-shared@2.0.0-beta.185) (2021-05-25)
|
775
|
+
|
776
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
# [2.0.0-beta.184](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.183...@megafon/ui-shared@2.0.0-beta.184) (2021-05-20)
|
783
|
+
|
784
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
# [2.0.0-beta.183](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.182...@megafon/ui-shared@2.0.0-beta.183) (2021-05-20)
|
791
|
+
|
792
|
+
|
793
|
+
### Bug Fixes
|
794
|
+
|
795
|
+
* **benefitsiconstile:** add type for text props ([1b33f3b](https://github.com/MegafonWebLab/megafon-ui/commit/1b33f3b2dadb4076ce81f4d3c272406fd485558e))
|
796
|
+
|
797
|
+
|
798
|
+
|
799
|
+
|
800
|
+
|
801
|
+
# [2.0.0-beta.182](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.181...@megafon/ui-shared@2.0.0-beta.182) (2021-05-20)
|
802
|
+
|
803
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
804
|
+
|
805
|
+
|
806
|
+
|
807
|
+
|
808
|
+
|
809
|
+
# [2.0.0-beta.181](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.180...@megafon/ui-shared@2.0.0-beta.181) (2021-05-20)
|
810
|
+
|
811
|
+
|
812
|
+
### Features
|
813
|
+
|
814
|
+
* **buttonbanner:** add imageScaling prop ([5c1328e](https://github.com/MegafonWebLab/megafon-ui/commit/5c1328eea9abb4904dd087d215fd4b3069e0f974))
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
|
819
|
+
|
820
|
+
# [2.0.0-beta.180](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.179...@megafon/ui-shared@2.0.0-beta.180) (2021-05-18)
|
821
|
+
|
822
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
# [2.0.0-beta.179](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.178...@megafon/ui-shared@2.0.0-beta.179) (2021-05-13)
|
829
|
+
|
830
|
+
|
831
|
+
### Features
|
832
|
+
|
833
|
+
* **buttonbanner:** added props download to button ([cf26ab0](https://github.com/MegafonWebLab/megafon-ui/commit/cf26ab00d79b39aafcbd77675e34612adfecf6af))
|
834
|
+
* **buttonlinkbox:** added props download to button and textlink ([cd9cd74](https://github.com/MegafonWebLab/megafon-ui/commit/cd9cd74dfce0b16ef2953a6c90aee45da7b1da7b))
|
835
|
+
* **card:** added props download to button and textlink ([952ea9a](https://github.com/MegafonWebLab/megafon-ui/commit/952ea9aa1e0ec5fb3565d60c0d0e6b917c4d1e42))
|
836
|
+
* **videobanner:** added props download to textlink and button ([f2f4a37](https://github.com/MegafonWebLab/megafon-ui/commit/f2f4a370b71d105e4ff6d74b9d832896fbd77bf1))
|
837
|
+
* **videoblock:** added props download for button ([9e438ba](https://github.com/MegafonWebLab/megafon-ui/commit/9e438ba8587a05fa5718e06121b5e24a04657bb4))
|
838
|
+
|
839
|
+
|
840
|
+
|
841
|
+
|
842
|
+
|
843
|
+
# [2.0.0-beta.178](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.177...@megafon/ui-shared@2.0.0-beta.178) (2021-05-12)
|
844
|
+
|
845
|
+
|
846
|
+
### Bug Fixes
|
847
|
+
|
848
|
+
* **card:** removed underscore when hover on card with href ([2670367](https://github.com/MegafonWebLab/megafon-ui/commit/26703670ed9b49266a4f256328438beeb1f56d87))
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
|
854
|
+
# [2.0.0-beta.177](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.176...@megafon/ui-shared@2.0.0-beta.177) (2021-05-12)
|
855
|
+
|
856
|
+
|
857
|
+
### Features
|
858
|
+
|
859
|
+
* **picturewithdescription:** add prop istexttopalign ([e0f1659](https://github.com/MegafonWebLab/megafon-ui/commit/e0f16591dca67d4434ae157b47d7388855b3a1e6))
|
860
|
+
|
861
|
+
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
# [2.0.0-beta.176](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.175...@megafon/ui-shared@2.0.0-beta.176) (2021-05-11)
|
866
|
+
|
867
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
868
|
+
|
869
|
+
|
870
|
+
|
871
|
+
|
872
|
+
|
873
|
+
# [2.0.0-beta.175](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.174...@megafon/ui-shared@2.0.0-beta.175) (2021-05-11)
|
874
|
+
|
875
|
+
|
876
|
+
### Features
|
877
|
+
|
878
|
+
* **convert:** change props type and add customProps in TransformConfigItem type ([244f2ab](https://github.com/MegafonWebLab/megafon-ui/commit/244f2ab13797ecaceabac2e50b87f78cbfedd0df))
|
879
|
+
|
880
|
+
|
881
|
+
### BREAKING CHANGES
|
882
|
+
|
883
|
+
* **convert:** change props type and add customProps
|
884
|
+
|
885
|
+
|
886
|
+
|
887
|
+
|
888
|
+
|
889
|
+
# [2.0.0-beta.174](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.173...@megafon/ui-shared@2.0.0-beta.174) (2021-04-30)
|
890
|
+
|
891
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
892
|
+
|
893
|
+
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
# [2.0.0-beta.173](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.172...@megafon/ui-shared@2.0.0-beta.173) (2021-04-30)
|
898
|
+
|
899
|
+
|
900
|
+
### Features
|
901
|
+
|
902
|
+
* **buttonlinkbox:** add target prop for ButtonLinkBox ([14759a9](https://github.com/MegafonWebLab/megafon-ui/commit/14759a97b708e950909c1ad03ac891e73bbb783b))
|
903
|
+
|
904
|
+
|
905
|
+
|
906
|
+
|
907
|
+
|
908
|
+
# [2.0.0-beta.172](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.171...@megafon/ui-shared@2.0.0-beta.172) (2021-04-28)
|
909
|
+
|
910
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
|
915
|
+
|
916
|
+
# [2.0.0-beta.171](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.170...@megafon/ui-shared@2.0.0-beta.171) (2021-04-28)
|
917
|
+
|
918
|
+
|
919
|
+
### Features
|
920
|
+
|
921
|
+
* **tabsbox:** added ref props ([8aa39cd](https://github.com/MegafonWebLab/megafon-ui/commit/8aa39cd7b8cf0023c06af87582bfc25ac072fbde))
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
|
926
|
+
|
927
|
+
# [2.0.0-beta.170](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.169...@megafon/ui-shared@2.0.0-beta.170) (2021-04-28)
|
928
|
+
|
929
|
+
|
930
|
+
### Features
|
931
|
+
|
932
|
+
* **accordionbox:** add isOpenClass in classes object and add rootRef prop ([ca37da9](https://github.com/MegafonWebLab/megafon-ui/commit/ca37da99cc912669f1cd014d2d44deda40378ed5))
|
933
|
+
|
934
|
+
|
935
|
+
|
936
|
+
|
937
|
+
|
938
|
+
# [2.0.0-beta.169](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.168...@megafon/ui-shared@2.0.0-beta.169) (2021-04-23)
|
939
|
+
|
940
|
+
|
941
|
+
### Features
|
942
|
+
|
943
|
+
* **carousel:** added custom slide class, swiper props, fade effect ([8949a0b](https://github.com/MegafonWebLab/megafon-ui/commit/8949a0b7e9139063f5d25d5e754e0240801f8c20))
|
944
|
+
|
945
|
+
|
946
|
+
|
947
|
+
|
948
|
+
|
949
|
+
# [2.0.0-beta.168](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.167...@megafon/ui-shared@2.0.0-beta.168) (2021-04-23)
|
950
|
+
|
951
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
952
|
+
|
953
|
+
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
# [2.0.0-beta.167](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.166...@megafon/ui-shared@2.0.0-beta.167) (2021-04-22)
|
958
|
+
|
959
|
+
|
960
|
+
### Features
|
961
|
+
|
962
|
+
* **instructions:** add prop classes for add class names to inner elements ([f816b76](https://github.com/MegafonWebLab/megafon-ui/commit/f816b762d0f04d6b83738915917fa2a94583a9d4))
|
963
|
+
|
964
|
+
|
965
|
+
|
966
|
+
|
967
|
+
|
968
|
+
# [2.0.0-beta.166](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.165...@megafon/ui-shared@2.0.0-beta.166) (2021-04-20)
|
969
|
+
|
970
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
# [2.0.0-beta.165](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.164...@megafon/ui-shared@2.0.0-beta.165) (2021-04-20)
|
977
|
+
|
978
|
+
|
979
|
+
### Features
|
980
|
+
|
981
|
+
* **store banner:** adds classnames and ref props ([658e145](https://github.com/MegafonWebLab/megafon-ui/commit/658e145c832ddc673bed9546c839b925615f1db9))
|
982
|
+
|
983
|
+
|
984
|
+
|
985
|
+
|
986
|
+
|
987
|
+
# [2.0.0-beta.164](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.163...@megafon/ui-shared@2.0.0-beta.164) (2021-04-20)
|
988
|
+
|
989
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
990
|
+
|
991
|
+
|
992
|
+
|
993
|
+
|
994
|
+
|
995
|
+
# [2.0.0-beta.163](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.162...@megafon/ui-shared@2.0.0-beta.163) (2021-04-15)
|
996
|
+
|
997
|
+
|
998
|
+
### Bug Fixes
|
999
|
+
|
1000
|
+
* **property:** fix bug with flexbox in IE ([55f9c12](https://github.com/MegafonWebLab/megafon-ui/commit/55f9c124123fc350d5d8898345bc6ddbfec1bc3f))
|
1001
|
+
|
1002
|
+
|
1003
|
+
|
1004
|
+
|
1005
|
+
|
1006
|
+
# [2.0.0-beta.162](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.161...@megafon/ui-shared@2.0.0-beta.162) (2021-04-14)
|
1007
|
+
|
1008
|
+
|
1009
|
+
### Bug Fixes
|
1010
|
+
|
1011
|
+
* **package.json:** update swiper to fix error with types ([594cc99](https://github.com/MegafonWebLab/megafon-ui/commit/594cc99af7d9533ac9efca3f8b1ded3cdd5a0433))
|
1012
|
+
|
1013
|
+
|
1014
|
+
|
1015
|
+
|
1016
|
+
|
1017
|
+
# [2.0.0-beta.161](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.160...@megafon/ui-shared@2.0.0-beta.161) (2021-04-13)
|
1018
|
+
|
1019
|
+
|
1020
|
+
### Features
|
1021
|
+
|
1022
|
+
* **property:** delete convert from component ([447022e](https://github.com/MegafonWebLab/megafon-ui/commit/447022ecb1fb81054fd1514cc2ec599ceb3c2d44))
|
1023
|
+
|
1024
|
+
|
1025
|
+
### BREAKING CHANGES
|
1026
|
+
|
1027
|
+
* **property:** title and description does not support html tags
|
1028
|
+
|
1029
|
+
|
1030
|
+
|
1031
|
+
|
1032
|
+
|
1033
|
+
# [2.0.0-beta.160](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.159...@megafon/ui-shared@2.0.0-beta.160) (2021-04-08)
|
1034
|
+
|
1035
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1036
|
+
|
1037
|
+
|
1038
|
+
|
1039
|
+
|
1040
|
+
|
1041
|
+
# [2.0.0-beta.159](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.158...@megafon/ui-shared@2.0.0-beta.159) (2021-04-08)
|
1042
|
+
|
1043
|
+
|
1044
|
+
### Features
|
1045
|
+
|
1046
|
+
* **container:** added enable/disable padding top and bottom ([fdae2bb](https://github.com/MegafonWebLab/megafon-ui/commit/fdae2bbfff5a63bb9b0d10d25024842bf220ec17))
|
1047
|
+
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
# [2.0.0-beta.158](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.157...@megafon/ui-shared@2.0.0-beta.158) (2021-04-07)
|
1053
|
+
|
1054
|
+
|
1055
|
+
### Features
|
1056
|
+
|
1057
|
+
* **steps:** edit steps item text type ([53da4fd](https://github.com/MegafonWebLab/megafon-ui/commit/53da4fd30268e0d9c0aa4bf585fba02b46261fe7))
|
1058
|
+
|
1059
|
+
|
1060
|
+
### BREAKING CHANGES
|
1061
|
+
|
1062
|
+
* **steps:** adds ReactNode type to text props for convert function
|
1063
|
+
|
1064
|
+
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
# [2.0.0-beta.157](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.156...@megafon/ui-shared@2.0.0-beta.157) (2021-04-06)
|
1069
|
+
|
1070
|
+
|
1071
|
+
### Features
|
1072
|
+
|
1073
|
+
* **benefitpictures:** add render html for title and text ([d866d4f](https://github.com/MegafonWebLab/megafon-ui/commit/d866d4f2a3c52b715aaf5247200796cc7529aacb))
|
1074
|
+
|
1075
|
+
|
1076
|
+
|
1077
|
+
|
1078
|
+
|
1079
|
+
# [2.0.0-beta.156](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.155...@megafon/ui-shared@2.0.0-beta.156) (2021-04-06)
|
1080
|
+
|
1081
|
+
|
1082
|
+
### Features
|
1083
|
+
|
1084
|
+
* **benefitsiconstile, convert, readme:** fix and update render html ([0c08667](https://github.com/MegafonWebLab/megafon-ui/commit/0c086674f666a068e1c4fde4a1a615d26f225512))
|
1085
|
+
|
1086
|
+
|
1087
|
+
|
1088
|
+
|
1089
|
+
|
1090
|
+
# [2.0.0-beta.155](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.154...@megafon/ui-shared@2.0.0-beta.155) (2021-04-06)
|
1091
|
+
|
1092
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1093
|
+
|
1094
|
+
|
1095
|
+
|
1096
|
+
|
1097
|
+
|
1098
|
+
# [2.0.0-beta.154](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.153...@megafon/ui-shared@2.0.0-beta.154) (2021-04-02)
|
1099
|
+
|
1100
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1101
|
+
|
1102
|
+
|
1103
|
+
|
1104
|
+
|
1105
|
+
|
1106
|
+
# [2.0.0-beta.153](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.152...@megafon/ui-shared@2.0.0-beta.153) (2021-04-01)
|
1107
|
+
|
1108
|
+
|
1109
|
+
### Features
|
1110
|
+
|
1111
|
+
* **steps:** delete convert from component ([5c51813](https://github.com/MegafonWebLab/megafon-ui/commit/5c51813f5a04cef4047608d85b1e69d9ede73b59))
|
1112
|
+
|
1113
|
+
|
1114
|
+
### BREAKING CHANGES
|
1115
|
+
|
1116
|
+
* **steps:** Component does not support html in text property
|
1117
|
+
|
1118
|
+
|
1119
|
+
|
1120
|
+
|
1121
|
+
|
1122
|
+
# [2.0.0-beta.152](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.151...@megafon/ui-shared@2.0.0-beta.152) (2021-04-01)
|
1123
|
+
|
1124
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1125
|
+
|
1126
|
+
|
1127
|
+
|
1128
|
+
|
1129
|
+
|
1130
|
+
# [2.0.0-beta.151](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.150...@megafon/ui-shared@2.0.0-beta.151) (2021-03-30)
|
1131
|
+
|
1132
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1133
|
+
|
1134
|
+
|
1135
|
+
|
1136
|
+
|
1137
|
+
|
1138
|
+
# [2.0.0-beta.150](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.149...@megafon/ui-shared@2.0.0-beta.150) (2021-03-29)
|
1139
|
+
|
1140
|
+
|
1141
|
+
### Features
|
1142
|
+
|
1143
|
+
* **videobanner:** add buttonColor prop ([c57813a](https://github.com/MegafonWebLab/megafon-ui/commit/c57813ad2c9747105e19579cb5038917279bf843))
|
1144
|
+
|
1145
|
+
|
1146
|
+
|
1147
|
+
|
1148
|
+
|
1149
|
+
# [2.0.0-beta.149](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.148...@megafon/ui-shared@2.0.0-beta.149) (2021-03-26)
|
1150
|
+
|
1151
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1152
|
+
|
1153
|
+
|
1154
|
+
|
1155
|
+
|
1156
|
+
|
1157
|
+
# [2.0.0-beta.148](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.147...@megafon/ui-shared@2.0.0-beta.148) (2021-03-26)
|
1158
|
+
|
1159
|
+
|
1160
|
+
### Features
|
1161
|
+
|
1162
|
+
* **container:** add id and rootRef props ([3fe5faf](https://github.com/MegafonWebLab/megafon-ui/commit/3fe5fafb79ac79da419d6091fbbe2e93f83de67b))
|
1163
|
+
|
1164
|
+
|
1165
|
+
|
1166
|
+
|
1167
|
+
|
1168
|
+
# [2.0.0-beta.147](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.146...@megafon/ui-shared@2.0.0-beta.147) (2021-03-25)
|
1169
|
+
|
1170
|
+
|
1171
|
+
### Features
|
1172
|
+
|
1173
|
+
* **titledescriptionbox:** extend type of description prop ([a934054](https://github.com/MegafonWebLab/megafon-ui/commit/a9340548fc3edea5b6b72db7bc538f97b7f4ea56))
|
1174
|
+
|
1175
|
+
|
1176
|
+
|
1177
|
+
|
1178
|
+
|
1179
|
+
# [2.0.0-beta.146](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.145...@megafon/ui-shared@2.0.0-beta.146) (2021-03-24)
|
1180
|
+
|
1181
|
+
|
1182
|
+
### Features
|
1183
|
+
|
1184
|
+
* **package.json:** change swiper version to sync with ui-core ([99402bc](https://github.com/MegafonWebLab/megafon-ui/commit/99402bc3c63c12b0d8dfe21726f3e9c2c21196e7))
|
1185
|
+
|
1186
|
+
|
1187
|
+
|
1188
|
+
|
1189
|
+
|
1190
|
+
# [2.0.0-beta.145](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.144...@megafon/ui-shared@2.0.0-beta.145) (2021-03-24)
|
1191
|
+
|
1192
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1193
|
+
|
1194
|
+
|
1195
|
+
|
1196
|
+
|
1197
|
+
|
1198
|
+
# [2.0.0-beta.144](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.143...@megafon/ui-shared@2.0.0-beta.144) (2021-03-24)
|
1199
|
+
|
1200
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1201
|
+
|
1202
|
+
|
1203
|
+
|
1204
|
+
|
1205
|
+
|
1206
|
+
# [2.0.0-beta.143](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.142...@megafon/ui-shared@2.0.0-beta.143) (2021-03-24)
|
1207
|
+
|
1208
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
|
1213
|
+
|
1214
|
+
# [2.0.0-beta.142](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.141...@megafon/ui-shared@2.0.0-beta.142) (2021-03-23)
|
1215
|
+
|
1216
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1217
|
+
|
1218
|
+
|
1219
|
+
|
1220
|
+
|
1221
|
+
|
1222
|
+
# [2.0.0-beta.141](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.140...@megafon/ui-shared@2.0.0-beta.141) (2021-03-23)
|
1223
|
+
|
1224
|
+
|
1225
|
+
### Bug Fixes
|
1226
|
+
|
1227
|
+
* **package.json:** add neccesary module for shared package, remove unused module react-slick ([aa18476](https://github.com/MegafonWebLab/megafon-ui/commit/aa18476b192cfc207d15a3ea5614af19b0ff8963))
|
1228
|
+
|
1229
|
+
|
1230
|
+
|
1231
|
+
|
1232
|
+
|
1233
|
+
# [2.0.0-beta.140](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.139...@megafon/ui-shared@2.0.0-beta.140) (2021-03-23)
|
1234
|
+
|
1235
|
+
|
1236
|
+
### Features
|
1237
|
+
|
1238
|
+
* **steps:** adds new component ([e467ecf](https://github.com/MegafonWebLab/megafon-ui/commit/e467ecfbbdaf0acc178eb4b2b9000ba4a1ef552d))
|
1239
|
+
|
1240
|
+
|
1241
|
+
|
1242
|
+
|
1243
|
+
|
1244
|
+
# [2.0.0-beta.139](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.138...@megafon/ui-shared@2.0.0-beta.139) (2021-03-22)
|
1245
|
+
|
1246
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1247
|
+
|
1248
|
+
|
1249
|
+
|
1250
|
+
|
1251
|
+
|
1252
|
+
# [2.0.0-beta.138](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.137...@megafon/ui-shared@2.0.0-beta.138) (2021-03-18)
|
1253
|
+
|
1254
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1255
|
+
|
1256
|
+
|
1257
|
+
|
1258
|
+
|
1259
|
+
|
1260
|
+
# [2.0.0-beta.137](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.136...@megafon/ui-shared@2.0.0-beta.137) (2021-03-18)
|
1261
|
+
|
1262
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1263
|
+
|
1264
|
+
|
1265
|
+
|
1266
|
+
|
1267
|
+
|
1268
|
+
# [2.0.0-beta.136](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.135...@megafon/ui-shared@2.0.0-beta.136) (2021-03-16)
|
1269
|
+
|
1270
|
+
|
1271
|
+
### Bug Fixes
|
1272
|
+
|
1273
|
+
* **buttonbanner:** add white background-color ([0b201e3](https://github.com/MegafonWebLab/megafon-ui/commit/0b201e32fa56ab666ebfcf5903a3e75245e45cf5))
|
1274
|
+
|
1275
|
+
|
1276
|
+
|
1277
|
+
|
1278
|
+
|
1279
|
+
# [2.0.0-beta.135](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.134...@megafon/ui-shared@2.0.0-beta.135) (2021-03-16)
|
1280
|
+
|
1281
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1282
|
+
|
1283
|
+
|
1284
|
+
|
1285
|
+
|
1286
|
+
|
1287
|
+
# [2.0.0-beta.134](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.133...@megafon/ui-shared@2.0.0-beta.134) (2021-03-16)
|
1288
|
+
|
1289
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1290
|
+
|
1291
|
+
|
1292
|
+
|
1293
|
+
|
1294
|
+
|
1295
|
+
# [2.0.0-beta.133](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.132...@megafon/ui-shared@2.0.0-beta.133) (2021-03-15)
|
1296
|
+
|
1297
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1298
|
+
|
1299
|
+
|
1300
|
+
|
1301
|
+
|
1302
|
+
|
1303
|
+
# [2.0.0-beta.132](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.131...@megafon/ui-shared@2.0.0-beta.132) (2021-03-12)
|
1304
|
+
|
1305
|
+
|
1306
|
+
### Features
|
1307
|
+
|
1308
|
+
* **container:** add className prop ([aab0332](https://github.com/MegafonWebLab/megafon-ui/commit/aab03324d44f04e5a5050b537b59e2705a2b1d4a))
|
1309
|
+
|
1310
|
+
|
1311
|
+
|
1312
|
+
|
1313
|
+
|
1314
|
+
# [2.0.0-beta.131](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.130...@megafon/ui-shared@2.0.0-beta.131) (2021-03-11)
|
1315
|
+
|
1316
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1317
|
+
|
1318
|
+
|
1319
|
+
|
1320
|
+
|
1321
|
+
|
1322
|
+
# [2.0.0-beta.130](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.129...@megafon/ui-shared@2.0.0-beta.130) (2021-03-11)
|
1323
|
+
|
1324
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1325
|
+
|
1326
|
+
|
1327
|
+
|
1328
|
+
|
1329
|
+
|
1330
|
+
# [2.0.0-beta.129](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.128...@megafon/ui-shared@2.0.0-beta.129) (2021-03-09)
|
1331
|
+
|
1332
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1333
|
+
|
1334
|
+
|
1335
|
+
|
1336
|
+
|
1337
|
+
|
1338
|
+
# [2.0.0-beta.128](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.127...@megafon/ui-shared@2.0.0-beta.128) (2021-03-09)
|
1339
|
+
|
1340
|
+
|
1341
|
+
### Bug Fixes
|
1342
|
+
|
1343
|
+
* **partners:** fix images width in IE ([7c00c88](https://github.com/MegafonWebLab/megafon-ui/commit/7c00c88f9ae2f2da2b5b88e5447f7d5b7cdb8b6a))
|
1344
|
+
* **videobanner:** fix content width in ie, fix content height after link added ([f6951c7](https://github.com/MegafonWebLab/megafon-ui/commit/f6951c718b4268c199ae190fc0358e2ed1e43937))
|
1345
|
+
|
1346
|
+
|
1347
|
+
|
1348
|
+
|
1349
|
+
|
1350
|
+
# [2.0.0-beta.127](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.126...@megafon/ui-shared@2.0.0-beta.127) (2021-03-09)
|
1351
|
+
|
1352
|
+
|
1353
|
+
### Features
|
1354
|
+
|
1355
|
+
* **buttonbanner:** add dataAttrs and classes props ([dfab775](https://github.com/MegafonWebLab/megafon-ui/commit/dfab7755102147e7e24dfc8a67d7a875faac583d))
|
1356
|
+
* **buttonbanner:** add rootRef prop ([931a9a3](https://github.com/MegafonWebLab/megafon-ui/commit/931a9a3c2205d4bb0a7a4a0fc12ccd7f22284d2e))
|
1357
|
+
* **buttonlinkbox:** add dataAttrs and classes props ([50b8bf8](https://github.com/MegafonWebLab/megafon-ui/commit/50b8bf80229366c2bc661a3ede5e3adbed68cd61))
|
1358
|
+
* **buttonlinkbox:** add rootRef prop ([f54b70a](https://github.com/MegafonWebLab/megafon-ui/commit/f54b70a69b406883d622b417555e0a823c44a1f1))
|
1359
|
+
* **card:** add dataAttrs and classes props ([a0b270f](https://github.com/MegafonWebLab/megafon-ui/commit/a0b270f9ebac60993ec31dca1f022f893bee1502))
|
1360
|
+
* **card:** add rootRef prop ([2d186d2](https://github.com/MegafonWebLab/megafon-ui/commit/2d186d2b5bac9c651b0a54d4631060f97407b2ce))
|
1361
|
+
* **instructions:** add rootRef prop ([2082e2d](https://github.com/MegafonWebLab/megafon-ui/commit/2082e2d66989311198cea765cf130005b0daf0d8))
|
1362
|
+
* **property:** add rootRef prop ([8fdad19](https://github.com/MegafonWebLab/megafon-ui/commit/8fdad194312ac19ea847daa9eb9b4b2f6524fccf))
|
1363
|
+
* **titledescriptionbox:** add dataAttrs prop ([3b3686a](https://github.com/MegafonWebLab/megafon-ui/commit/3b3686ae1304947f873b95d735f9269741ccb7f5))
|
1364
|
+
* **videobanner:** add dataAttrs and classes props ([1e44614](https://github.com/MegafonWebLab/megafon-ui/commit/1e4461471a02387e669688871fe8618ed79d8f29))
|
1365
|
+
* **videobanner:** add rootRef prop ([13a0046](https://github.com/MegafonWebLab/megafon-ui/commit/13a00463d729acc20a5094425e032512259e9f00))
|
1366
|
+
* **videoblock:** add dataAttrs and classes props ([2a5d0e2](https://github.com/MegafonWebLab/megafon-ui/commit/2a5d0e259d516769a757d90311a7a34ef09ddb57))
|
1367
|
+
* **videoblock:** add rootRef prop ([8e5069a](https://github.com/MegafonWebLab/megafon-ui/commit/8e5069a21a54b4a23f4629f4faa0b836d7bc99d6))
|
1368
|
+
|
1369
|
+
|
1370
|
+
|
1371
|
+
|
1372
|
+
|
1373
|
+
# [2.0.0-beta.126](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.125...@megafon/ui-shared@2.0.0-beta.126) (2021-03-05)
|
1374
|
+
|
1375
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1376
|
+
|
1377
|
+
|
1378
|
+
|
1379
|
+
|
1380
|
+
|
1381
|
+
# [2.0.0-beta.125](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.124...@megafon/ui-shared@2.0.0-beta.125) (2021-03-04)
|
1382
|
+
|
1383
|
+
|
1384
|
+
### Features
|
1385
|
+
|
1386
|
+
* **benefitsicons:** added config for transfer html in text from prop text ([55ad15a](https://github.com/MegafonWebLab/megafon-ui/commit/55ad15a3fc331fddfda2c2d8d26fb3ba90e0f49f))
|
1387
|
+
* **convert:** add classname prop to returned component ([c76162a](https://github.com/MegafonWebLab/megafon-ui/commit/c76162a8b06a57025fe50019b5fa1b5ac3dceeb9))
|
1388
|
+
|
1389
|
+
|
1390
|
+
|
1391
|
+
|
1392
|
+
|
1393
|
+
# [2.0.0-beta.124](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.123...@megafon/ui-shared@2.0.0-beta.124) (2021-03-01)
|
1394
|
+
|
1395
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1396
|
+
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
# [2.0.0-beta.123](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.122...@megafon/ui-shared@2.0.0-beta.123) (2021-02-26)
|
1402
|
+
|
1403
|
+
|
1404
|
+
### Bug Fixes
|
1405
|
+
|
1406
|
+
* **button:** fix text vertical align ([fb9b9bb](https://github.com/MegafonWebLab/megafon-ui/commit/fb9b9bb09d6c4e257c65af4c6ccaf39987867638))
|
1407
|
+
|
1408
|
+
|
1409
|
+
|
1410
|
+
|
1411
|
+
|
1412
|
+
# [2.0.0-beta.122](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.121...@megafon/ui-shared@2.0.0-beta.122) (2021-02-26)
|
1413
|
+
|
1414
|
+
|
1415
|
+
### Features
|
1416
|
+
|
1417
|
+
* **store banner:** adds new component ([ba48414](https://github.com/MegafonWebLab/megafon-ui/commit/ba48414ac86d356cfb8be17a2f64596f2d50833b))
|
1418
|
+
|
1419
|
+
|
1420
|
+
|
1421
|
+
|
1422
|
+
|
1423
|
+
# [2.0.0-beta.121](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.120...@megafon/ui-shared@2.0.0-beta.121) (2021-02-25)
|
1424
|
+
|
1425
|
+
|
1426
|
+
### Features
|
1427
|
+
|
1428
|
+
* **accordionbox:** add className prop ([6d3e8e7](https://github.com/MegafonWebLab/megafon-ui/commit/6d3e8e7035ff8d4fe4bf4cab787a1d06d2a79faa))
|
1429
|
+
|
1430
|
+
|
1431
|
+
|
1432
|
+
|
1433
|
+
|
1434
|
+
# [2.0.0-beta.120](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.119...@megafon/ui-shared@2.0.0-beta.120) (2021-02-25)
|
1435
|
+
|
1436
|
+
|
1437
|
+
### Features
|
1438
|
+
|
1439
|
+
* **buttonbanner:** create constructor component ([4d28f5b](https://github.com/MegafonWebLab/megafon-ui/commit/4d28f5bf23948cabb4fbb3967662d6c255f050d6))
|
1440
|
+
* **container:** add ButtonBanner component ([46fe66a](https://github.com/MegafonWebLab/megafon-ui/commit/46fe66a8860bfe03cb1251a863e4ea5bbebb2a48))
|
1441
|
+
|
1442
|
+
|
1443
|
+
|
1444
|
+
|
1445
|
+
|
1446
|
+
# [2.0.0-beta.119](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.118...@megafon/ui-shared@2.0.0-beta.119) (2021-02-19)
|
1447
|
+
|
1448
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1449
|
+
|
1450
|
+
|
1451
|
+
|
1452
|
+
|
1453
|
+
|
1454
|
+
# [2.0.0-beta.118](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.117...@megafon/ui-shared@2.0.0-beta.118) (2021-02-17)
|
1455
|
+
|
1456
|
+
|
1457
|
+
### Features
|
1458
|
+
|
1459
|
+
* **videobanner:** adds prop for mobile content text color ([6eed9bb](https://github.com/MegafonWebLab/megafon-ui/commit/6eed9bbea39858368da677774d4236fde8040a4e))
|
1460
|
+
|
1461
|
+
|
1462
|
+
|
1463
|
+
|
1464
|
+
|
1465
|
+
# [2.0.0-beta.117](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.116...@megafon/ui-shared@2.0.0-beta.117) (2021-02-17)
|
1466
|
+
|
1467
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1468
|
+
|
1469
|
+
|
1470
|
+
|
1471
|
+
|
1472
|
+
|
1473
|
+
# [2.0.0-beta.116](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.115...@megafon/ui-shared@2.0.0-beta.116) (2021-02-15)
|
1474
|
+
|
1475
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1476
|
+
|
1477
|
+
|
1478
|
+
|
1479
|
+
|
1480
|
+
|
1481
|
+
# [2.0.0-beta.115](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.114...@megafon/ui-shared@2.0.0-beta.115) (2021-02-12)
|
1482
|
+
|
1483
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
|
1489
|
+
# [2.0.0-beta.114](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.113...@megafon/ui-shared@2.0.0-beta.114) (2021-02-12)
|
1490
|
+
|
1491
|
+
|
1492
|
+
### Features
|
1493
|
+
|
1494
|
+
* **videobanner:** adds text with coast and link in content block ([6d14f24](https://github.com/MegafonWebLab/megafon-ui/commit/6d14f24c1cf9289ed3aba0b74b494e422a546ddc))
|
1495
|
+
|
1496
|
+
|
1497
|
+
### BREAKING CHANGES
|
1498
|
+
|
1499
|
+
* **videobanner:** Prop for button url was changed from 'href' to 'buttonHref'.
|
1500
|
+
|
1501
|
+
|
1502
|
+
|
1503
|
+
|
1504
|
+
|
1505
|
+
# [2.0.0-beta.113](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.112...@megafon/ui-shared@2.0.0-beta.113) (2021-02-12)
|
1506
|
+
|
1507
|
+
|
1508
|
+
### Bug Fixes
|
1509
|
+
|
1510
|
+
* **instructions:** fix styles ([a826427](https://github.com/MegafonWebLab/megafon-ui/commit/a8264272c700e636805370adfec8b96c4a655d00))
|
1511
|
+
|
1512
|
+
|
1513
|
+
|
1514
|
+
|
1515
|
+
|
1516
|
+
# [2.0.0-beta.112](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.111...@megafon/ui-shared@2.0.0-beta.112) (2021-02-12)
|
1517
|
+
|
1518
|
+
|
1519
|
+
### Features
|
1520
|
+
|
1521
|
+
* **accordionbox:** add prop - hasVerticalPaddings ([04d4be8](https://github.com/MegafonWebLab/megafon-ui/commit/04d4be8d698276e3e286c6a0ad93b333fa95ef52))
|
1522
|
+
|
1523
|
+
|
1524
|
+
|
1525
|
+
|
1526
|
+
|
1527
|
+
# [2.0.0-beta.111](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.110...@megafon/ui-shared@2.0.0-beta.111) (2021-02-10)
|
1528
|
+
|
1529
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1530
|
+
|
1531
|
+
|
1532
|
+
|
1533
|
+
|
1534
|
+
|
1535
|
+
# [2.0.0-beta.110](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.109...@megafon/ui-shared@2.0.0-beta.110) (2021-02-10)
|
1536
|
+
|
1537
|
+
|
1538
|
+
### Features
|
1539
|
+
|
1540
|
+
* **videobanner:** added content text color prop, added image props for all resolutions ([a0799ff](https://github.com/MegafonWebLab/megafon-ui/commit/a0799ff06f8337d2f4d2669153aadeb6ee88e424))
|
1541
|
+
|
1542
|
+
|
1543
|
+
### BREAKING CHANGES
|
1544
|
+
|
1545
|
+
* **videobanner:** Removed image prop as an object. Added separate image props for each resolution.
|
1546
|
+
|
1547
|
+
|
1548
|
+
|
1549
|
+
|
1550
|
+
|
1551
|
+
# [2.0.0-beta.109](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.108...@megafon/ui-shared@2.0.0-beta.109) (2021-02-10)
|
1552
|
+
|
1553
|
+
|
1554
|
+
### Bug Fixes
|
1555
|
+
|
1556
|
+
* **accordionbox:** add styles for used inside components (accordion, property) ([c39e346](https://github.com/MegafonWebLab/megafon-ui/commit/c39e34692621b5bdf0f90eb3f6fd8dbaa7121518))
|
1557
|
+
|
1558
|
+
|
1559
|
+
|
1560
|
+
|
1561
|
+
|
1562
|
+
# [2.0.0-beta.108](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.107...@megafon/ui-shared@2.0.0-beta.108) (2021-02-09)
|
1563
|
+
|
1564
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1565
|
+
|
1566
|
+
|
1567
|
+
|
1568
|
+
|
1569
|
+
|
1570
|
+
# [2.0.0-beta.107](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.106...@megafon/ui-shared@2.0.0-beta.107) (2021-02-09)
|
1571
|
+
|
1572
|
+
|
1573
|
+
### Bug Fixes
|
1574
|
+
|
1575
|
+
* **convert:** typographic config is defined by the component ([fbac681](https://github.com/MegafonWebLab/megafon-ui/commit/fbac6810730cb4352568c20120374e7c374a9c23))
|
1576
|
+
|
1577
|
+
|
1578
|
+
|
1579
|
+
|
1580
|
+
|
1581
|
+
# [2.0.0-beta.106](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.105...@megafon/ui-shared@2.0.0-beta.106) (2021-02-09)
|
1582
|
+
|
1583
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1584
|
+
|
1585
|
+
|
1586
|
+
|
1587
|
+
|
1588
|
+
|
1589
|
+
# [2.0.0-beta.105](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.104...@megafon/ui-shared@2.0.0-beta.105) (2021-02-08)
|
1590
|
+
|
1591
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1592
|
+
|
1593
|
+
|
1594
|
+
|
1595
|
+
|
1596
|
+
|
1597
|
+
# [2.0.0-beta.104](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.103...@megafon/ui-shared@2.0.0-beta.104) (2021-02-08)
|
1598
|
+
|
1599
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1600
|
+
|
1601
|
+
|
1602
|
+
|
1603
|
+
|
1604
|
+
|
1605
|
+
# [2.0.0-beta.103](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.102...@megafon/ui-shared@2.0.0-beta.103) (2021-02-04)
|
1606
|
+
|
1607
|
+
|
1608
|
+
### Bug Fixes
|
1609
|
+
|
1610
|
+
* **benefitsicons:** fix cn parameter passing ([b6f15ba](https://github.com/MegafonWebLab/megafon-ui/commit/b6f15bac92e8e5f9665d79835b9069038c3f1a08))
|
1611
|
+
|
1612
|
+
|
1613
|
+
|
1614
|
+
|
1615
|
+
|
1616
|
+
# [2.0.0-beta.102](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.101...@megafon/ui-shared@2.0.0-beta.102) (2021-02-02)
|
1617
|
+
|
1618
|
+
|
1619
|
+
### Features
|
1620
|
+
|
1621
|
+
* **card:** add isFullHeight prop ([6e5b927](https://github.com/MegafonWebLab/megafon-ui/commit/6e5b927c9909c57f01c54477c2a67c9b9b1f73e1))
|
1622
|
+
|
1623
|
+
|
1624
|
+
|
1625
|
+
|
1626
|
+
|
1627
|
+
# [2.0.0-beta.101](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.100...@megafon/ui-shared@2.0.0-beta.101) (2021-02-02)
|
1628
|
+
|
1629
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1630
|
+
|
1631
|
+
|
1632
|
+
|
1633
|
+
|
1634
|
+
|
1635
|
+
# [2.0.0-beta.100](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.99...@megafon/ui-shared@2.0.0-beta.100) (2021-01-29)
|
1636
|
+
|
1637
|
+
**Note:** Version bump only for package @megafon/ui-shared
|
1638
|
+
|
1639
|
+
|
1640
|
+
|
1641
|
+
|
1642
|
+
|
6
1643
|
# [2.0.0-beta.99](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.98...@megafon/ui-shared@2.0.0-beta.99) (2021-01-29)
|
7
1644
|
|
8
1645
|
**Note:** Version bump only for package @megafon/ui-shared
|