UNPKG

42.4 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.96.3](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.96.2...@kiwicom/orbit-components@0.96.3) (2020-11-09)
7
8
9### Bug Fixes
10
11* **Modal:** expose setScrollPosition via forwardRef ([#2472](https://github.com/kiwicom/orbit/issues/2472)) ([3f30a63](https://github.com/kiwicom/orbit/commit/3f30a63cfcbf9791fdf6bedc10f7e1909edca5fc))
12* **Modal:** fix TypeScript definition for ref ([#2479](https://github.com/kiwicom/orbit/issues/2479)) ([86c5c7e](https://github.com/kiwicom/orbit/commit/86c5c7e55cd44d98501e26784c29f2a67f452ded))
13
14
15
16
17
18## [0.96.2](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.96.1...@kiwicom/orbit-components@0.96.2) (2020-11-06)
19
20
21### Bug Fixes
22
23* **Inline:** add inner wrapper for negative margin ([#2469](https://github.com/kiwicom/orbit/issues/2469)) ([efd7ab2](https://github.com/kiwicom/orbit/commit/efd7ab2d2b1866d2727b3fc290b87754c76307b1))
24
25
26
27
28
29## [0.96.1](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.96.0...@kiwicom/orbit-components@0.96.1) (2020-11-05)
30
31
32### Bug Fixes
33
34* **Stack:** change spacing value TS types ([#2468](https://github.com/kiwicom/orbit/issues/2468)) ([f572b4c](https://github.com/kiwicom/orbit/commit/f572b4ce634f9e9b3d4ce29003ceb88f28d4e34e))
35
36
37
38
39
40# [0.96.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.95.0...@kiwicom/orbit-components@0.96.0) (2020-11-04)
41
42
43### Bug Fixes
44
45- **InputFile:** forward onFocus event handler ([#2461](https://github.com/kiwicom/orbit/issues/2461)) ([92ad4da](https://github.com/kiwicom/orbit/commit/92ad4da10e4c90b81917083af762a9ae7bf6048f))
46- **SkipNavigation:** fix typos in stories ([#2414](https://github.com/kiwicom/orbit/issues/2414)) ([b380a1c](https://github.com/kiwicom/orbit/commit/b380a1cd70649bbea781fb026c659b1ea5902bf6))
47- **Stack:** add forgotten interface export ([#2456](https://github.com/kiwicom/orbit/issues/2456)) ([a85d20a](https://github.com/kiwicom/orbit/commit/a85d20aee69b29ac8a5305a77ad9078623569e48))
48- **Tooltip:** do not propagate the onClick event on mobile when stopPropagate is set to true ([#2438](https://github.com/kiwicom/orbit/issues/2438)) ([00467c5](https://github.com/kiwicom/orbit/commit/00467c5d3f77e49f2fbccf848c8ae0328c38f8ad))
49- remove //flow from \*.d.ts ([5a57884](https://github.com/kiwicom/orbit/commit/5a57884281dc952ad959e53608b3a9dee8239e85))
50- **CountryFlag** stop exporting `getCountryProps` ([#2436](https://github.com/kiwicom/orbit/pull/2436)) ([e001aabe](https://github.com/kiwicom/orbit/commit/e001aabea64b132977ba534ee54eb059794a68a4))
51- **ButtonPrimitive** correctly forward `ref` ([#2418](https://github.com/kiwicom/orbit/pull/2418)) ([cf4c4f33](https://github.com/kiwicom/orbit/commit/cf4c4f33fc41fa7af80d2861014ea653dc44cd89))
52
53
54### Features
55
56* introduce Box component ([#2242](https://github.com/kiwicom/orbit/issues/2242)) ([226bec7](https://github.com/kiwicom/orbit/commit/226bec7f95143474df073ff0f6efe89d5a3f7a81))
57* introduce Inline component ([#2255](https://github.com/kiwicom/orbit/issues/2255)) ([ef00500](https://github.com/kiwicom/orbit/commit/ef005000b522d28b842e3c7651cac31540d1debe))
58* **AlertButton:** set small as default size for alert button ([#2391](https://github.com/kiwicom/orbit/issues/2391)) ([1a6d0be](https://github.com/kiwicom/orbit/commit/1a6d0bea34771c0b08ac196946b606ad23dc662b))
59* **Stack:** change spacing value names ([#2457](https://github.com/kiwicom/orbit/issues/2457)) ([6a9363b](https://github.com/kiwicom/orbit/commit/6a9363bab5c39632e1c245832014a3375b64d3fb)), closes [#2451](https://github.com/kiwicom/orbit/issues/2451)
60
61
62### BREAKING CHANGES
63
64* **Stack:** Renaming spacing values of `Stack` component and `LinkList` component – that was using Stack internally.
65
66Also dropped support of different spacings between mobile and desktop version. It no longer make sense from design point of view.
67* **AlertButton:** Removed size property from AlertButton since only the small size should be used and from now, it's the default value. No actions should be necessary. If you used different than small size, just remove the usage of the property.
68Co-authored-by: Luděk Vepřek <weprous@gmail.com>
69
70
71
72
73
74# [0.95.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.94.0...@kiwicom/orbit-components@0.95.0) (2020-10-23)
75
76### Bug Fixes
77
78- **Timeline:** IE fixes ([#2370](https://github.com/kiwicom/orbit/issues/2370)) ([e2d1953](https://github.com/kiwicom/orbit/commit/e2d1953af1a339f42ead0ed4dbe716fc52d52d62))
79- **Tooltip:** missing MobileDialog data-test ([#2382](https://github.com/kiwicom/orbit/issues/2382)) ([00bf878](https://github.com/kiwicom/orbit/commit/00bf878821ca59de024eb6ec0886f8e7b7b03000))
80
81### Features
82
83- **Eslint:** add rules for enforcing readOnly types on TS/Flow ([#2331](https://github.com/kiwicom/orbit/issues/2331)) ([26d13b5](https://github.com/kiwicom/orbit/commit/26d13b52ce62da4f41f48237a469c84c7e24f11b))
84- **ListChoice:** add disabled boolean property ([#2355](https://github.com/kiwicom/orbit/issues/2355)) ([4f135e5](https://github.com/kiwicom/orbit/commit/4f135e5b7bd07202dd507acad5375619fee1aa0a))
85- **Loki:** skip code blocks ([#2389](https://github.com/kiwicom/orbit/issues/2389)) ([9d4c7d1](https://github.com/kiwicom/orbit/commit/9d4c7d1af63735d652440cf0c9003e834e4b4fc5)), closes [#2346](https://github.com/kiwicom/orbit/issues/2346)
86- **orbit:** transitions defaults to on ([#2372](https://github.com/kiwicom/orbit/issues/2372)) ([d2338e3](https://github.com/kiwicom/orbit/commit/d2338e385f04d262de4fd82fe736eb5a12a6ffbe))
87- **TextLink:** add standAlone, noUnderline & iconRight, rename icon to iconLeft ([#2373](https://github.com/kiwicom/orbit/pull/2373)) ([76959c86](https://github.com/kiwicom/orbit/commit/76959c865fbb942bfafd9b67b4e2cc45897ab67a))
88 - for renaming `icon` to `iconRight` there's a codemod available, see https://github.com/kiwicom/orbit/pull/2380#issuecomment-713441576
89
90# [0.94.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.93.0...@kiwicom/orbit-components@0.94.0) (2020-10-19)
91
92### Bug Fixes
93
94- **TextLink:** ariaCurrent should in optional in TS definition ([#2365](https://github.com/kiwicom/orbit/issues/2365)) ([09857f7](https://github.com/kiwicom/orbit/commit/09857f7d9b64fc791b2371a2a43b3a709484be2f))
95
96### Features
97
98- **Grid:** add width property ([#2356](https://github.com/kiwicom/orbit/issues/2356)) ([ee8943e](https://github.com/kiwicom/orbit/commit/ee8943e4d59d73fa9d95573fffe8df4ece04ede7))
99
100# [0.93.0](https://github.com/kiwicom/orbit/compare/@kiwicom/orbit-components@0.92.0...@kiwicom/orbit-components@0.93.0) (2020-10-16)
101
102### Bug Fixes
103
104- add padding to InputField text suffix ([#2338](https://github.com/kiwicom/orbit/issues/2338)) ([6b77021](https://github.com/kiwicom/orbit/commit/6b7702161fd7b052c3a2a4dfe636cd6eb759a271))
105- **Breadcrumbs:** add check for absence of props on mobile ([#2259](https://github.com/kiwicom/orbit/issues/2259)) ([7bd4ab3](https://github.com/kiwicom/orbit/commit/7bd4ab3cc74b7c42a6d3817d6712865709a7e1bd))
106- **Breadcrumbs:** spacing from 8 to 4 ([#2311](https://github.com/kiwicom/orbit/issues/2311)) ([b51bd21](https://github.com/kiwicom/orbit/commit/b51bd21926a22393ab270c0de5b593299760a94a))
107- **ButtonPrimitive:** align text to right in RTL ([f26c45e](https://github.com/kiwicom/orbit/commit/f26c45e86f1f19c3c035f9eccae7644d23c27536))
108- **Docs:** primitives default ([dd91c4f](https://github.com/kiwicom/orbit/commit/dd91c4f254bb8c3240972d0708324d5ff2d624d8))
109- **Hide:** span to div ([#2277](https://github.com/kiwicom/orbit/issues/2277)) ([3bcc1bb](https://github.com/kiwicom/orbit/commit/3bcc1bbc82a0b0fe75610cc110c7c07983d6b664))
110- **ModalSection:** margin-top ([#2340](https://github.com/kiwicom/orbit/issues/2340)) ([4a7def0](https://github.com/kiwicom/orbit/commit/4a7def0168cacbe1b943a55f09ec5bccc8644ff3))
111- **Slide:** initialize max-height to work SSR ([#2339](https://github.com/kiwicom/orbit/issues/2339)) ([ff7dce8](https://github.com/kiwicom/orbit/commit/ff7dce8185d198ae847a3330287ab75dc5837f2b))
112- fix InputGroup/LayoutColumn TS typing ([#2326](https://github.com/kiwicom/orbit/issues/2326)) ([de52968](https://github.com/kiwicom/orbit/commit/de5296870ec89ba1c3c17fa7fb4a936171ebced8))
113- move collapsable aria labels to the focusable button ([#2319](https://github.com/kiwicom/orbit/issues/2319)) ([ad8708b](https://github.com/kiwicom/orbit/commit/ad8708bfd32af8966ec505032b7e703944b75b1a))
114- **Tile:** fix newWindow icon on external ([#2264](https://github.com/kiwicom/orbit/issues/2264)) ([4ea9639](https://github.com/kiwicom/orbit/commit/4ea9639fbd1ea693a9f315a2c0ee00d2f872ced5))
115
116### Features
117
118- **Accordion:** added Accordion component ([#2280](https://github.com/kiwicom/orbit/issues/2280)) ([9d24499](https://github.com/kiwicom/orbit/commit/9d244990ecc3e1c39ff60fc6caa5c5e4c3edda5a))
119- add Wizard component ([99229b1](https://github.com/kiwicom/orbit/commit/99229b1586acbf9ed093fa277a63c7333f73ecf5))
120- **ButtonPrimitive:** add support for aria-current ([d26067b](https://github.com/kiwicom/orbit/commit/d26067b648e23402fbfefdd9110b3cde0671ed0d))
121- **Illustration:** added image to images.kiwi ([#2312](https://github.com/kiwicom/orbit/issues/2312)) ([6652782](https://github.com/kiwicom/orbit/commit/66527820fd4529b3f58a2be20387a175befafddd))
122- **InputField:** adding a autofocus attribute ([#2236](https://github.com/kiwicom/orbit/issues/2236)) ([3ebec2e](https://github.com/kiwicom/orbit/commit/3ebec2ec954aaf7941282e71b921f4fd954562c0))
123- **Modal:** add prop to remove the close button ([d96f46d](https://github.com/kiwicom/orbit/commit/d96f46d9b4fced03cd8677bb8eb5a4a72c235ea9))
124- **TextLink:** add support for aria-current ([9e0b3e2](https://github.com/kiwicom/orbit/commit/9e0b3e2b6fb4129931da3a8ece0796e8a07d0b12))
125- **Timeline:** init component ([#2287](https://github.com/kiwicom/orbit/issues/2287)) ([9447edf](https://github.com/kiwicom/orbit/commit/9447edf6f2cdcfb10a72da133b9aeb2b18a3a928))
126- **Tooltip:** refactoring Tooltip into 2 separate components ([#2230](https://github.com/kiwicom/orbit/issues/2230)) ([df3b3be](https://github.com/kiwicom/orbit/commit/df3b3be122c92b4d0c29c6d72171cda866bdb471))
127- add an agnostic entry point for icons ([#2237](https://github.com/kiwicom/orbit/issues/2237)) ([597d1ec](https://github.com/kiwicom/orbit/commit/597d1ecefd543a79936af9a658be6b401c934a9a))
128
129# 0.92.0 (2020-09-09)
130
131### Bug Fixes
132
133- **Layout:** width of Card on mobile ([#2181](https://github.com/kiwicom/orbit/issues/2181)) ([8daca18](https://github.com/kiwicom/orbit/commit/8daca18b382e04873d781f457c1294aae353134e))
134- updating TypeScript definitions to match Flow ([#2202](https://github.com/kiwicom/orbit/issues/2202)) ([d476c2f](https://github.com/kiwicom/orbit/commit/d476c2f95bb260b72611bfb19a55c294fc72478d))
135- **Docs:** internal github links ([#2182](https://github.com/kiwicom/orbit/issues/2182)) ([da12261](https://github.com/kiwicom/orbit/commit/da1226162b0cd3fee7c31f6ab8da97cf4b642feb))
136- **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))
137- **Tooltip:** enable event bubbling for disabled children ([#2201](https://github.com/kiwicom/orbit/issues/2201)) ([5f26d88](https://github.com/kiwicom/orbit/commit/5f26d88d65ca1fc20b1cd2badf3bfd9fc03c2ede))
138- update docs and icons link for monorepo ([#2200](https://github.com/kiwicom/orbit/issues/2200)) ([27f4974](https://github.com/kiwicom/orbit/commit/27f49746c12a1adeb2721f9c31b323b074e98aea))
139
140### Features
141
142- **Hooks:** useIntersect ([#2091](https://github.com/kiwicom/orbit/issues/2091)) ([dd65d65](https://github.com/kiwicom/orbit/commit/dd65d65d55e6b90e47765160fd610fdd8441e3f0))
143- **Icons:** add double chevron icons ([#2190](https://github.com/kiwicom/orbit/issues/2190)) ([f0ce1f9](https://github.com/kiwicom/orbit/commit/f0ce1f96c918d3859590752f305a9e59497b1094))
144
145### Reverts
146
147- **Layout:** width of Card on mobile ([#2228](https://github.com/kiwicom/orbit/issues/2228)) ([09a5429](https://github.com/kiwicom/orbit/commit/09a5429138d2f922b54d45e573f07f85181bd141))
148
149## [0.90.1](https://github.com/kiwicom/orbit/compare/0.90.0...0.90.1) (2020-08-06)
150
151### Bug Fixes
152
153- **Pricingtable:** rendering of wrapped mobile child ([#2094](https://github.com/kiwicom/orbit/issues/2094)) ([5713e76](https://github.com/kiwicom/orbit/commit/5713e76aadb4f8fd59af61edb2f84099d0843b75))
154- popover memory leak ([#2095](https://github.com/kiwicom/orbit/issues/2095)) ([9a9a890](https://github.com/kiwicom/orbit/commit/9a9a89023130e3d111618dbb03f9f5697adb0b7f))
155- **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))
156- **types:** adjust typescript types for heading and textarea ([#2093](https://github.com/kiwicom/orbit/issues/2093)) ([0fcd753](https://github.com/kiwicom/orbit/commit/0fcd753f22e5067cdc42004f6c4feef94a559d97))
157
158# [0.90.0](https://github.com/kiwicom/orbit/compare/0.89.0...0.90.0) (2020-08-05)
159
160- 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)
161- 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)
162
163### Bug Fixes
164
165- **IllustrationPrimitive:** defaulting flex shrink to false ([#2036](https://github.com/kiwicom/orbit/issues/2036)) ([0a867f1](https://github.com/kiwicom/orbit/commit/0a867f16794535d4d9caa041ca7b1a5ac3730ac0))
166- **InputStepper, Stepper:** callbacks triggered when disabled ([#2050](https://github.com/kiwicom/orbit/issues/2050)) ([81ed35b](https://github.com/kiwicom/orbit/commit/81ed35be583686c64d7fd7ae7a8531a58833a853))
167- **Layout:** edge to edge behavior of deprecated Card ([#2049](https://github.com/kiwicom/orbit/issues/2049)) ([637f677](https://github.com/kiwicom/orbit/commit/637f677147c2a1423eb5201bf39ebefed7cfe953))
168- **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))
169- **Rtl:** flow definition of destructured assigment ([#2077](https://github.com/kiwicom/orbit/issues/2077)) ([6dd89e2](https://github.com/kiwicom/orbit/commit/6dd89e23e824decd81b8cb442d7bf2f37aa752d0))
170- **Typescript:** updating definitions ([#2083](https://github.com/kiwicom/orbit/issues/2083)) ([b1fc89f](https://github.com/kiwicom/orbit/commit/b1fc89fcbb5f2cfe4aefc24436a7d93a95f8887b))
171
172### Features
173
174- **Breadcrumbs:** add backHref prop ([#2048](https://github.com/kiwicom/orbit/issues/2048)) ([58e0493](https://github.com/kiwicom/orbit/commit/58e049340436a75d8f058503b99eb46e40c9a950))
175- **ButtonMobileStore:** adding light variants ([#2059](https://github.com/kiwicom/orbit/issues/2059)) ([d534554](https://github.com/kiwicom/orbit/commit/d534554a5ad335bcce9448c854256b2027f5cb65))
176- **Modal:** adding extraSmall size option ([#2078](https://github.com/kiwicom/orbit/issues/2078)) ([17fa9ae](https://github.com/kiwicom/orbit/commit/17fa9ae6bf716a5021989a628cfcbfbb07e59930))
177- **SocialButton:** adding twitter type ([#2057](https://github.com/kiwicom/orbit/issues/2057)) ([cb1c97d](https://github.com/kiwicom/orbit/commit/cb1c97dca7b58b56fe9503e791d62ad00cfb9fbc))
178
179### BREAKING CHANGES
180
181- adding a padding-top to Actions causing it to potentially collide with some wrappers with padding which might be in place
182- activeElement no longer passes active to children
183
184# [0.89.0](https://github.com/kiwicom/orbit/compare/0.88.0...0.89.0) (2020-07-17)
185
186### Bug Fixes
187
188- **Breadcrumbs:** unification of style from figma ([#2032](https://github.com/kiwicom/orbit/issues/2032)) ([8c8868d](https://github.com/kiwicom/orbit/commit/8c8868db821e0f9a401d0b4d4a4d9fea964461f8))
189- extend type of tabIndex to allow numbers ([#2029](https://github.com/kiwicom/orbit/issues/2029)) ([96c1a7b](https://github.com/kiwicom/orbit/commit/96c1a7b6f906af5d6e231eb02fdda1b25a500979))
190- **InputStepper:** onChange is triggered when disabled ([#2024](https://github.com/kiwicom/orbit/issues/2024)) ([387806c](https://github.com/kiwicom/orbit/commit/387806c63e5da13657b995389c42f81557492a0a))
191- **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))
192
193### Features
194
195- **Buttons:** adding rel attribute ([#2028](https://github.com/kiwicom/orbit/issues/2028)) ([df8507e](https://github.com/kiwicom/orbit/commit/df8507e35abab58f71890ca4c77103cd70c03d59))
196
197# [0.88.0](https://github.com/kiwicom/orbit/compare/0.87.2...0.88.0) (2020-06-30)
198
199### Bug Fixes
200
201- **Breadcrumbs:** unnecessary optional event ([#1959](https://github.com/kiwicom/orbit/issues/1959)) ([d4034a7](https://github.com/kiwicom/orbit/commit/d4034a78b4f9df76d1fa2b2fafd3f6cc9e672d6f))
202- **Select:** customValueText interpolation ([#1957](https://github.com/kiwicom/orbit/issues/1957)) ([f528d0c](https://github.com/kiwicom/orbit/commit/f528d0c171dc8aaf1f1e6a66ebefdb4996e096d2))
203- **SocialButton:** inner content align ([#1983](https://github.com/kiwicom/orbit/issues/1983)) ([2b57e3a](https://github.com/kiwicom/orbit/commit/2b57e3a205bfa70d5946a236c45d60da93745991))
204- **UseMediaQuery:** remove unnecessary debounce ([#1982](https://github.com/kiwicom/orbit/issues/1982)) ([bc73651](https://github.com/kiwicom/orbit/commit/bc73651e624574f36c5582b9dc8b42024aa1e1ed))
205
206## [0.87.2](https://github.com/kiwicom/orbit/compare/0.87.1...0.87.2) (2020-06-16)
207
208### Bug Fixes
209
210- **ButtonPrimitive:** fallback to text-align ([#1946](https://github.com/kiwicom/orbit/issues/1946)) ([bd7f59f](https://github.com/kiwicom/orbit/commit/bd7f59f870aae6a005f170e4332a98e2272d46dd))
211- **Portal:** state init on SSR ([#1954](https://github.com/kiwicom/orbit/issues/1954)) ([1f43f7a](https://github.com/kiwicom/orbit/commit/1f43f7abd1493cf7592e3d0c9a69a04570dec1a4))
212- tests folder names ([#1940](https://github.com/kiwicom/orbit/issues/1940)) ([9bd091c](https://github.com/kiwicom/orbit/commit/9bd091c5b5c93f930fd1879e52e45d5eed361287))
213
214## [0.87.1](https://github.com/kiwicom/orbit/compare/0.87.0...0.87.1) (2020-06-12)
215
216### Bug Fixes
217
218- **Breadcrumbs:** add mobile back button onClick ([#1944](https://github.com/kiwicom/orbit/issues/1944)) ([2bb09e0](https://github.com/kiwicom/orbit/commit/2bb09e0921ba2d73daf4eb113b24242ee0434dde))
219
220# [0.87.0](https://github.com/kiwicom/orbit/compare/0.86.0...0.87.0) (2020-06-11)
221
222### Bug Fixes
223
224- **ButtonGroup:** mobile border radius ([#1934](https://github.com/kiwicom/orbit/issues/1934)) ([08316d1](https://github.com/kiwicom/orbit/commit/08316d18ceaea05e627649e351d4112d358383c5))
225- **Portal:** usage with Tooltip ([#1935](https://github.com/kiwicom/orbit/issues/1935)) ([67e88d6](https://github.com/kiwicom/orbit/commit/67e88d67a1fefd3605646c7a1b164d0024864d3c))
226- **Tag:** onRemove now shows close button ([#1931](https://github.com/kiwicom/orbit/issues/1931)) ([0156b7f](https://github.com/kiwicom/orbit/commit/0156b7f9ec22ccdd41c7fe19fd313418aa2a36ee))
227
228### Features
229
230- **ButtonLink:** inline type and compact property, remove transparent ([#1912](https://github.com/kiwicom/orbit/issues/1912)) ([8e2f128](https://github.com/kiwicom/orbit/commit/8e2f1286d8ef2f90330e6960af399a583d993bc1))
231- **ButtonPrimitive:** adding responsive visual style behaviour ([#1911](https://github.com/kiwicom/orbit/issues/1911)) ([06a8622](https://github.com/kiwicom/orbit/commit/06a86224c00a2c2594e2ffd433b10878e25b7c9a))
232- **Dialog:** change spacing between title and description ([#1922](https://github.com/kiwicom/orbit/issues/1922)) ([7718db7](https://github.com/kiwicom/orbit/commit/7718db7552ae2c6ca84f63f4bb8bfd9c9c18773c))
233- **FormElements:** adding mobile border radius ([#1915](https://github.com/kiwicom/orbit/issues/1915)) ([3a3c227](https://github.com/kiwicom/orbit/commit/3a3c22782edcadb6447b38ac7d6dfe037ad83292))
234- **General:** adding display name to react contexts ([#1936](https://github.com/kiwicom/orbit/issues/1936)) ([c1a0da4](https://github.com/kiwicom/orbit/commit/c1a0da4fe7e985732ea17c7bdec6d7666afc1603))
235- **MediaQuery:** adding prefersReducedMotion ([#1921](https://github.com/kiwicom/orbit/issues/1921)) ([dd807cb](https://github.com/kiwicom/orbit/commit/dd807cbfb6dd47a3fce4a6c630a07dbe892be149))
236- **Portal:** refactor to hooks ([#1923](https://github.com/kiwicom/orbit/issues/1923)) ([04ad886](https://github.com/kiwicom/orbit/commit/04ad88683e7e7c3128e073bd3b3b6806cb04e1e5))
237- **Stack:** add baseline to align options ([#1930](https://github.com/kiwicom/orbit/issues/1930)) ([eecc296](https://github.com/kiwicom/orbit/commit/eecc296ca8b425f17527fc9a11da04332db7cbe6))
238- **TextLink:** change focus state to non underlined text ([#1914](https://github.com/kiwicom/orbit/issues/1914)) ([e2bb67d](https://github.com/kiwicom/orbit/commit/e2bb67dda64477347168a5629b921811ab62ad71))
239
240# [0.86.0](https://github.com/kiwicom/orbit/compare/0.85.2...0.86.0) (2020-06-01)
241
242### Bug Fixes
243
244- **InputStepper:** removing native arrows on Firefox ([#1889](https://github.com/kiwicom/orbit/issues/1889)) ([2c61e3b](https://github.com/kiwicom/orbit/commit/2c61e3b786e2b6a1ec8d363789d19ab634e96e36))
245- **MediaQuery:** spread type ([#1899](https://github.com/kiwicom/orbit/issues/1899)) ([c78ab3f](https://github.com/kiwicom/orbit/commit/c78ab3f54701443c436b88e297e512672969a8f4))
246
247### Features
248
249- **InputField:** adding onSelect, onMouseUp, onMouseDown ([#1883](https://github.com/kiwicom/orbit/issues/1883)) ([8ce9435](https://github.com/kiwicom/orbit/commit/8ce9435eb07b8a898fd56f957701f78194029a8f))
250- **PictureCard:** Add src attribute ([#1544](https://github.com/kiwicom/orbit/issues/1544)) ([5a17c0b](https://github.com/kiwicom/orbit/commit/5a17c0b6c476ad5cbae1e31bee4037b7fc8efd86))
251- **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))
252- **TableCell:** adding white-space and vertical align options ([#1910](https://github.com/kiwicom/orbit/issues/1910)) ([5380443](https://github.com/kiwicom/orbit/commit/538044350cbb099b4b297964f3577f18a805dc8c))
253
254## [0.85.2](https://github.com/kiwicom/orbit/compare/0.85.1...0.85.2) (2020-05-21)
255
256### Bug Fixes
257
258- defaultTheme global declaration and references of themeType ([#1876](https://github.com/kiwicom/orbit/issues/1876)) ([6e1e60e](https://github.com/kiwicom/orbit/commit/6e1e60e7cca922139221d3cda81930710cc397da))
259
260## [0.85.1](https://github.com/kiwicom/orbit/compare/0.85.0...0.85.1) (2020-05-20)
261
262### Bug Fixes
263
264- **InputStepper:** improve TypeScript definition ([#1865](https://github.com/kiwicom/orbit/issues/1865)) ([86915f3](https://github.com/kiwicom/orbit/commit/86915f30f7959479997f93d038a03c49eb565879))
265- **Typescript:** defaultTheme, missing instance ([#1873](https://github.com/kiwicom/orbit/issues/1873)) ([d7e62cf](https://github.com/kiwicom/orbit/commit/d7e62cf8b7b4ab4ffaab0350ad718d993aa9166b))
266
267# [0.85.0](https://github.com/kiwicom/orbit/compare/0.84.2...0.85.0) (2020-05-15)
268
269### Bug Fixes
270
271- **AlertButton:** missing export in entry file ([#1848](https://github.com/kiwicom/orbit/issues/1848)) ([1e4336a](https://github.com/kiwicom/orbit/commit/1e4336a7155e031bf7c8bca1f47ecaba6f26b7b3))
272- **Breadcrumbs:** render in RTL ([#1836](https://github.com/kiwicom/orbit/issues/1836)) ([a427b70](https://github.com/kiwicom/orbit/commit/a427b7003d15e33563c0fc25eef92c2d1163b0c2))
273- **ButtonPrimitive:** interactive states when disabled ([#1846](https://github.com/kiwicom/orbit/issues/1846)) ([5de0ad3](https://github.com/kiwicom/orbit/commit/5de0ad36ba3549af40da1a0bb01a36ddb55d84b0))
274- **FormElements:** adding aria polite to errors ([#1840](https://github.com/kiwicom/orbit/issues/1840)) ([14196cc](https://github.com/kiwicom/orbit/commit/14196cc2e7fb06cd402333cc3c8ea1564641d425))
275- **ModalHeader:** illustration type to Node ([#1829](https://github.com/kiwicom/orbit/issues/1829)) ([8775caa](https://github.com/kiwicom/orbit/commit/8775caa9200a8f6e29f858055c15d9070f284ea3))
276- **Table:** min-height on table ([#1823](https://github.com/kiwicom/orbit/issues/1823)) ([c116c27](https://github.com/kiwicom/orbit/commit/c116c279e22707f8c24e39d325a6748cc2c78ab2))
277
278### Features
279
280- **Icons:** adding colorPicker icon ([#1841](https://github.com/kiwicom/orbit/issues/1841)) ([b79fbe6](https://github.com/kiwicom/orbit/commit/b79fbe61582468c9fca7784b3cef296131442cd3))
281- **Modal:** illustration size ([#1830](https://github.com/kiwicom/orbit/issues/1830)) ([3bf4fac](https://github.com/kiwicom/orbit/commit/3bf4fac8bb95b2a60918106bf5c001bd8c193aae))
282- **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))
283- **ServiceLogo:** new Maestro and MasterCard short variants ([#1847](https://github.com/kiwicom/orbit/issues/1847)) ([a4fae80](https://github.com/kiwicom/orbit/commit/a4fae803ac093b37694b9941bf81fe7cbde6d797))
284- **TypeScript:** adding type definitions ([#1504](https://github.com/kiwicom/orbit/issues/1504)) ([a2ea0ec](https://github.com/kiwicom/orbit/commit/a2ea0ecc3080afae5b2e38f611e98137c5bd91dd))
285
286## [0.84.2](https://github.com/kiwicom/orbit/compare/0.84.1...0.84.2) (2020-04-29)
287
288### Bug Fixes
289
290- **ButtonPrimitive:** disabled render to DOM element ([#1813](https://github.com/kiwicom/orbit/issues/1813)) ([0147810](https://github.com/kiwicom/orbit/commit/014781087bc609c757f5acd1729601c9b612ce2e))
291
292## [0.84.1](https://github.com/kiwicom/orbit/compare/0.84.0...0.84.1) (2020-04-28)
293
294### Bug Fixes
295
296- **Button:** missing white type in flow definition ([#1806](https://github.com/kiwicom/orbit/issues/1806)) ([153b158](https://github.com/kiwicom/orbit/commit/153b158d0cd86dc639a5fcace3d0db288e0563e1))
297
298# [0.84.0](https://github.com/kiwicom/orbit/compare/0.83.0...0.84.0) (2020-04-27)
299
300### Features
301
302- adding extraSmall size to illustrations ([#1800](https://github.com/kiwicom/orbit/issues/1800)) ([7987772](https://github.com/kiwicom/orbit/commit/7987772d37d324ef86978b0c8e3e6a476a676a23))
303- introduce useBoundingRect hook ([#1771](https://github.com/kiwicom/orbit/issues/1771)) ([ba9597b](https://github.com/kiwicom/orbit/commit/ba9597be44383cddc22e50dbfb9562b5d5014dc5))
304- moving separated type of List to PricingTable only ([#1801](https://github.com/kiwicom/orbit/issues/1801)) ([93629b5](https://github.com/kiwicom/orbit/commit/93629b5d8a267aabd428b2cfe38d0138ab3ba9ed))
305- rename element property to as ([#1273](https://github.com/kiwicom/orbit/issues/1273)) ([91ff946](https://github.com/kiwicom/orbit/commit/91ff946a69af5756749c4b431b2312357104e225))
306- **Buttons:** introduce SocialButton ([#1803](https://github.com/kiwicom/orbit/issues/1803)) ([ac41d60](https://github.com/kiwicom/orbit/commit/ac41d6094b69e684b2857e2d43712be6b60e1848))
307- **Drawer:** title alignment ([#1790](https://github.com/kiwicom/orbit/issues/1790)) ([5fb4708](https://github.com/kiwicom/orbit/commit/5fb4708fc64157dcac2774ec9672833b7ee5356f))
308- **SkipLink:** Rename description to buttonLabel on SkipLink ([#1686](https://github.com/kiwicom/orbit/issues/1686)) ([99e4017](https://github.com/kiwicom/orbit/commit/99e4017a5b1a1dc264274df2a58b2051f829cc7e))
309- **Table:** adding new type and footer ([#1788](https://github.com/kiwicom/orbit/issues/1788)) ([075d9f3](https://github.com/kiwicom/orbit/commit/075d9f33b820a4f0299a71c304843a5f294c5018))
310- introduce global onlyIE media query selector ([#1772](https://github.com/kiwicom/orbit/issues/1772)) ([1b48f6b](https://github.com/kiwicom/orbit/commit/1b48f6b6ec7f71aa35211ea0fc1e04752a6ede91))
311
312* 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)
313
314### Bug Fixes
315
316- types of asComponent ([#1787](https://github.com/kiwicom/orbit/issues/1787)) ([a80b468](https://github.com/kiwicom/orbit/commit/a80b468ee90ae30b1e43d3c7d939e2f8c4e683f4))
317- **Card:** font-size of title in section header ([#1776](https://github.com/kiwicom/orbit/issues/1776)) ([a2e3a52](https://github.com/kiwicom/orbit/commit/a2e3a52aaa2031b0be198853859114e4dd3c3a47))
318
319### BREAKING CHANGES
320
321- Shifting small size to extraSmall
322- removes a separated type from List
323- **SkipLink:** renaming description prop
324- **Buttons:** Removing info, success, warning, facebook, google types from Button.
325 Removing bordered property from Button.
326- removing unsafe className (deprecated, not public API)
327 removing icon property (deprecated)
328 changing type of width to string (planned)
329
330# [0.83.0](https://github.com/kiwicom/orbit/compare/0.82.1...0.83.0) (2020-04-03)
331
332### Bug Fixes
333
334- **Compass:** broken svg definition for icon font ([#1759](https://github.com/kiwicom/orbit/issues/1759)) ([f8e7b72](https://github.com/kiwicom/orbit/commit/f8e7b721f16fb8984414117e63f121196fc300ea))
335- **Tooltip:** calculation upon change in the wrapped element ([#1761](https://github.com/kiwicom/orbit/issues/1761)) ([e7b5474](https://github.com/kiwicom/orbit/commit/e7b5474047f8d3a7fa09e70a0de879cd8c7f685f))
336
337### Features
338
339- **ChoiceGroup:** updating the filter color from product color ([#1757](https://github.com/kiwicom/orbit/issues/1757)) ([e1ad6f2](https://github.com/kiwicom/orbit/commit/e1ad6f20e0b822fcba88568b2709594083d03be7))
340- adding new ButtonMobileStore component ([#1756](https://github.com/kiwicom/orbit/issues/1756)) ([223c846](https://github.com/kiwicom/orbit/commit/223c846d556050d19b46134260610f508d36d844))
341- **Alert:** changing the alignment of description ([#1758](https://github.com/kiwicom/orbit/issues/1758)) ([fff86ca](https://github.com/kiwicom/orbit/commit/fff86ca43ee497897bbcd12346f06a3c5a8d2f2f))
342
343## [0.82.1](https://github.com/kiwicom/orbit/compare/0.82.0...0.82.1) (2020-04-01)
344
345### Bug Fixes
346
347- **Tooltip:** with clickable element should close on mobile ([#1752](https://github.com/kiwicom/orbit/issues/1752)) ([3af61f8](https://github.com/kiwicom/orbit/commit/3af61f8caddf2d2a3762dfb24f846736f6214a90))
348
349# [0.82.0](https://github.com/kiwicom/orbit/compare/0.81.0...0.82.0) (2020-03-31)
350
351### Bug Fixes
352
353- **Hide:** omit rendering of on property ([#1740](https://github.com/kiwicom/orbit/issues/1740)) ([e343317](https://github.com/kiwicom/orbit/commit/e34331729802b5fc380d5970cecea1e44e5d7fbf))
354- **InputField:** Tag alignment ([#1744](https://github.com/kiwicom/orbit/issues/1744)) ([133f718](https://github.com/kiwicom/orbit/commit/133f718cbd945f10cfbd5245b678409693af8b73))
355- **modal:** border radius of close container on desktop ([#1726](https://github.com/kiwicom/orbit/issues/1726)) ([fc3b4aa](https://github.com/kiwicom/orbit/commit/fc3b4aa2ba48eb595f76a92e67a292aef2e27239))
356- **Modal:** click ability under CloseContainer ([#1739](https://github.com/kiwicom/orbit/issues/1739)) ([2368987](https://github.com/kiwicom/orbit/commit/2368987f0d1c58307b303bb1d3eaac714263ca22))
357- **radar:** SVG definition ([#1728](https://github.com/kiwicom/orbit/issues/1728)) ([843d1bd](https://github.com/kiwicom/orbit/commit/843d1bda68e368a69e220b79d956f9a3ce9a27fb))
358- **Tooltip:** should close when clicked on clickable element ([#1742](https://github.com/kiwicom/orbit/issues/1742)) ([a4e226e](https://github.com/kiwicom/orbit/commit/a4e226eac9981c039d195884a7e3dd2d54dc16e1))
359
360### Features
361
362- **Checkbox,Radio:** Updating visual style ([#1737](https://github.com/kiwicom/orbit/issues/1737)) ([8ff47d7](https://github.com/kiwicom/orbit/commit/8ff47d7a265c3586366f3adde3a597e5111cf573))
363- Adding commitlint and husky ([#1730](https://github.com/kiwicom/orbit/issues/1730)) ([e96446e](https://github.com/kiwicom/orbit/commit/e96446e8347d8f4406fc9d2bf80ba1cfeb9604f6))
364- **card:** new titleAs property ([#1729](https://github.com/kiwicom/orbit/issues/1729)) ([fa50675](https://github.com/kiwicom/orbit/commit/fa50675db518d932f40e2012bd69d4446b9f9df4))
365- **icons:** New Radar icon ([#1725](https://github.com/kiwicom/orbit/issues/1725)) ([93e14fc](https://github.com/kiwicom/orbit/commit/93e14fcf39e72706afeddc8cdc171ff9f18e96d6))
366- **Tile:** change padding to large for desktop breakpoint ([#1732](https://github.com/kiwicom/orbit/issues/1732)) ([ce9b531](https://github.com/kiwicom/orbit/commit/ce9b531713349b890d03362ae685e7099d8b4606))
367
368### Reverts
369
370- **FormElements:** native design sync ([#1743](https://github.com/kiwicom/orbit/issues/1743)) ([f351e46](https://github.com/kiwicom/orbit/commit/f351e4618e3495cb6a42a4b66e23d4157e3f403d))
371
372# [0.81.0](https://github.com/kiwicom/orbit/compare/0.80.0...0.81.0) (2020-03-24)
373
374### Features
375
376- **Select:** Add optional key to Option ([#1708](https://github.com/kiwicom/orbit/issues/1708)) ([f824d4a](https://github.com/kiwicom/orbit/commit/f824d4a762edc70598746a3533fa470fc53e90b6))
377- **Tile:** introduce noHeaderIcon property ([#1710](https://github.com/kiwicom/orbit/issues/1710)) ([0183561](https://github.com/kiwicom/orbit/commit/0183561c5f14e595f3df76c620c8966999467cbe))
378
379# [0.80.0](https://github.com/kiwicom/orbit/compare/0.79.0...0.80.0) (2020-03-20)
380
381### Features
382
383- **Tile:** Adding htmlTitle attribute ([#1691](https://github.com/kiwicom/orbit/issues/1691)) ([a1628ba](https://github.com/kiwicom/orbit/commit/a1628ba78cad62734ca4d87414a3e18989020e9c))
384
385# [0.79.0](https://github.com/kiwicom/orbit/compare/0.78.0...0.79.0) (2020-03-17)
386
387### Bug Fixes
388
389- **Breadcrumbs:** add correct html5 structured microdata for breadcrumbs ([#1666](https://github.com/kiwicom/orbit/issues/1666)) ([692b3f5](https://github.com/kiwicom/orbit/commit/692b3f57a50745ce12161a8088338ad84af5eda2))
390- **tooltip:** usage of TextLink in content ([#1680](https://github.com/kiwicom/orbit/issues/1680)) ([139a787](https://github.com/kiwicom/orbit/commit/139a787d4c3d7eebf9ff991282d23cbb75428bec))
391
392### Features
393
394- **servicelogo:** Add Booking and RentalCars logos ([#1682](https://github.com/kiwicom/orbit/issues/1682)) ([fb94862](https://github.com/kiwicom/orbit/commit/fb94862eaf3e61e305710044981bd40a818806d9))
395- **Tag:** Update visual style ([#1573](https://github.com/kiwicom/orbit/issues/1573)) ([e363406](https://github.com/kiwicom/orbit/commit/e3634060a9848625f9503a6c9d9e38bcbd8f1538))
396- **theme:** Added transitions property ([#1668](https://github.com/kiwicom/orbit/issues/1668)) ([e8f86e6](https://github.com/kiwicom/orbit/commit/e8f86e64e6280e0ceb50b9eda2083df66089e8e7))
397
398# [0.78.0](https://github.com/kiwicom/orbit/compare/0.77.1...0.78.0) (2020-03-12)
399
400### Bug Fixes
401
402- **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))
403- **button:** Fix flow type of the button export ([#1663](https://github.com/kiwicom/orbit/issues/1663)) ([4c07ca0](https://github.com/kiwicom/orbit/commit/4c07ca0adb959425bd09041b244cfb6c57c9b70b))
404- **pictureCard:** Enabling heiight to be smaller than 200 ([#1660](https://github.com/kiwicom/orbit/issues/1660)) ([633fbe5](https://github.com/kiwicom/orbit/commit/633fbe543352785ff8405087033af06642097fe5))
405- **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))
406- **popover:** Opening with onKeyDown event ([#1657](https://github.com/kiwicom/orbit/issues/1657)) ([ea27780](https://github.com/kiwicom/orbit/commit/ea27780a6592a5e0a4ab4b8f3e847cfb65bb89e1))
407- **popover:** RTL calculation ([#1653](https://github.com/kiwicom/orbit/issues/1653)) ([8572fea](https://github.com/kiwicom/orbit/commit/8572fea4939385d08a0b211877c0d1b3790ec57c))
408
409### Features
410
411- **dictionary:** add index.js export of all languages ([#1650](https://github.com/kiwicom/orbit/issues/1650)) ([83f5a9d](https://github.com/kiwicom/orbit/commit/83f5a9d6e37950b1bce3a57ac12ef74b444f7f2c))
412- **illustrations:** Add optional alt property ([#1656](https://github.com/kiwicom/orbit/issues/1656)) ([4a60dfd](https://github.com/kiwicom/orbit/commit/4a60dfda0dae50dd6551410c94edb90664cabf00))
413- **modal:** Change title size to title2 on mobile ([5ab25f2](https://github.com/kiwicom/orbit/commit/5ab25f2352e2db73c778953d7bd86bdc5f55662e))
414
415## [0.77.1](https://github.com/kiwicom/orbit/compare/0.77.0...0.77.1) (2020-03-09)
416
417### Bug Fixes
418
419- **popover:** position calculations ([#1647](https://github.com/kiwicom/orbit/issues/1647)) ([6c0fcad](https://github.com/kiwicom/orbit/commit/6c0fcad28d0d5abeb49a6a1098fbee17093ad3b2))
420
421# [0.77.0](https://github.com/kiwicom/orbit/compare/0.76.0...0.77.0) (2020-03-06)
422
423# [0.76.0](https://github.com/kiwicom/orbit/compare/0.75.0...0.76.0) (2020-02-25)
424
425# [0.75.0](https://github.com/kiwicom/orbit/compare/0.74.0...0.75.0) (2020-02-19)
426
427# [0.74.0](https://github.com/kiwicom/orbit/compare/0.73.1...0.74.0) (2020-02-18)
428
429### Bug Fixes
430
431- **components:** PictureCard href ([#1536](https://github.com/kiwicom/orbit/issues/1536)) ([4866b9e](https://github.com/kiwicom/orbit/commit/4866b9e545ae32b341c822ab520677b6cffe2b1e))
432
433## [0.73.1](https://github.com/kiwicom/orbit/compare/0.73.0...0.73.1) (2020-02-12)
434
435# [0.73.0](https://github.com/kiwicom/orbit/compare/0.72.0...0.73.0) (2020-02-07)
436
437# [0.72.0](https://github.com/kiwicom/orbit/compare/0.71.0...0.72.0) (2020-01-27)
438
439# [0.71.0](https://github.com/kiwicom/orbit/compare/0.70.0...0.71.0) (2020-01-15)
440
441# [0.70.0](https://github.com/kiwicom/orbit/compare/0.69.0...0.70.0) (2019-12-18)
442
443# [0.69.0](https://github.com/kiwicom/orbit/compare/0.68.0...0.69.0) (2019-12-06)
444
445# [0.68.0](https://github.com/kiwicom/orbit/compare/0.67.1...0.68.0) (2019-11-27)
446
447## [0.67.1](https://github.com/kiwicom/orbit/compare/0.67.0...0.67.1) (2019-11-13)
448
449# [0.67.0](https://github.com/kiwicom/orbit/compare/0.66.0...0.67.0) (2019-11-11)
450
451# [0.66.0](https://github.com/kiwicom/orbit/compare/0.65.0...0.66.0) (2019-10-31)
452
453# [0.65.0](https://github.com/kiwicom/orbit/compare/0.64.2...0.65.0) (2019-10-22)
454
455## [0.64.2](https://github.com/kiwicom/orbit/compare/0.64.1...0.64.2) (2019-10-16)
456
457## [0.64.1](https://github.com/kiwicom/orbit/compare/0.64.0...0.64.1) (2019-10-14)
458
459# [0.64.0](https://github.com/kiwicom/orbit/compare/0.63.0...0.64.0) (2019-10-11)
460
461# [0.63.0](https://github.com/kiwicom/orbit/compare/0.62.0...0.63.0) (2019-10-04)
462
463# [0.62.0](https://github.com/kiwicom/orbit/compare/0.61.3...0.62.0) (2019-10-02)
464
465## [0.61.3](https://github.com/kiwicom/orbit/compare/0.61.2...0.61.3) (2019-10-01)
466
467## [0.61.2](https://github.com/kiwicom/orbit/compare/0.61.1...0.61.2) (2019-09-25)
468
469## [0.61.1](https://github.com/kiwicom/orbit/compare/0.61.0...0.61.1) (2019-09-25)
470
471# [0.61.0](https://github.com/kiwicom/orbit/compare/0.60.0...0.61.0) (2019-09-21)
472
473# [0.60.0](https://github.com/kiwicom/orbit/compare/0.59.0...0.60.0) (2019-09-16)
474
475# [0.59.0](https://github.com/kiwicom/orbit/compare/0.58.0...0.59.0) (2019-09-12)
476
477# [0.58.0](https://github.com/kiwicom/orbit/compare/0.57.0...0.58.0) (2019-09-04)
478
479# [0.57.0](https://github.com/kiwicom/orbit/compare/0.56.0...0.57.0) (2019-09-03)
480
481# [0.56.0](https://github.com/kiwicom/orbit/compare/0.55.0...0.56.0) (2019-08-27)
482
483# [0.55.0](https://github.com/kiwicom/orbit/compare/0.54.0...0.55.0) (2019-08-21)
484
485# [0.54.0](https://github.com/kiwicom/orbit/compare/0.53.0...0.54.0) (2019-08-15)
486
487# [0.53.0](https://github.com/kiwicom/orbit/compare/0.52.0...0.53.0) (2019-08-08)
488
489# [0.52.0](https://github.com/kiwicom/orbit/compare/0.51.0...0.52.0) (2019-07-31)
490
491# [0.51.0](https://github.com/kiwicom/orbit/compare/0.50.0...0.51.0) (2019-07-24)
492
493# [0.50.0](https://github.com/kiwicom/orbit/compare/0.49.1...0.50.0) (2019-07-17)
494
495## [0.49.1](https://github.com/kiwicom/orbit/compare/0.49.0...0.49.1) (2019-07-02)
496
497# [0.49.0](https://github.com/kiwicom/orbit/compare/0.48.0...0.49.0) (2019-07-01)
498
499# [0.48.0](https://github.com/kiwicom/orbit/compare/0.47.0...0.48.0) (2019-06-18)
500
501# [0.47.0](https://github.com/kiwicom/orbit/compare/0.46.0...0.47.0) (2019-06-10)
502
503# [0.46.0](https://github.com/kiwicom/orbit/compare/0.45.0...0.46.0) (2019-06-05)
504
505# [0.45.0](https://github.com/kiwicom/orbit/compare/0.44.0...0.45.0) (2019-05-31)
506
507# [0.44.0](https://github.com/kiwicom/orbit/compare/0.43.0...0.44.0) (2019-05-29)
508
509# [0.43.0](https://github.com/kiwicom/orbit/compare/0.42.0...0.43.0) (2019-05-27)
510
511# [0.42.0](https://github.com/kiwicom/orbit/compare/0.41.0...0.42.0) (2019-05-20)
512
513# [0.41.0](https://github.com/kiwicom/orbit/compare/0.40.1...0.41.0) (2019-05-15)
514
515## [0.40.1](https://github.com/kiwicom/orbit/compare/0.40.0...0.40.1) (2019-05-02)
516
517### Bug Fixes
518
519- build script to include data dir in compilation ([#1025](https://github.com/kiwicom/orbit/issues/1025)) ([a71ab3d](https://github.com/kiwicom/orbit/commit/a71ab3d48b164a384b051e21b198aa5746bd6314))
520
521# [0.40.0](https://github.com/kiwicom/orbit/compare/0.39.1...0.40.0) (2019-04-30)
522
523## [0.39.1](https://github.com/kiwicom/orbit/compare/0.39.0...0.39.1) (2019-04-23)
524
525# [0.39.0](https://github.com/kiwicom/orbit/compare/0.38.1...0.39.0) (2019-04-17)
526
527## [0.38.1](https://github.com/kiwicom/orbit/compare/0.38.0...0.38.1) (2019-04-05)
528
529# [0.38.0](https://github.com/kiwicom/orbit/compare/0.37.0...0.38.0) (2019-04-04)
530
531# [0.37.0](https://github.com/kiwicom/orbit/compare/0.36.0...0.37.0) (2019-03-27)
532
533# [0.36.0](https://github.com/kiwicom/orbit/compare/0.35.0...0.36.0) (2019-03-22)
534
535# [0.35.0](https://github.com/kiwicom/orbit/compare/0.34.1...0.35.0) (2019-03-15)
536
537## [0.34.1](https://github.com/kiwicom/orbit/compare/0.34.0...0.34.1) (2019-03-11)
538
539# [0.34.0](https://github.com/kiwicom/orbit/compare/0.33.0...0.34.0) (2019-03-08)
540
541# 0.0.0-rc5 (2018-02-28)