UNPKG

32 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6# 0.92.0 (2020-09-09)
7
8### Bug Fixes
9
10- **Layout:** width of Card on mobile ([#2181](https://github.com/kiwicom/orbit/issues/2181)) ([8daca18](https://github.com/kiwicom/orbit/commit/8daca18b382e04873d781f457c1294aae353134e))
11- updating TypeScript definitions to match Flow ([#2202](https://github.com/kiwicom/orbit/issues/2202)) ([d476c2f](https://github.com/kiwicom/orbit/commit/d476c2f95bb260b72611bfb19a55c294fc72478d))
12- **Docs:** internal github links ([#2182](https://github.com/kiwicom/orbit/issues/2182)) ([da12261](https://github.com/kiwicom/orbit/commit/da1226162b0cd3fee7c31f6ab8da97cf4b642feb))
13- **Table:** updating default align and removing unnecessary vertical-align options ([#2204](https://github.com/kiwicom/orbit/issues/2204)) ([0bfe9ae](https://github.com/kiwicom/orbit/commit/0bfe9ae0da094586a2818fb733ee5219802099df))
14- **Tooltip:** enable event bubbling for disabled children ([#2201](https://github.com/kiwicom/orbit/issues/2201)) ([5f26d88](https://github.com/kiwicom/orbit/commit/5f26d88d65ca1fc20b1cd2badf3bfd9fc03c2ede))
15- update docs and icons link for monorepo ([#2200](https://github.com/kiwicom/orbit/issues/2200)) ([27f4974](https://github.com/kiwicom/orbit/commit/27f49746c12a1adeb2721f9c31b323b074e98aea))
16
17### Features
18
19- **Hooks:** useIntersect ([#2091](https://github.com/kiwicom/orbit/issues/2091)) ([dd65d65](https://github.com/kiwicom/orbit/commit/dd65d65d55e6b90e47765160fd610fdd8441e3f0))
20- **Icons:** add double chevron icons ([#2190](https://github.com/kiwicom/orbit/issues/2190)) ([f0ce1f9](https://github.com/kiwicom/orbit/commit/f0ce1f96c918d3859590752f305a9e59497b1094))
21
22### Reverts
23
24- **Layout:** width of Card on mobile ([#2228](https://github.com/kiwicom/orbit/issues/2228)) ([09a5429](https://github.com/kiwicom/orbit/commit/09a5429138d2f922b54d45e573f07f85181bd141))
25
26## [0.90.1](https://github.com/kiwicom/orbit/compare/0.90.0...0.90.1) (2020-08-06)
27
28### Bug Fixes
29
30- **Pricingtable:** rendering of wrapped mobile child ([#2094](https://github.com/kiwicom/orbit/issues/2094)) ([5713e76](https://github.com/kiwicom/orbit/commit/5713e76aadb4f8fd59af61edb2f84099d0843b75))
31- popover memory leak ([#2095](https://github.com/kiwicom/orbit/issues/2095)) ([9a9a890](https://github.com/kiwicom/orbit/commit/9a9a89023130e3d111618dbb03f9f5697adb0b7f))
32- **types:** adjust Breadcrumbs, Tile, Button type declarations and exports ([#2096](https://github.com/kiwicom/orbit/issues/2096)) ([b6cdc68](https://github.com/kiwicom/orbit/commit/b6cdc68ffac754dc1c4ca162aaec2cf40dacde11))
33- **types:** adjust typescript types for heading and textarea ([#2093](https://github.com/kiwicom/orbit/issues/2093)) ([0fcd753](https://github.com/kiwicom/orbit/commit/0fcd753f22e5067cdc42004f6c4feef94a559d97))
34
35# [0.90.0](https://github.com/kiwicom/orbit/compare/0.89.0...0.90.0) (2020-08-05)
36
37- fix!(Popover): actions on mobile are no longer hidden (#2040) ([1a71008](https://github.com/kiwicom/orbit/commit/1a7100832a1dda020f09ec4ef6dfd1a18d7032bd)), closes [#2040](https://github.com/kiwicom/orbit/issues/2040)
38- feat!(PricingTable): adding option to display radio buttons on desktop (#2076) ([8d1fee4](https://github.com/kiwicom/orbit/commit/8d1fee4041293e12f4609908d38d62bc0e85473d)), closes [#2076](https://github.com/kiwicom/orbit/issues/2076)
39
40### Bug Fixes
41
42- **IllustrationPrimitive:** defaulting flex shrink to false ([#2036](https://github.com/kiwicom/orbit/issues/2036)) ([0a867f1](https://github.com/kiwicom/orbit/commit/0a867f16794535d4d9caa041ca7b1a5ac3730ac0))
43- **InputStepper, Stepper:** callbacks triggered when disabled ([#2050](https://github.com/kiwicom/orbit/issues/2050)) ([81ed35b](https://github.com/kiwicom/orbit/commit/81ed35be583686c64d7fd7ae7a8531a58833a853))
44- **Layout:** edge to edge behavior of deprecated Card ([#2049](https://github.com/kiwicom/orbit/issues/2049)) ([637f677](https://github.com/kiwicom/orbit/commit/637f677147c2a1423eb5201bf39ebefed7cfe953))
45- **ListChoice:** set role to checkbox when selectable is true ([#2062](https://github.com/kiwicom/orbit/issues/2062)) ([70d1625](https://github.com/kiwicom/orbit/commit/70d1625627953520f32d945996096ef93008876b))
46- **Rtl:** flow definition of destructured assigment ([#2077](https://github.com/kiwicom/orbit/issues/2077)) ([6dd89e2](https://github.com/kiwicom/orbit/commit/6dd89e23e824decd81b8cb442d7bf2f37aa752d0))
47- **Typescript:** updating definitions ([#2083](https://github.com/kiwicom/orbit/issues/2083)) ([b1fc89f](https://github.com/kiwicom/orbit/commit/b1fc89fcbb5f2cfe4aefc24436a7d93a95f8887b))
48
49### Features
50
51- **Breadcrumbs:** add backHref prop ([#2048](https://github.com/kiwicom/orbit/issues/2048)) ([58e0493](https://github.com/kiwicom/orbit/commit/58e049340436a75d8f058503b99eb46e40c9a950))
52- **ButtonMobileStore:** adding light variants ([#2059](https://github.com/kiwicom/orbit/issues/2059)) ([d534554](https://github.com/kiwicom/orbit/commit/d534554a5ad335bcce9448c854256b2027f5cb65))
53- **Modal:** adding extraSmall size option ([#2078](https://github.com/kiwicom/orbit/issues/2078)) ([17fa9ae](https://github.com/kiwicom/orbit/commit/17fa9ae6bf716a5021989a628cfcbfbb07e59930))
54- **SocialButton:** adding twitter type ([#2057](https://github.com/kiwicom/orbit/issues/2057)) ([cb1c97d](https://github.com/kiwicom/orbit/commit/cb1c97dca7b58b56fe9503e791d62ad00cfb9fbc))
55
56### BREAKING CHANGES
57
58- adding a padding-top to Actions causing it to potentially collide with some wrappers with padding which might be in place
59- activeElement no longer passes active to children
60
61# [0.89.0](https://github.com/kiwicom/orbit/compare/0.88.0...0.89.0) (2020-07-17)
62
63### Bug Fixes
64
65- **Breadcrumbs:** unification of style from figma ([#2032](https://github.com/kiwicom/orbit/issues/2032)) ([8c8868d](https://github.com/kiwicom/orbit/commit/8c8868db821e0f9a401d0b4d4a4d9fea964461f8))
66- extend type of tabIndex to allow numbers ([#2029](https://github.com/kiwicom/orbit/issues/2029)) ([96c1a7b](https://github.com/kiwicom/orbit/commit/96c1a7b6f906af5d6e231eb02fdda1b25a500979))
67- **InputStepper:** onChange is triggered when disabled ([#2024](https://github.com/kiwicom/orbit/issues/2024)) ([387806c](https://github.com/kiwicom/orbit/commit/387806c63e5da13657b995389c42f81557492a0a))
68- **Layout:** inner usage of Card – edge to edge behavior ([#2025](https://github.com/kiwicom/orbit/issues/2025)) ([3d475f3](https://github.com/kiwicom/orbit/commit/3d475f3d986c12286ce264f7d2f7ee7121858d4a))
69
70### Features
71
72- **Buttons:** adding rel attribute ([#2028](https://github.com/kiwicom/orbit/issues/2028)) ([df8507e](https://github.com/kiwicom/orbit/commit/df8507e35abab58f71890ca4c77103cd70c03d59))
73
74# [0.88.0](https://github.com/kiwicom/orbit/compare/0.87.2...0.88.0) (2020-06-30)
75
76### Bug Fixes
77
78- **Breadcrumbs:** unnecessary optional event ([#1959](https://github.com/kiwicom/orbit/issues/1959)) ([d4034a7](https://github.com/kiwicom/orbit/commit/d4034a78b4f9df76d1fa2b2fafd3f6cc9e672d6f))
79- **Select:** customValueText interpolation ([#1957](https://github.com/kiwicom/orbit/issues/1957)) ([f528d0c](https://github.com/kiwicom/orbit/commit/f528d0c171dc8aaf1f1e6a66ebefdb4996e096d2))
80- **SocialButton:** inner content align ([#1983](https://github.com/kiwicom/orbit/issues/1983)) ([2b57e3a](https://github.com/kiwicom/orbit/commit/2b57e3a205bfa70d5946a236c45d60da93745991))
81- **UseMediaQuery:** remove unnecessary debounce ([#1982](https://github.com/kiwicom/orbit/issues/1982)) ([bc73651](https://github.com/kiwicom/orbit/commit/bc73651e624574f36c5582b9dc8b42024aa1e1ed))
82
83## [0.87.2](https://github.com/kiwicom/orbit/compare/0.87.1...0.87.2) (2020-06-16)
84
85### Bug Fixes
86
87- **ButtonPrimitive:** fallback to text-align ([#1946](https://github.com/kiwicom/orbit/issues/1946)) ([bd7f59f](https://github.com/kiwicom/orbit/commit/bd7f59f870aae6a005f170e4332a98e2272d46dd))
88- **Portal:** state init on SSR ([#1954](https://github.com/kiwicom/orbit/issues/1954)) ([1f43f7a](https://github.com/kiwicom/orbit/commit/1f43f7abd1493cf7592e3d0c9a69a04570dec1a4))
89- tests folder names ([#1940](https://github.com/kiwicom/orbit/issues/1940)) ([9bd091c](https://github.com/kiwicom/orbit/commit/9bd091c5b5c93f930fd1879e52e45d5eed361287))
90
91## [0.87.1](https://github.com/kiwicom/orbit/compare/0.87.0...0.87.1) (2020-06-12)
92
93### Bug Fixes
94
95- **Breadcrumbs:** add mobile back button onClick ([#1944](https://github.com/kiwicom/orbit/issues/1944)) ([2bb09e0](https://github.com/kiwicom/orbit/commit/2bb09e0921ba2d73daf4eb113b24242ee0434dde))
96
97# [0.87.0](https://github.com/kiwicom/orbit/compare/0.86.0...0.87.0) (2020-06-11)
98
99### Bug Fixes
100
101- **ButtonGroup:** mobile border radius ([#1934](https://github.com/kiwicom/orbit/issues/1934)) ([08316d1](https://github.com/kiwicom/orbit/commit/08316d18ceaea05e627649e351d4112d358383c5))
102- **Portal:** usage with Tooltip ([#1935](https://github.com/kiwicom/orbit/issues/1935)) ([67e88d6](https://github.com/kiwicom/orbit/commit/67e88d67a1fefd3605646c7a1b164d0024864d3c))
103- **Tag:** onRemove now shows close button ([#1931](https://github.com/kiwicom/orbit/issues/1931)) ([0156b7f](https://github.com/kiwicom/orbit/commit/0156b7f9ec22ccdd41c7fe19fd313418aa2a36ee))
104
105### Features
106
107- **ButtonLink:** inline type and compact property, remove transparent ([#1912](https://github.com/kiwicom/orbit/issues/1912)) ([8e2f128](https://github.com/kiwicom/orbit/commit/8e2f1286d8ef2f90330e6960af399a583d993bc1))
108- **ButtonPrimitive:** adding responsive visual style behaviour ([#1911](https://github.com/kiwicom/orbit/issues/1911)) ([06a8622](https://github.com/kiwicom/orbit/commit/06a86224c00a2c2594e2ffd433b10878e25b7c9a))
109- **Dialog:** change spacing between title and description ([#1922](https://github.com/kiwicom/orbit/issues/1922)) ([7718db7](https://github.com/kiwicom/orbit/commit/7718db7552ae2c6ca84f63f4bb8bfd9c9c18773c))
110- **FormElements:** adding mobile border radius ([#1915](https://github.com/kiwicom/orbit/issues/1915)) ([3a3c227](https://github.com/kiwicom/orbit/commit/3a3c22782edcadb6447b38ac7d6dfe037ad83292))
111- **General:** adding display name to react contexts ([#1936](https://github.com/kiwicom/orbit/issues/1936)) ([c1a0da4](https://github.com/kiwicom/orbit/commit/c1a0da4fe7e985732ea17c7bdec6d7666afc1603))
112- **MediaQuery:** adding prefersReducedMotion ([#1921](https://github.com/kiwicom/orbit/issues/1921)) ([dd807cb](https://github.com/kiwicom/orbit/commit/dd807cbfb6dd47a3fce4a6c630a07dbe892be149))
113- **Portal:** refactor to hooks ([#1923](https://github.com/kiwicom/orbit/issues/1923)) ([04ad886](https://github.com/kiwicom/orbit/commit/04ad88683e7e7c3128e073bd3b3b6806cb04e1e5))
114- **Stack:** add baseline to align options ([#1930](https://github.com/kiwicom/orbit/issues/1930)) ([eecc296](https://github.com/kiwicom/orbit/commit/eecc296ca8b425f17527fc9a11da04332db7cbe6))
115- **TextLink:** change focus state to non underlined text ([#1914](https://github.com/kiwicom/orbit/issues/1914)) ([e2bb67d](https://github.com/kiwicom/orbit/commit/e2bb67dda64477347168a5629b921811ab62ad71))
116
117# [0.86.0](https://github.com/kiwicom/orbit/compare/0.85.2...0.86.0) (2020-06-01)
118
119### Bug Fixes
120
121- **InputStepper:** removing native arrows on Firefox ([#1889](https://github.com/kiwicom/orbit/issues/1889)) ([2c61e3b](https://github.com/kiwicom/orbit/commit/2c61e3b786e2b6a1ec8d363789d19ab634e96e36))
122- **MediaQuery:** spread type ([#1899](https://github.com/kiwicom/orbit/issues/1899)) ([c78ab3f](https://github.com/kiwicom/orbit/commit/c78ab3f54701443c436b88e297e512672969a8f4))
123
124### Features
125
126- **InputField:** adding onSelect, onMouseUp, onMouseDown ([#1883](https://github.com/kiwicom/orbit/issues/1883)) ([8ce9435](https://github.com/kiwicom/orbit/commit/8ce9435eb07b8a898fd56f957701f78194029a8f))
127- **PictureCard:** Add src attribute ([#1544](https://github.com/kiwicom/orbit/issues/1544)) ([5a17c0b](https://github.com/kiwicom/orbit/commit/5a17c0b6c476ad5cbae1e31bee4037b7fc8efd86))
128- **Table:** adding striped on Table. Scope and as on TableCell ([#1881](https://github.com/kiwicom/orbit/issues/1881)) ([5d49cfd](https://github.com/kiwicom/orbit/commit/5d49cfd6786a919f10db34b33f112d7d67482259))
129- **TableCell:** adding white-space and vertical align options ([#1910](https://github.com/kiwicom/orbit/issues/1910)) ([5380443](https://github.com/kiwicom/orbit/commit/538044350cbb099b4b297964f3577f18a805dc8c))
130
131## [0.85.2](https://github.com/kiwicom/orbit/compare/0.85.1...0.85.2) (2020-05-21)
132
133### Bug Fixes
134
135- defaultTheme global declaration and references of themeType ([#1876](https://github.com/kiwicom/orbit/issues/1876)) ([6e1e60e](https://github.com/kiwicom/orbit/commit/6e1e60e7cca922139221d3cda81930710cc397da))
136
137## [0.85.1](https://github.com/kiwicom/orbit/compare/0.85.0...0.85.1) (2020-05-20)
138
139### Bug Fixes
140
141- **InputStepper:** improve TypeScript definition ([#1865](https://github.com/kiwicom/orbit/issues/1865)) ([86915f3](https://github.com/kiwicom/orbit/commit/86915f30f7959479997f93d038a03c49eb565879))
142- **Typescript:** defaultTheme, missing instance ([#1873](https://github.com/kiwicom/orbit/issues/1873)) ([d7e62cf](https://github.com/kiwicom/orbit/commit/d7e62cf8b7b4ab4ffaab0350ad718d993aa9166b))
143
144# [0.85.0](https://github.com/kiwicom/orbit/compare/0.84.2...0.85.0) (2020-05-15)
145
146### Bug Fixes
147
148- **AlertButton:** missing export in entry file ([#1848](https://github.com/kiwicom/orbit/issues/1848)) ([1e4336a](https://github.com/kiwicom/orbit/commit/1e4336a7155e031bf7c8bca1f47ecaba6f26b7b3))
149- **Breadcrumbs:** render in RTL ([#1836](https://github.com/kiwicom/orbit/issues/1836)) ([a427b70](https://github.com/kiwicom/orbit/commit/a427b7003d15e33563c0fc25eef92c2d1163b0c2))
150- **ButtonPrimitive:** interactive states when disabled ([#1846](https://github.com/kiwicom/orbit/issues/1846)) ([5de0ad3](https://github.com/kiwicom/orbit/commit/5de0ad36ba3549af40da1a0bb01a36ddb55d84b0))
151- **FormElements:** adding aria polite to errors ([#1840](https://github.com/kiwicom/orbit/issues/1840)) ([14196cc](https://github.com/kiwicom/orbit/commit/14196cc2e7fb06cd402333cc3c8ea1564641d425))
152- **ModalHeader:** illustration type to Node ([#1829](https://github.com/kiwicom/orbit/issues/1829)) ([8775caa](https://github.com/kiwicom/orbit/commit/8775caa9200a8f6e29f858055c15d9070f284ea3))
153- **Table:** min-height on table ([#1823](https://github.com/kiwicom/orbit/issues/1823)) ([c116c27](https://github.com/kiwicom/orbit/commit/c116c279e22707f8c24e39d325a6748cc2c78ab2))
154
155### Features
156
157- **Icons:** adding colorPicker icon ([#1841](https://github.com/kiwicom/orbit/issues/1841)) ([b79fbe6](https://github.com/kiwicom/orbit/commit/b79fbe61582468c9fca7784b3cef296131442cd3))
158- **Modal:** illustration size ([#1830](https://github.com/kiwicom/orbit/issues/1830)) ([3bf4fac](https://github.com/kiwicom/orbit/commit/3bf4fac8bb95b2a60918106bf5c001bd8c193aae))
159- **Pagination:** not hiding buttons at the end/start of the list ([#1843](https://github.com/kiwicom/orbit/issues/1843)) ([67e867a](https://github.com/kiwicom/orbit/commit/67e867ac86604073907328c8881f234c1b512bee))
160- **ServiceLogo:** new Maestro and MasterCard short variants ([#1847](https://github.com/kiwicom/orbit/issues/1847)) ([a4fae80](https://github.com/kiwicom/orbit/commit/a4fae803ac093b37694b9941bf81fe7cbde6d797))
161- **TypeScript:** adding type definitions ([#1504](https://github.com/kiwicom/orbit/issues/1504)) ([a2ea0ec](https://github.com/kiwicom/orbit/commit/a2ea0ecc3080afae5b2e38f611e98137c5bd91dd))
162
163## [0.84.2](https://github.com/kiwicom/orbit/compare/0.84.1...0.84.2) (2020-04-29)
164
165### Bug Fixes
166
167- **ButtonPrimitive:** disabled render to DOM element ([#1813](https://github.com/kiwicom/orbit/issues/1813)) ([0147810](https://github.com/kiwicom/orbit/commit/014781087bc609c757f5acd1729601c9b612ce2e))
168
169## [0.84.1](https://github.com/kiwicom/orbit/compare/0.84.0...0.84.1) (2020-04-28)
170
171### Bug Fixes
172
173- **Button:** missing white type in flow definition ([#1806](https://github.com/kiwicom/orbit/issues/1806)) ([153b158](https://github.com/kiwicom/orbit/commit/153b158d0cd86dc639a5fcace3d0db288e0563e1))
174
175# [0.84.0](https://github.com/kiwicom/orbit/compare/0.83.0...0.84.0) (2020-04-27)
176
177### Features
178
179- adding extraSmall size to illustrations ([#1800](https://github.com/kiwicom/orbit/issues/1800)) ([7987772](https://github.com/kiwicom/orbit/commit/7987772d37d324ef86978b0c8e3e6a476a676a23))
180- introduce useBoundingRect hook ([#1771](https://github.com/kiwicom/orbit/issues/1771)) ([ba9597b](https://github.com/kiwicom/orbit/commit/ba9597be44383cddc22e50dbfb9562b5d5014dc5))
181- moving separated type of List to PricingTable only ([#1801](https://github.com/kiwicom/orbit/issues/1801)) ([93629b5](https://github.com/kiwicom/orbit/commit/93629b5d8a267aabd428b2cfe38d0138ab3ba9ed))
182- rename element property to as ([#1273](https://github.com/kiwicom/orbit/issues/1273)) ([91ff946](https://github.com/kiwicom/orbit/commit/91ff946a69af5756749c4b431b2312357104e225))
183- **Buttons:** introduce SocialButton ([#1803](https://github.com/kiwicom/orbit/issues/1803)) ([ac41d60](https://github.com/kiwicom/orbit/commit/ac41d6094b69e684b2857e2d43712be6b60e1848))
184- **Drawer:** title alignment ([#1790](https://github.com/kiwicom/orbit/issues/1790)) ([5fb4708](https://github.com/kiwicom/orbit/commit/5fb4708fc64157dcac2774ec9672833b7ee5356f))
185- **SkipLink:** Rename description to buttonLabel on SkipLink ([#1686](https://github.com/kiwicom/orbit/issues/1686)) ([99e4017](https://github.com/kiwicom/orbit/commit/99e4017a5b1a1dc264274df2a58b2051f829cc7e))
186- **Table:** adding new type and footer ([#1788](https://github.com/kiwicom/orbit/issues/1788)) ([075d9f3](https://github.com/kiwicom/orbit/commit/075d9f33b820a4f0299a71c304843a5f294c5018))
187- introduce global onlyIE media query selector ([#1772](https://github.com/kiwicom/orbit/issues/1772)) ([1b48f6b](https://github.com/kiwicom/orbit/commit/1b48f6b6ec7f71aa35211ea0fc1e04752a6ede91))
188
189* feat(Buttons)!: Introduce ButtonPrimitive, implementing planned breaking changes (#1522) ([ca4a641](https://github.com/kiwicom/orbit/commit/ca4a6411ad2e8a2b28f5efe1e7dd534459a7abbf)), closes [#1522](https://github.com/kiwicom/orbit/issues/1522)
190
191### Bug Fixes
192
193- types of asComponent ([#1787](https://github.com/kiwicom/orbit/issues/1787)) ([a80b468](https://github.com/kiwicom/orbit/commit/a80b468ee90ae30b1e43d3c7d939e2f8c4e683f4))
194- **Card:** font-size of title in section header ([#1776](https://github.com/kiwicom/orbit/issues/1776)) ([a2e3a52](https://github.com/kiwicom/orbit/commit/a2e3a52aaa2031b0be198853859114e4dd3c3a47))
195
196### BREAKING CHANGES
197
198- Shifting small size to extraSmall
199- removes a separated type from List
200- **SkipLink:** renaming description prop
201- **Buttons:** Removing info, success, warning, facebook, google types from Button.
202 Removing bordered property from Button.
203- removing unsafe className (deprecated, not public API)
204 removing icon property (deprecated)
205 changing type of width to string (planned)
206
207# [0.83.0](https://github.com/kiwicom/orbit/compare/0.82.1...0.83.0) (2020-04-03)
208
209### Bug Fixes
210
211- **Compass:** broken svg definition for icon font ([#1759](https://github.com/kiwicom/orbit/issues/1759)) ([f8e7b72](https://github.com/kiwicom/orbit/commit/f8e7b721f16fb8984414117e63f121196fc300ea))
212- **Tooltip:** calculation upon change in the wrapped element ([#1761](https://github.com/kiwicom/orbit/issues/1761)) ([e7b5474](https://github.com/kiwicom/orbit/commit/e7b5474047f8d3a7fa09e70a0de879cd8c7f685f))
213
214### Features
215
216- **ChoiceGroup:** updating the filter color from product color ([#1757](https://github.com/kiwicom/orbit/issues/1757)) ([e1ad6f2](https://github.com/kiwicom/orbit/commit/e1ad6f20e0b822fcba88568b2709594083d03be7))
217- adding new ButtonMobileStore component ([#1756](https://github.com/kiwicom/orbit/issues/1756)) ([223c846](https://github.com/kiwicom/orbit/commit/223c846d556050d19b46134260610f508d36d844))
218- **Alert:** changing the alignment of description ([#1758](https://github.com/kiwicom/orbit/issues/1758)) ([fff86ca](https://github.com/kiwicom/orbit/commit/fff86ca43ee497897bbcd12346f06a3c5a8d2f2f))
219
220## [0.82.1](https://github.com/kiwicom/orbit/compare/0.82.0...0.82.1) (2020-04-01)
221
222### Bug Fixes
223
224- **Tooltip:** with clickable element should close on mobile ([#1752](https://github.com/kiwicom/orbit/issues/1752)) ([3af61f8](https://github.com/kiwicom/orbit/commit/3af61f8caddf2d2a3762dfb24f846736f6214a90))
225
226# [0.82.0](https://github.com/kiwicom/orbit/compare/0.81.0...0.82.0) (2020-03-31)
227
228### Bug Fixes
229
230- **Hide:** omit rendering of on property ([#1740](https://github.com/kiwicom/orbit/issues/1740)) ([e343317](https://github.com/kiwicom/orbit/commit/e34331729802b5fc380d5970cecea1e44e5d7fbf))
231- **InputField:** Tag alignment ([#1744](https://github.com/kiwicom/orbit/issues/1744)) ([133f718](https://github.com/kiwicom/orbit/commit/133f718cbd945f10cfbd5245b678409693af8b73))
232- **modal:** border radius of close container on desktop ([#1726](https://github.com/kiwicom/orbit/issues/1726)) ([fc3b4aa](https://github.com/kiwicom/orbit/commit/fc3b4aa2ba48eb595f76a92e67a292aef2e27239))
233- **Modal:** click ability under CloseContainer ([#1739](https://github.com/kiwicom/orbit/issues/1739)) ([2368987](https://github.com/kiwicom/orbit/commit/2368987f0d1c58307b303bb1d3eaac714263ca22))
234- **radar:** SVG definition ([#1728](https://github.com/kiwicom/orbit/issues/1728)) ([843d1bd](https://github.com/kiwicom/orbit/commit/843d1bda68e368a69e220b79d956f9a3ce9a27fb))
235- **Tooltip:** should close when clicked on clickable element ([#1742](https://github.com/kiwicom/orbit/issues/1742)) ([a4e226e](https://github.com/kiwicom/orbit/commit/a4e226eac9981c039d195884a7e3dd2d54dc16e1))
236
237### Features
238
239- **Checkbox,Radio:** Updating visual style ([#1737](https://github.com/kiwicom/orbit/issues/1737)) ([8ff47d7](https://github.com/kiwicom/orbit/commit/8ff47d7a265c3586366f3adde3a597e5111cf573))
240- Adding commitlint and husky ([#1730](https://github.com/kiwicom/orbit/issues/1730)) ([e96446e](https://github.com/kiwicom/orbit/commit/e96446e8347d8f4406fc9d2bf80ba1cfeb9604f6))
241- **card:** new titleAs property ([#1729](https://github.com/kiwicom/orbit/issues/1729)) ([fa50675](https://github.com/kiwicom/orbit/commit/fa50675db518d932f40e2012bd69d4446b9f9df4))
242- **icons:** New Radar icon ([#1725](https://github.com/kiwicom/orbit/issues/1725)) ([93e14fc](https://github.com/kiwicom/orbit/commit/93e14fcf39e72706afeddc8cdc171ff9f18e96d6))
243- **Tile:** change padding to large for desktop breakpoint ([#1732](https://github.com/kiwicom/orbit/issues/1732)) ([ce9b531](https://github.com/kiwicom/orbit/commit/ce9b531713349b890d03362ae685e7099d8b4606))
244
245### Reverts
246
247- **FormElements:** native design sync ([#1743](https://github.com/kiwicom/orbit/issues/1743)) ([f351e46](https://github.com/kiwicom/orbit/commit/f351e4618e3495cb6a42a4b66e23d4157e3f403d))
248
249# [0.81.0](https://github.com/kiwicom/orbit/compare/0.80.0...0.81.0) (2020-03-24)
250
251### Features
252
253- **Select:** Add optional key to Option ([#1708](https://github.com/kiwicom/orbit/issues/1708)) ([f824d4a](https://github.com/kiwicom/orbit/commit/f824d4a762edc70598746a3533fa470fc53e90b6))
254- **Tile:** introduce noHeaderIcon property ([#1710](https://github.com/kiwicom/orbit/issues/1710)) ([0183561](https://github.com/kiwicom/orbit/commit/0183561c5f14e595f3df76c620c8966999467cbe))
255
256# [0.80.0](https://github.com/kiwicom/orbit/compare/0.79.0...0.80.0) (2020-03-20)
257
258### Features
259
260- **Tile:** Adding htmlTitle attribute ([#1691](https://github.com/kiwicom/orbit/issues/1691)) ([a1628ba](https://github.com/kiwicom/orbit/commit/a1628ba78cad62734ca4d87414a3e18989020e9c))
261
262# [0.79.0](https://github.com/kiwicom/orbit/compare/0.78.0...0.79.0) (2020-03-17)
263
264### Bug Fixes
265
266- **Breadcrumbs:** add correct html5 structured microdata for breadcrumbs ([#1666](https://github.com/kiwicom/orbit/issues/1666)) ([692b3f5](https://github.com/kiwicom/orbit/commit/692b3f57a50745ce12161a8088338ad84af5eda2))
267- **tooltip:** usage of TextLink in content ([#1680](https://github.com/kiwicom/orbit/issues/1680)) ([139a787](https://github.com/kiwicom/orbit/commit/139a787d4c3d7eebf9ff991282d23cbb75428bec))
268
269### Features
270
271- **servicelogo:** Add Booking and RentalCars logos ([#1682](https://github.com/kiwicom/orbit/issues/1682)) ([fb94862](https://github.com/kiwicom/orbit/commit/fb94862eaf3e61e305710044981bd40a818806d9))
272- **Tag:** Update visual style ([#1573](https://github.com/kiwicom/orbit/issues/1573)) ([e363406](https://github.com/kiwicom/orbit/commit/e3634060a9848625f9503a6c9d9e38bcbd8f1538))
273- **theme:** Added transitions property ([#1668](https://github.com/kiwicom/orbit/issues/1668)) ([e8f86e6](https://github.com/kiwicom/orbit/commit/e8f86e64e6280e0ceb50b9eda2083df66089e8e7))
274
275# [0.78.0](https://github.com/kiwicom/orbit/compare/0.77.1...0.78.0) (2020-03-12)
276
277### Bug Fixes
278
279- **button:** circled not being perfect circle with small children ([#1654](https://github.com/kiwicom/orbit/issues/1654)) ([280905d](https://github.com/kiwicom/orbit/commit/280905dd1a1a03e94d745d8695e2bf8723c59d68))
280- **button:** Fix flow type of the button export ([#1663](https://github.com/kiwicom/orbit/issues/1663)) ([4c07ca0](https://github.com/kiwicom/orbit/commit/4c07ca0adb959425bd09041b244cfb6c57c9b70b))
281- **pictureCard:** Enabling heiight to be smaller than 200 ([#1660](https://github.com/kiwicom/orbit/issues/1660)) ([633fbe5](https://github.com/kiwicom/orbit/commit/633fbe543352785ff8405087033af06642097fe5))
282- **popover:** Border radius on desktop and close button padding ([#1658](https://github.com/kiwicom/orbit/issues/1658)) ([50b2a24](https://github.com/kiwicom/orbit/commit/50b2a24f8bd8fc42c8c21200ffae22f11d295385))
283- **popover:** Opening with onKeyDown event ([#1657](https://github.com/kiwicom/orbit/issues/1657)) ([ea27780](https://github.com/kiwicom/orbit/commit/ea27780a6592a5e0a4ab4b8f3e847cfb65bb89e1))
284- **popover:** RTL calculation ([#1653](https://github.com/kiwicom/orbit/issues/1653)) ([8572fea](https://github.com/kiwicom/orbit/commit/8572fea4939385d08a0b211877c0d1b3790ec57c))
285
286### Features
287
288- **dictionary:** add index.js export of all languages ([#1650](https://github.com/kiwicom/orbit/issues/1650)) ([83f5a9d](https://github.com/kiwicom/orbit/commit/83f5a9d6e37950b1bce3a57ac12ef74b444f7f2c))
289- **illustrations:** Add optional alt property ([#1656](https://github.com/kiwicom/orbit/issues/1656)) ([4a60dfd](https://github.com/kiwicom/orbit/commit/4a60dfda0dae50dd6551410c94edb90664cabf00))
290- **modal:** Change title size to title2 on mobile ([5ab25f2](https://github.com/kiwicom/orbit/commit/5ab25f2352e2db73c778953d7bd86bdc5f55662e))
291
292## [0.77.1](https://github.com/kiwicom/orbit/compare/0.77.0...0.77.1) (2020-03-09)
293
294### Bug Fixes
295
296- **popover:** position calculations ([#1647](https://github.com/kiwicom/orbit/issues/1647)) ([6c0fcad](https://github.com/kiwicom/orbit/commit/6c0fcad28d0d5abeb49a6a1098fbee17093ad3b2))
297
298# [0.77.0](https://github.com/kiwicom/orbit/compare/0.76.0...0.77.0) (2020-03-06)
299
300# [0.76.0](https://github.com/kiwicom/orbit/compare/0.75.0...0.76.0) (2020-02-25)
301
302# [0.75.0](https://github.com/kiwicom/orbit/compare/0.74.0...0.75.0) (2020-02-19)
303
304# [0.74.0](https://github.com/kiwicom/orbit/compare/0.73.1...0.74.0) (2020-02-18)
305
306### Bug Fixes
307
308- **components:** PictureCard href ([#1536](https://github.com/kiwicom/orbit/issues/1536)) ([4866b9e](https://github.com/kiwicom/orbit/commit/4866b9e545ae32b341c822ab520677b6cffe2b1e))
309
310## [0.73.1](https://github.com/kiwicom/orbit/compare/0.73.0...0.73.1) (2020-02-12)
311
312# [0.73.0](https://github.com/kiwicom/orbit/compare/0.72.0...0.73.0) (2020-02-07)
313
314# [0.72.0](https://github.com/kiwicom/orbit/compare/0.71.0...0.72.0) (2020-01-27)
315
316# [0.71.0](https://github.com/kiwicom/orbit/compare/0.70.0...0.71.0) (2020-01-15)
317
318# [0.70.0](https://github.com/kiwicom/orbit/compare/0.69.0...0.70.0) (2019-12-18)
319
320# [0.69.0](https://github.com/kiwicom/orbit/compare/0.68.0...0.69.0) (2019-12-06)
321
322# [0.68.0](https://github.com/kiwicom/orbit/compare/0.67.1...0.68.0) (2019-11-27)
323
324## [0.67.1](https://github.com/kiwicom/orbit/compare/0.67.0...0.67.1) (2019-11-13)
325
326# [0.67.0](https://github.com/kiwicom/orbit/compare/0.66.0...0.67.0) (2019-11-11)
327
328# [0.66.0](https://github.com/kiwicom/orbit/compare/0.65.0...0.66.0) (2019-10-31)
329
330# [0.65.0](https://github.com/kiwicom/orbit/compare/0.64.2...0.65.0) (2019-10-22)
331
332## [0.64.2](https://github.com/kiwicom/orbit/compare/0.64.1...0.64.2) (2019-10-16)
333
334## [0.64.1](https://github.com/kiwicom/orbit/compare/0.64.0...0.64.1) (2019-10-14)
335
336# [0.64.0](https://github.com/kiwicom/orbit/compare/0.63.0...0.64.0) (2019-10-11)
337
338# [0.63.0](https://github.com/kiwicom/orbit/compare/0.62.0...0.63.0) (2019-10-04)
339
340# [0.62.0](https://github.com/kiwicom/orbit/compare/0.61.3...0.62.0) (2019-10-02)
341
342## [0.61.3](https://github.com/kiwicom/orbit/compare/0.61.2...0.61.3) (2019-10-01)
343
344## [0.61.2](https://github.com/kiwicom/orbit/compare/0.61.1...0.61.2) (2019-09-25)
345
346## [0.61.1](https://github.com/kiwicom/orbit/compare/0.61.0...0.61.1) (2019-09-25)
347
348# [0.61.0](https://github.com/kiwicom/orbit/compare/0.60.0...0.61.0) (2019-09-21)
349
350# [0.60.0](https://github.com/kiwicom/orbit/compare/0.59.0...0.60.0) (2019-09-16)
351
352# [0.59.0](https://github.com/kiwicom/orbit/compare/0.58.0...0.59.0) (2019-09-12)
353
354# [0.58.0](https://github.com/kiwicom/orbit/compare/0.57.0...0.58.0) (2019-09-04)
355
356# [0.57.0](https://github.com/kiwicom/orbit/compare/0.56.0...0.57.0) (2019-09-03)
357
358# [0.56.0](https://github.com/kiwicom/orbit/compare/0.55.0...0.56.0) (2019-08-27)
359
360# [0.55.0](https://github.com/kiwicom/orbit/compare/0.54.0...0.55.0) (2019-08-21)
361
362# [0.54.0](https://github.com/kiwicom/orbit/compare/0.53.0...0.54.0) (2019-08-15)
363
364# [0.53.0](https://github.com/kiwicom/orbit/compare/0.52.0...0.53.0) (2019-08-08)
365
366# [0.52.0](https://github.com/kiwicom/orbit/compare/0.51.0...0.52.0) (2019-07-31)
367
368# [0.51.0](https://github.com/kiwicom/orbit/compare/0.50.0...0.51.0) (2019-07-24)
369
370# [0.50.0](https://github.com/kiwicom/orbit/compare/0.49.1...0.50.0) (2019-07-17)
371
372## [0.49.1](https://github.com/kiwicom/orbit/compare/0.49.0...0.49.1) (2019-07-02)
373
374# [0.49.0](https://github.com/kiwicom/orbit/compare/0.48.0...0.49.0) (2019-07-01)
375
376# [0.48.0](https://github.com/kiwicom/orbit/compare/0.47.0...0.48.0) (2019-06-18)
377
378# [0.47.0](https://github.com/kiwicom/orbit/compare/0.46.0...0.47.0) (2019-06-10)
379
380# [0.46.0](https://github.com/kiwicom/orbit/compare/0.45.0...0.46.0) (2019-06-05)
381
382# [0.45.0](https://github.com/kiwicom/orbit/compare/0.44.0...0.45.0) (2019-05-31)
383
384# [0.44.0](https://github.com/kiwicom/orbit/compare/0.43.0...0.44.0) (2019-05-29)
385
386# [0.43.0](https://github.com/kiwicom/orbit/compare/0.42.0...0.43.0) (2019-05-27)
387
388# [0.42.0](https://github.com/kiwicom/orbit/compare/0.41.0...0.42.0) (2019-05-20)
389
390# [0.41.0](https://github.com/kiwicom/orbit/compare/0.40.1...0.41.0) (2019-05-15)
391
392## [0.40.1](https://github.com/kiwicom/orbit/compare/0.40.0...0.40.1) (2019-05-02)
393
394### Bug Fixes
395
396- build script to include data dir in compilation ([#1025](https://github.com/kiwicom/orbit/issues/1025)) ([a71ab3d](https://github.com/kiwicom/orbit/commit/a71ab3d48b164a384b051e21b198aa5746bd6314))
397
398# [0.40.0](https://github.com/kiwicom/orbit/compare/0.39.1...0.40.0) (2019-04-30)
399
400## [0.39.1](https://github.com/kiwicom/orbit/compare/0.39.0...0.39.1) (2019-04-23)
401
402# [0.39.0](https://github.com/kiwicom/orbit/compare/0.38.1...0.39.0) (2019-04-17)
403
404## [0.38.1](https://github.com/kiwicom/orbit/compare/0.38.0...0.38.1) (2019-04-05)
405
406# [0.38.0](https://github.com/kiwicom/orbit/compare/0.37.0...0.38.0) (2019-04-04)
407
408# [0.37.0](https://github.com/kiwicom/orbit/compare/0.36.0...0.37.0) (2019-03-27)
409
410# [0.36.0](https://github.com/kiwicom/orbit/compare/0.35.0...0.36.0) (2019-03-22)
411
412# [0.35.0](https://github.com/kiwicom/orbit/compare/0.34.1...0.35.0) (2019-03-15)
413
414## [0.34.1](https://github.com/kiwicom/orbit/compare/0.34.0...0.34.1) (2019-03-11)
415
416# [0.34.0](https://github.com/kiwicom/orbit/compare/0.33.0...0.34.0) (2019-03-08)
417
418# 0.0.0-rc5 (2018-02-28)