UNPKG

182 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## [27.5.1](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.5.0...@kiwicom/nitro@27.5.1) (2020-11-06)
7
8
9### Bug Fixes
10
11* **eslint-config:** adjust flow rules ([59fc36f](https://gitlab.skypicker.com/frontend/core/commit/59fc36f391fcbf99aa3320b655d777109ff01675))
12
13
14
15
16
17# [27.5.0](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.4.0...@kiwicom/nitro@27.5.0) (2020-11-04)
18
19
20### Features
21
22* **eslint-config:** init ([f3086c8](https://gitlab.skypicker.com/frontend/core/commit/f3086c86f62fd15d646c7fa548672465b98ec657))
23
24
25
26
27
28# [27.4.0](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.3.2...@kiwicom/nitro@27.4.0) (2020-11-02)
29
30
31### Bug Fixes
32
33* **nitro:** store credit currency lowercased ([b4f714c](https://gitlab.skypicker.com/frontend/core/commit/b4f714c467b49d9c9308bb1808b6fa13bb902e1a))
34* **overlord:** pass loggerGlobals to initLog ([582cdcf](https://gitlab.skypicker.com/frontend/core/commit/582cdcf021111f49fa20c43eeaa38902f34296f9))
35
36
37### Features
38
39* **nitro:** add "useIsModalOpen" & "useIsSignedIn" Auth hooks ([dc819d0](https://gitlab.skypicker.com/frontend/core/commit/dc819d0aad6de25d4490e73addd180c86570be16))
40
41
42
43
44
45## [27.3.2](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.3.1...@kiwicom/nitro@27.3.2) (2020-10-27)
46
47
48### Bug Fixes
49
50* **nitro:** add "text/plain" type to Blob ([cade0ea](https://gitlab.skypicker.com/frontend/core/commit/cade0eaf01c365271cbf70770a78b22f03521338))
51* **nitro:** add missing multiDestinations field to DataEvent record ([36f0860](https://gitlab.skypicker.com/frontend/core/commit/36f0860b12f6698d19507528e0f1bd57572c26fc))
52* **nitro:** improve password input in login modal with autofocus + better icon ([15b26b4](https://gitlab.skypicker.com/frontend/core/commit/15b26b48bcab6a1f18cebe1300b7df2a2b3ddc92))
53
54
55
56
57
58## [27.3.1](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.3.0...@kiwicom/nitro@27.3.1) (2020-10-26)
59
60
61### Bug Fixes
62
63* **nitro:** remove 3rd arg from navigator.sendBeacon ([2d2a821](https://gitlab.skypicker.com/frontend/core/commit/2d2a821602c8512e62f08b07677bcf38b1f23e84))
64
65
66
67
68
69# [27.3.0](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.2.0...@kiwicom/nitro@27.3.0) (2020-10-22)
70
71
72### Features
73
74* **meta:** adapt current docs for Kiwi Handbook ([f365c3e](https://gitlab.skypicker.com/frontend/core/commit/f365c3e37dae4cc8bdfdc36e655934879fb4ea58))
75* **nitro:** add expires and secure when saving simple token into cookies ([46b6217](https://gitlab.skypicker.com/frontend/core/commit/46b62174b040ec6559c65ab4ad836f19efc4d431))
76* **nitro:** remove simple_token-bid from cookie in handleSignOut ([61caf10](https://gitlab.skypicker.com/frontend/core/commit/61caf10e18dbd162b44d6e62d4dd4b9cdb8375d5))
77
78
79
80
81
82# [27.2.0](https://gitlab.skypicker.com/frontend/core/compare/@kiwicom/nitro@27.1.0...@kiwicom/nitro@27.2.0) (2020-10-21)
83
84
85### Bug Fixes
86
87* **nitro:** adjust components and records types ([972b66f](https://gitlab.skypicker.com/frontend/core/commit/972b66fde69599f612bc40aae556c851c610e2eb))
88* **nitro:** adjust Starred record with newest fixture ([bce6d84](https://gitlab.skypicker.com/frontend/core/commit/bce6d849ccd04104405d81ec986a83dd3f5724ed))
89* **nitro:** fetch credit balances when user is signed in ([b5a0c8c](https://gitlab.skypicker.com/frontend/core/commit/b5a0c8c4c820f68170ad37a7f9a6eb813d5b87b5))
90* **nitro:** improve Starred-related types ([dd29acf](https://gitlab.skypicker.com/frontend/core/commit/dd29acfe3380f81093ac1c5f051f0a4b15e1938d))
91* **nitro:** nofollow on header links ([0597ba9](https://gitlab.skypicker.com/frontend/core/commit/0597ba934380ac4d7efa6ce45169a917f27f2242))
92
93
94### Features
95
96* **nitro:** add DataEvent record and fns ([bc8e156](https://gitlab.skypicker.com/frontend/core/commit/bc8e156257de93cbef14a3c8c74abf9c3312047c))
97* **nitro:** export InitCurrency/InitStarred's Arg types ([8d67436](https://gitlab.skypicker.com/frontend/core/commit/8d67436e1d4800f529b680b70f7200f2c7e8aab9))
98* **nitro:** make "onSaveLanguage" prop on Navbar optional ([6b3f0a1](https://gitlab.skypicker.com/frontend/core/commit/6b3f0a1af6055ae77ce1313d006f986e40a367d8))
99
100
101
102
103
104# [27.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@27.0.0...@kiwicom/nitro@27.1.0) (2020-10-12)
105
106
107### Features
108
109* **nitro:** add optional "onSignOut" prop to AuthProvider to react to sign out ([d562d00](https://gitlab.skypicker.com/frontend/nitrolib/commit/d562d002e4b6f51b42517d9097165f72f068e3b8))
110
111
112
113
114
115# [27.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.3.0...@kiwicom/nitro@27.0.0) (2020-10-09)
116
117
118### Bug Fixes
119
120* **nitro:** make "onGetSimpleToken" prop on MagicLogin Renderer optional ([56f7149](https://gitlab.skypicker.com/frontend/nitrolib/commit/56f7149f9270f91e015142abbaedde33b7ee2610))
121* **nitro:** set correct cookies when Auth is set in AuthProvider ([3dbd1f8](https://gitlab.skypicker.com/frontend/nitrolib/commit/3dbd1f8b170669418c0023b330fce2ebe56447f7))
122
123
124### Features
125
126* **nitro:** add proper settings to logger ([d8b28dc](https://gitlab.skypicker.com/frontend/nitrolib/commit/d8b28dc56344b87d9509b3419d0e4f4c0c86443e))
127
128
129### BREAKING CHANGES
130
131* **nitro:** services/log/api and services/log/logger Settings API changed
132
133
134
135
136
137# [26.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.2.0...@kiwicom/nitro@26.3.0) (2020-10-08)
138
139
140### Bug Fixes
141
142* **nitro:** refactor MagicLogin private types into public records ([2686f1d](https://gitlab.skypicker.com/frontend/nitrolib/commit/2686f1da8e27e5007d3d720de99dfd6469d0be39))
143
144
145### Features
146
147* **nitro:** use custom focus indication on navbar logo ([cfe7fff](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfe7ffff452447e901a2c752c34eb36599b5b3be))
148
149
150
151
152
153# [26.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.1.1...@kiwicom/nitro@26.2.0) (2020-10-06)
154
155
156### Bug Fixes
157
158* **nitro:** collect TS keys into keyfile ([08b317c](https://gitlab.skypicker.com/frontend/nitrolib/commit/08b317c34e278a2e5fba24da51151427713ec12a))
159* **nitro:** disable displaying of user's photo & firstname ([d2fe33d](https://gitlab.skypicker.com/frontend/nitrolib/commit/d2fe33d71784290f8e0618844d20fb3d930c96e0))
160
161
162### Features
163
164* **overlord:** add enableFAQ flag to Overlord ([e211e6e](https://gitlab.skypicker.com/frontend/nitrolib/commit/e211e6e018fa5d5cb86e64e1cd054158dfb7a1d5))
165
166
167
168
169
170## [26.1.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.1.1...@kiwicom/nitro@26.1.2) (2020-10-02)
171
172
173### Bug Fixes
174
175* **nitro:** collect TS keys into keyfile ([08b317c](https://gitlab.skypicker.com/frontend/nitrolib/commit/08b317c34e278a2e5fba24da51151427713ec12a))
176
177
178
179
180
181## [26.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.1.0...@kiwicom/nitro@26.1.1) (2020-10-01)
182
183**Note:** Version bump only for package @kiwicom/nitro
184
185
186
187
188
189# [26.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/@kiwicom/nitro@26.0.0...@kiwicom/nitro@26.1.0) (2020-09-30)
190
191
192### Features
193
194* **nitro:** add RegionalSettings component ([a63c9a6](https://gitlab.skypicker.com/frontend/nitrolib/commit/a63c9a687e08f1bc99021643df75ec952f6bede8))
195
196
197
198
199
200## 26.0.0
201
202- Navbar: add `useSignInButton` prop to display "Sign in" button instead of "Manage my booking"
203- Unused components removed - `AcceptAlert`, `LocationPicker`, `InputDate` & `Select`
204
205### ⚠ BREAKING CHANGES
206
207- `Select` component removed => use [Select](https://orbit.kiwi/components/select/) from Orbit
208- `InputDate` component removed => use `DateInput` instead
209- `AcceptAlert` & `LocationPicker` removed with no replacement
210
211## 25.6.0
212
213- NavBar: Logo link includes language
214- Prevent usage of url shortener in allowlistedUrl
215- Allow numbers in hostname
216- Deprecate "newDesign" prop for HeaderLinks
217- Allow "getSingleBooking" as intro screen for MagicLogin
218
219## 25.5.0
220
221- Fetch user data from Account GraphQL
222 - When user is signing in, we now fetch user info from `plexus-prod.skypicker.com` instead skyusers `user.get`.
223 - `User` record extended by `fullname` & `preferences` fields, containing user's preferred language.
224- Records, consts & services now with Typescript
225- Fix: `<Starred />` component: Check for null in array access in starred itinerary
226
227## 25.4.0
228
229- Navbar: `newDesign` prop is now deprecated
230- Typescript types added for consts and records
231
232## 25.3.3
233
234- Identify user in Exponea with email after sign in via email & password if `window.infinario.identify` is present.
235
236## 25.3.2
237
238- When an authenticated user has no full name set in its account profile, fallback to showing e-mail instead in Navbar.
239
240## [24.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v24.0.1...v24.1.0) (2020-07-29)
241
242
243### Features
244
245* **components:** Enable account project in Navbar, without A/B test 🧹 ([687b90a](https://gitlab.skypicker.com/frontend/nitrolib/commit/687b90a8dcb04e0594fd210b7b9bd259d1faf4fb))
246
247### [24.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v24.0.0...v24.0.1) (2020-07-22)
248
249
250### Bug Fixes
251
252* **components:** Make initial screen of login modal mobile friendly ([4d413b0](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d413b0de003565dd232df5a17372ac040f0777b))
253
254## [24.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.9.0...v24.0.0) (2020-07-22)
255
256
257### ⚠ BREAKING CHANGES
258
259* **services:** Adjust store, getBrand, getCurrencies types
260
261### Bug Fixes
262
263* **services:** Proper affiliate UID handling, tests ([4216ba2](https://gitlab.skypicker.com/frontend/nitrolib/commit/4216ba2d2367d1ed04b65ee8b4465cc0d8b2b162))
264
265## [23.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.8.3...v23.9.0) (2020-07-17)
266
267
268### Features
269
270* **services:** Add "getLogGlobalsFromRequest" to get globals on server ([90678ac](https://gitlab.skypicker.com/frontend/nitrolib/commit/90678ac37feb03e2e551455e79651b399725fa7d))
271
272### [23.8.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.8.2...v23.8.3) (2020-07-15)
273
274
275### Bug Fixes
276
277* **services:** Proper affiliate handling again ([014d7a3](https://gitlab.skypicker.com/frontend/nitrolib/commit/014d7a3f5aebacbd4d411db9f2ed18f537d4002d))
278* **services:** Proper affiliate handling again ([603e581](https://gitlab.skypicker.com/frontend/nitrolib/commit/603e581d595908a239056441eaf1d541e89a1993))
279
280### [23.8.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.8.1...v23.8.2) (2020-07-15)
281
282
283### Bug Fixes
284
285* **services:** Take affilid also from brand ([7c9da13](https://gitlab.skypicker.com/frontend/nitrolib/commit/7c9da1362c8d0e95b07872004de95010f2e87c2a))
286
287### [23.8.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.8.0...v23.8.1) (2020-07-15)
288
289
290### Bug Fixes
291
292* **components:** Do not insert One Tap in cypress tests ([8925217](https://gitlab.skypicker.com/frontend/nitrolib/commit/89252170a8972047f7c16b4d2c8681c5ede176dc))
293
294## [23.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.7.0...v23.8.0) (2020-07-15)
295
296
297### Features
298
299* **services:** Exponea cookie in Loglady ([4d8ca7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d8ca7e19ace6764aba21db545909c3145fbd112))
300
301## [23.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.6.1...v23.7.0) (2020-07-15)
302
303
304### Features
305
306* **services:** Mount new affiliate cookies on req object ([b1eb5bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/b1eb5bf8527f529978f08033f75dd577945d4087))
307
308### [23.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.6.0...v23.6.1) (2020-07-14)
309
310
311### Bug Fixes
312
313* **components:** Show password strength all the time ([fc6a828](https://gitlab.skypicker.com/frontend/nitrolib/commit/fc6a82847f0054bfd44c4af710aa059f005d7415))
314
315## [23.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.5.4...v23.6.0) (2020-07-14)
316
317
318### Features
319
320* **records:** User fns and tests ([4eaa450](https://gitlab.skypicker.com/frontend/nitrolib/commit/4eaa450a064b4a05295290cdf1bfc167ee2c6a82))
321* **records:** User fns and tests ([1996799](https://gitlab.skypicker.com/frontend/nitrolib/commit/19967996f7262e5f4f62edeb4d22165714d79223))
322
323### [23.5.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.5.3...v23.5.4) (2020-07-13)
324
325
326### Bug Fixes
327
328* Downgrade query-string to support IE11 ([c50f00c](https://gitlab.skypicker.com/frontend/nitrolib/commit/c50f00c844e80d8b3773a0172d1d99e7f4946fb7))
329
330### [23.5.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.5.2...v23.5.3) (2020-07-10)
331
332
333### Bug Fixes
334
335* **services:** De-deprecate onSetAuth in "AuthProvider" ([8faf99b](https://gitlab.skypicker.com/frontend/nitrolib/commit/8faf99b6f678d24d9b2773602319ba87026cdf52))
336
337### [23.5.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.5.1...v23.5.2) (2020-07-10)
338
339
340### Bug Fixes
341
342* **services:** Track userId in globals for OAuth middleware ([074a41d](https://gitlab.skypicker.com/frontend/nitrolib/commit/074a41dc7c732625769b6d4a4205165cb19f7983))
343
344### [23.5.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.5.0...v23.5.1) (2020-07-09)
345
346
347### Bug Fixes
348
349* **components:** Add client-only data-attr signaling listeners are ready ([37d79d8](https://gitlab.skypicker.com/frontend/nitrolib/commit/37d79d8f6dd5aafb00c2e97cd80ccbc9435fbdc2))
350
351## [23.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.5...v23.5.0) (2020-07-08)
352
353
354### Features
355
356* **components:** Update UI of MagicLogin according to new designs ([71008da](https://gitlab.skypicker.com/frontend/nitrolib/commit/71008da3fb27633b213b6e32860c46b14592b4df))
357* **services:** Currencies refreshing properly ([57222fc](https://gitlab.skypicker.com/frontend/nitrolib/commit/57222fceb73b24005fe0d085b220432814431d8c))
358
359### [23.4.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.4...v23.4.5) (2020-07-07)
360
361
362### Bug Fixes
363
364* **services:** Identify staging environment correctly for tracking ([2ee184e](https://gitlab.skypicker.com/frontend/nitrolib/commit/2ee184e3f5704e8f197d0693414cb8a053a003d5))
365
366### [23.4.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.3...v23.4.4) (2020-07-07)
367
368
369### Bug Fixes
370
371* **services:** OAuth: Skip further execution when user is redirected ([686676b](https://gitlab.skypicker.com/frontend/nitrolib/commit/686676b63c0be038a61a0823b015f7e1f0102a7a))
372
373### [23.4.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.2...v23.4.3) (2020-07-07)
374
375
376### Bug Fixes
377
378* **services:** Patch getCurrencies' global fetch call ([f11ef2c](https://gitlab.skypicker.com/frontend/nitrolib/commit/f11ef2c37c38fd70be57b4a73bdc84cfbf11f2c3))
379
380### [23.4.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.1...v23.4.2) (2020-07-07)
381
382
383### Bug Fixes
384
385* **services:** Correct UA session token expiry ([1a5be49](https://gitlab.skypicker.com/frontend/nitrolib/commit/1a5be497b52593b164409f19761d0babd5b50360))
386
387### [23.4.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.4.0...v23.4.1) (2020-07-07)
388
389
390### Bug Fixes
391
392* **records:** Correct types according to schema ([cf7fb0b](https://gitlab.skypicker.com/frontend/nitrolib/commit/cf7fb0b4c1ac72bb4e822726b945fe178000c13b))
393
394## [23.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.3.0...v23.4.0) (2020-07-03)
395
396
397### Features
398
399* **services:** Token auth functions ([4675c07](https://gitlab.skypicker.com/frontend/nitrolib/commit/4675c07b16b1098178fc347e307f2afe25630b21))
400
401## [23.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.2.0...v23.3.0) (2020-07-03)
402
403
404### Features
405
406* **components:** Add partners to "SideNav" component ([47f5ca0](https://gitlab.skypicker.com/frontend/nitrolib/commit/47f5ca0973017da6e0036c9b14ebccc1a8441f70))
407
408## [23.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.1.0...v23.2.0) (2020-07-03)
409
410
411### Features
412
413* **services:** Hook useUser ([04a839b](https://gitlab.skypicker.com/frontend/nitrolib/commit/04a839b5251c07562a52081992b2e52feca42eae))
414
415## [23.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v23.0.0...v23.1.0) (2020-07-02)
416
417
418### Features
419
420* **components:** Allow to set initial email for MagicLogin ([b4354b0](https://gitlab.skypicker.com/frontend/nitrolib/commit/b4354b00050593b028bdc805599742c8baabb0a4))
421
422## [23.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.10.0...v23.0.0) (2020-07-02)
423
424
425### ⚠ BREAKING CHANGES
426
427* **records:** new mandatory fields in the User record
428
429### Features
430
431* **records:** Add missing User fields ([c970b02](https://gitlab.skypicker.com/frontend/nitrolib/commit/c970b02cc80993f51c9dbc7f8451417135f1d3d8))
432
433## [22.10.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.9.0...v22.10.0) (2020-07-01)
434
435
436### Features
437
438* **services:** Add "handleOAuthRedirect" to handle OAuth on server ([d013780](https://gitlab.skypicker.com/frontend/nitrolib/commit/d013780ca3e72c9d5ba1c421958e4ca279cfb562))
439
440
441### Bug Fixes
442
443* **services:** Warn when redundant "app" is passed to "useOAuthRedirect" ([6493b82](https://gitlab.skypicker.com/frontend/nitrolib/commit/6493b825a32e88b33e090f844ac8b3263120dd3b))
444
445## [22.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.8.0...v22.9.0) (2020-06-30)
446
447
448### Features
449
450* **components:** Track that reset password was requested ([48c69fb](https://gitlab.skypicker.com/frontend/nitrolib/commit/48c69fb7c1836086d7b8702082cbc1f9719e88f2))
451
452## [22.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.7.0...v22.8.0) (2020-06-30)
453
454
455### Features
456
457* **services:** CurrencyProvider ([e6ef453](https://gitlab.skypicker.com/frontend/nitrolib/commit/e6ef453a832017bbafe2f978de8e4bb7144fd91a))
458
459## [22.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.6.1...v22.7.0) (2020-06-29)
460
461
462### Features
463
464* **services:** Auth context B2B2C -> B2C implementation ([e75e84f](https://gitlab.skypicker.com/frontend/nitrolib/commit/e75e84f1b8cb78f4145631bf76137ee15b934f90))
465
466### [22.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.6.0...v22.6.1) (2020-06-26)
467
468
469### Bug Fixes
470
471* **components:** Remove care from Navbar ([c976d1e](https://gitlab.skypicker.com/frontend/nitrolib/commit/c976d1e306d03bb7f9b52940dd061ba5fd0995f4))
472
473## [22.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.5.0...v22.6.0) (2020-06-24)
474
475
476### Features
477
478* **services:** Improve allowlistedUrl ([732ab99](https://gitlab.skypicker.com/frontend/nitrolib/commit/732ab99796383bef8c61e97513c088e81277393d))
479
480## [22.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.4.0...v22.5.0) (2020-06-24)
481
482
483### Features
484
485* **services:** Add tracking to "OneTap" sign in usage ([e649075](https://gitlab.skypicker.com/frontend/nitrolib/commit/e6490758503376ba070442c9144c8b11c6726848))
486
487
488### Bug Fixes
489
490* **components:** Do not initialize One-Tap on whitelabels ([733070e](https://gitlab.skypicker.com/frontend/nitrolib/commit/733070e0bcdf42051ca92df1660fd849d12dfbfa))
491* **services:** Remove unnecessary condition ([29da35f](https://gitlab.skypicker.com/frontend/nitrolib/commit/29da35f2b8248345825d0bddc34bb994a6f5ce4b))
492
493## [22.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.3.0...v22.4.0) (2020-06-18)
494
495
496### Features
497
498* **components:** Remove splitster options in Rooms and Cars ([0987479](https://gitlab.skypicker.com/frontend/nitrolib/commit/09874792d165c724b84028f3ba389350e4b8b9b3))
499
500## [22.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.2.1...v22.3.0) (2020-06-18)
501
502
503### Features
504
505* **services:** IntlProvider ([6899ce4](https://gitlab.skypicker.com/frontend/nitrolib/commit/6899ce473b4d54fb063937c42aeb7d39ac66dc05))
506
507### [22.2.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.2.0...v22.2.1) (2020-06-17)
508
509
510### Bug Fixes
511
512* **components:** Add Suspense to make Navbar work ([db3c088](https://gitlab.skypicker.com/frontend/nitrolib/commit/db3c08841dd97a781a06cf12f1731df62b780f4b))
513
514## [22.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.1.1...v22.2.0) (2020-06-16)
515
516
517### Features
518
519* **components:** Use uppercase language code in updateLocale mutation ([c05bd67](https://gitlab.skypicker.com/frontend/nitrolib/commit/c05bd676b48d789b2b253a07b9991a79e936dff1))
520
521### [22.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.1.0...v22.1.1) (2020-06-15)
522
523
524### Bug Fixes
525
526* Update login events to track them correctly across clients ([fc70bb5](https://gitlab.skypicker.com/frontend/nitrolib/commit/fc70bb5c9a0e6f1802b31f239274e61a77a3a224))
527
528## [22.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v22.0.0...v22.1.0) (2020-06-15)
529
530
531### Features
532
533* **components:** Add component to handle Google One Tap Sign in ([5893435](https://gitlab.skypicker.com/frontend/nitrolib/commit/5893435b2f286cd4eabd3d37a0e35a7e06a6c787))
534
535## [22.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v21.2.0...v22.0.0) (2020-06-15)
536
537
538### ⚠ BREAKING CHANGES
539
540* **components:** Updated record Language, added iso code
541
542- use language iso code in updateLocale mutation instead of using lang id
543
544### Features
545
546* **components:** Use lang iso code in mutation ([25536e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/25536e2b37311e5479ca8c0b5696e39d06909b33))
547
548## [21.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v21.1.0...v21.2.0) (2020-06-10)
549
550
551### Features
552
553* **services:** Add displayName to contexts ([13260c7](https://gitlab.skypicker.com/frontend/nitrolib/commit/13260c72c7a49dec48d3ed2934e3c92666474451))
554
555## [21.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v21.0.1...v21.1.0) (2020-06-09)
556
557
558### Features
559
560* **services:** Make "renderWithProviders" test utils public ([cca92d1](https://gitlab.skypicker.com/frontend/nitrolib/commit/cca92d12591ca2702fbb70dfa616718d691d65e8))
561
562### [21.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v21.0.0...v21.0.1) (2020-06-09)
563
564
565### Bug Fixes
566
567* **components:** Use "username" for autocomplete in login input ([52a9051](https://gitlab.skypicker.com/frontend/nitrolib/commit/52a9051536fda386b50b33bc100940ce4a5b51f0))
568
569## [21.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v20.1.0...v21.0.0) (2020-06-09)
570
571
572### ⚠ BREAKING CHANGES
573
574* **meta:** '@kiwicom/nitro/lib/services/server/whitelistedLanguages' is replaced with '@kiwicom/nitro/lib/services/server/allowlistedLanguages'
575
576### Bug Fixes
577
578* **meta:** Use allowlist/blocklist ([19cde06](https://gitlab.skypicker.com/frontend/nitrolib/commit/19cde06bec6f8500809c5a6dba0f55e532fca744))
579
580## [20.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v20.0.3...v20.1.0) (2020-06-08)
581
582
583### Features
584
585* **services:** Account environment hook ([c9f55fa](https://gitlab.skypicker.com/frontend/nitrolib/commit/c9f55fa42a80d07df11fc829aa6a9bf1d1aa269c))
586
587### [20.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v20.0.2...v20.0.3) (2020-06-05)
588
589
590### Bug Fixes
591
592* **components:** Support new Auth api in Navbar ([d3e78a4](https://gitlab.skypicker.com/frontend/nitrolib/commit/d3e78a4e33ff270b4d7329c22b0fd6ab34d80e20))
593
594### [20.0.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v20.0.1...v20.0.2) (2020-06-04)
595
596
597### Bug Fixes
598
599* **components:** Do not recreate relay environment on rerender ([9ba882f](https://gitlab.skypicker.com/frontend/nitrolib/commit/9ba882f893a1e85e0214740f0cc31c7d43c7888e))
600
601### [20.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v20.0.0...v20.0.1) (2020-06-04)
602
603
604### Bug Fixes
605
606* **components:** Initialize Auth context with correct args in InitAuth ([3f46ffa](https://gitlab.skypicker.com/frontend/nitrolib/commit/3f46ffae9660ce4c336905db83e43c7a64a820e4))
607
608## [20.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.9.0...v20.0.0) (2020-06-04)
609
610
611### ⚠ BREAKING CHANGES
612
613* **services:** `Auth` context extended with api to manage state of `MagicLogin` modal.
614
615Call `useAuth().onOpenModal()` and `useAuth().onCloseModal()` to open & close login modal. Use "MagicLogin/Renderer" component instead "MagicLogin" to render modal automatically with correct props. See readme for more details.
616
617How to upgrade if you don't want to use this functionality atm:
618- set `modal` to null
619- set `onOpenModal` & `onCloseModal` to dummy functions (`() => {}`)
620
621### Features
622
623* **services:** Add possibility to manage MagicLogin though Auth context ([5957b48](https://gitlab.skypicker.com/frontend/nitrolib/commit/5957b4876ad5b3ff59f038f3c8ae86255f6ad1fc))
624
625## [19.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.8.1...v19.9.0) (2020-06-03)
626
627
628### Features
629
630* **services:** Language middleware ([c6ac9ca](https://gitlab.skypicker.com/frontend/nitrolib/commit/c6ac9cacf329242d86f0c73e88cd63b2eb68e062))
631
632### [19.8.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.8.0...v19.8.1) (2020-06-03)
633
634
635### Bug Fixes
636
637* Open login modal when user is authenticated by simple token ([4c2c72d](https://gitlab.skypicker.com/frontend/nitrolib/commit/4c2c72ddedb9805fb518d1060c00735f75b11e49))
638
639## [19.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.7.0...v19.8.0) (2020-06-02)
640
641
642### Features
643
644* **components:** Unify font weight of NavBar items ([d95d00a](https://gitlab.skypicker.com/frontend/nitrolib/commit/d95d00aa946571099c652cb5dcfb240618466612))
645
646## [19.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.6.0...v19.7.0) (2020-05-28)
647
648
649### Features
650
651* **components:** Refactor Duration component ([2456836](https://gitlab.skypicker.com/frontend/nitrolib/commit/24568362c4a5f913ec456175d96e716a93eda7ea))
652* **meta:** Prevent global imports of date-fns/locale ([c843270](https://gitlab.skypicker.com/frontend/nitrolib/commit/c8432706f21984242bf0171ea40f40628a789ca1))
653
654## [19.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.5.0...v19.6.0) (2020-05-27)
655
656
657### Features
658
659* **components:** Update locale on change ([42f5046](https://gitlab.skypicker.com/frontend/nitrolib/commit/42f504672d0b1dc1d0997ffb663c84dad027754f))
660
661## [19.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.4.0...v19.5.0) (2020-05-26)
662
663
664### Features
665
666* **components:** Update the password screen for MagicLogin ([925d471](https://gitlab.skypicker.com/frontend/nitrolib/commit/925d471096498018c9b1f073e875576025dc20c7))
667
668## [19.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.3.1...v19.4.0) (2020-05-20)
669
670
671### Features
672
673* **components:** Enable to turn on/off validation by prop in InputField ([4ba87b8](https://gitlab.skypicker.com/frontend/nitrolib/commit/4ba87b8dfbf8c91fa5a85df413e2f782569a149d))
674
675### [19.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.3.0...v19.3.1) (2020-05-19)
676
677
678### Bug Fixes
679
680* Better inputs on mobile with "inputmode" and "autocomplete" attrs ([8be9bcc](https://gitlab.skypicker.com/frontend/nitrolib/commit/8be9bcca9e8fd16b67a35be72456be3a234427c7))
681
682## [19.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.2.2...v19.3.0) (2020-05-19)
683
684
685### Features
686
687* Remove node_modules path param for store load ([4112ffe](https://gitlab.skypicker.com/frontend/nitrolib/commit/4112ffe16a4cadf9e2e2ff329047900fc8b6b56c))
688
689### [19.2.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.2.1...v19.2.2) (2020-05-14)
690
691
692### Bug Fixes
693
694* Allow error to be passed to "InputField" from props ([520dab9](https://gitlab.skypicker.com/frontend/nitrolib/commit/520dab94a5e43b2d31bffb6bda3ec1545be543e2))
695
696### [19.2.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.2.0...v19.2.1) (2020-05-14)
697
698
699### Bug Fixes
700
701* **components:** Remove simple token cookie on logout in InitAuth ([309c4e4](https://gitlab.skypicker.com/frontend/nitrolib/commit/309c4e4ab7454f0a1d1ca6c93709fbaab9d6ee25))
702
703## [19.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.1.1...v19.2.0) (2020-05-13)
704
705
706### Features
707
708* **services:** Add new AuthProvider, deprecate old ([eca5637](https://gitlab.skypicker.com/frontend/nitrolib/commit/eca56375db9271fdd371a15a2439976dc38e756f))
709
710### [19.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.1.0...v19.1.1) (2020-05-12)
711
712
713### Bug Fixes
714
715* **components:** Set proper return type for InputField onChange prop ([53b624c](https://gitlab.skypicker.com/frontend/nitrolib/commit/53b624c30f2e9c1a9b45e37ea9807bf3a989eb11))
716
717## [19.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.0.3...v19.1.0) (2020-05-12)
718
719
720### Features
721
722* **components:** New "InputField" component added ([390e7a8](https://gitlab.skypicker.com/frontend/nitrolib/commit/390e7a8fcbe2ab359a0f0218d12d52f302fb29b7))
723
724### [19.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.0.2...v19.0.3) (2020-05-11)
725
726
727### Bug Fixes
728
729* **services:** Add url to zero event middleware ([c19be0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/c19be0ad662872a9acf01954f572b4363c6ab7dd))
730
731### [19.0.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.0.1...v19.0.2) (2020-05-10)
732
733
734### Bug Fixes
735
736* Make "userId" optional in favor of "visitorId" ([ae6edea](https://gitlab.skypicker.com/frontend/nitrolib/commit/ae6edea245b30d548cbff369715f3955bcce49af))
737
738### [19.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v19.0.0...v19.0.1) (2020-05-07)
739
740
741### Bug Fixes
742
743* **components:** Do not set special "setPassword" origin for magic link ([23ffc14](https://gitlab.skypicker.com/frontend/nitrolib/commit/23ffc142e15ec1edfaa5b22b894f1a2ffe36c606))
744
745## [19.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v18.0.0...v19.0.0) (2020-05-06)
746
747
748### ⚠ BREAKING CHANGES
749
750* - "fixedAccount" can't be of type "facebook" or "google"
751- data-test attribute for continue button changed to "MagicLogin-Continue" instead of "MagicLogin-CheckEmail"
752
753We no longer offer login via Facebook or Google after user entered e-mail.
754Instead, we send magic link with a option to set password.
755
756### Features
757
758* Send magic link when signing into account with no password ([a25f782](https://gitlab.skypicker.com/frontend/nitrolib/commit/a25f782e5d7472512d5779013f72d88bc5ea5ccd))
759
760## [18.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v17.1.1...v18.0.0) (2020-05-05)
761
762
763### ⚠ BREAKING CHANGES
764
765* **components:** "InputText" componnet removed without replacement, use "InputField" from Orbit
766
767See https://orbit.kiwi/components/inputfield/
768
769### Code Refactoring
770
771* **components:** Remove "InputText" component ([ef925f7](https://gitlab.skypicker.com/frontend/nitrolib/commit/ef925f7cd1851860debae3affd66fa9fee993954))
772
773### [17.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v17.1.0...v17.1.1) (2020-05-04)
774
775
776### Bug Fixes
777
778* Fix stack import in Starred components ([5b3777a](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b3777afa323f858ce37a28261aba6745aa80d66))
779
780## [17.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v17.0.0...v17.1.0) (2020-05-04)
781
782
783### Features
784
785* **bin:** Nitro keys --no-nitro option ([88ab8f5](https://gitlab.skypicker.com/frontend/nitrolib/commit/88ab8f54a4901675a132627ab6db381777fdf0cb))
786
787## [17.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.1.3...v17.0.0) (2020-04-30)
788
789
790### ⚠ BREAKING CHANGES
791
792* Orbit components were upgraded to v0.84.2
793which contain breaking changes. You must upgrade `@kiwicom/orbit-components` as well.
794See https://github.com/kiwicom/orbit-components/releases/tag/0.84.0 for more info.
795
796### Miscellaneous Chores
797
798* Bump orbit-components from 0.71.0 to 0.84.2 ([ea6c522](https://gitlab.skypicker.com/frontend/nitrolib/commit/ea6c52279e5df809ef0afdb36195ec99cf360cef))
799
800### [16.1.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.1.2...v16.1.3) (2020-04-30)
801
802
803### Bug Fixes
804
805* **meta:** Run prepublishOnly before semantic release ([a8a6e4f](https://gitlab.skypicker.com/frontend/nitrolib/commit/a8a6e4f4f4937ae414fea15c0ac14c1f43d24f50))
806
807### [16.1.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.1.1...v16.1.2) (2020-04-30)
808
809
810### Bug Fixes
811
812* **meta:** Also compile TS with Babel ([49f0486](https://gitlab.skypicker.com/frontend/nitrolib/commit/49f0486cd2eebb4fcc30517e27849cd2aa614ed4))
813
814### [16.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.1.0...v16.1.1) (2020-04-28)
815
816
817### Bug Fixes
818
819* **meta:** Folder structure and docs cleanup ([8219e9d](https://gitlab.skypicker.com/frontend/nitrolib/commit/8219e9d2bd2eb43630bd20249c6c1f717ee9085c))
820
821# Changelog
822
823All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
824
825## [16.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.0.1...v16.1.0) (2020-04-27)
826
827
828### Features
829
830* Add TS support ([f233afb](https://gitlab.skypicker.com/frontend/nitrolib/commit/f233afb423c2d542ec3f1e5ba15555b4961da900))
831* **services:** Add zero event mw, adjust logger ([a4ff066](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4ff0665a268eea8734588266646600487e83396))
832
833
834### Bug Fixes
835
836* **services:** Don't force string in currencies ([a9e97a4](https://gitlab.skypicker.com/frontend/nitrolib/commit/a9e97a4c215e353c44a0f1983d90fbefca9aca8a))
837* Add domain & url to server globals ([e7482cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7482cf73444a168a2de3df1022e80bcfdbeb78b))
838* Send unexpected errors in login flow to bigQuery ([764ba8f](https://gitlab.skypicker.com/frontend/nitrolib/commit/764ba8f6eaebf7d8d338707dfe1b5e70a83b4f2e))
839* **services:** Correct Express API ([8a7c38a](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a7c38a5f53a80b8e03de1241896f25435f4716a))
840
841### [16.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v16.0.0...v16.0.1) (2020-04-15)
842
843
844### Bug Fixes
845
846* Refactor "Event" type to allow any client category enum ([5dbee6c](https://gitlab.skypicker.com/frontend/nitrolib/commit/5dbee6c9c32e3b109b7d7256cebb653bb40a8727))
847
848## [16.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.7.1...v16.0.0) (2020-04-09)
849
850
851### ⚠ BREAKING CHANGES
852
853* ModalsAuth component removed, use only MagicLogin
854* "AuthMagic" type of Auth is removed
855* Use "ClientEvent" flow type instead of "Event"
856
857Event is now reserved only for events inside nitro lib itself
858
859How to use ClientEvent:
860
861```js
862import type { ClientEvent } from "@kiwicom/nitro/lib/records/Event"
863
864type SearchEventCategories =
865 | "refund"
866 | "search results"
867 | "multicity"
868 | "datepicker";
869
870type SearchEvent = ClientEvent<SearchEventCategories>;
871```
872
873### Bug Fixes
874
875* Align "Event" type with frontend clients ([3d87170](https://gitlab.skypicker.com/frontend/nitrolib/commit/3d87170d7d53092c15c65ab3f67bfcab9a44f39e))
876* Refactor MagicLogin events ([41b9139](https://gitlab.skypicker.com/frontend/nitrolib/commit/41b9139fc1f7ae1e8d194975839d7ebe4c45bd10))
877* Add new generic "ClientEvent" type ([a88046b](https://gitlab.skypicker.com/frontend/nitrolib/commit/a88046bf78a30217330da9b45985c938b8a2768f))
878* Remove code for handling deprecated "magic" auth ([c7aae37](https://gitlab.skypicker.com/frontend/nitrolib/commit/c7aae3781f5e435c1074c2fb5e04440b41155248))
879* Remove old login modal ([3595d77](https://gitlab.skypicker.com/frontend/nitrolib/commit/3595d772a70b4deb535f44987da66cf624f755ab))
880
881### [15.7.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.7.0...v15.7.1) (2020-04-03)
882
883
884### Bug Fixes
885
886* Do not update state when component is unmounted ([c194666](https://gitlab.skypicker.com/frontend/nitrolib/commit/c194666d2c4051c5f1004160545b629d79e30ea7))
887* Starred popup was not closed on escape ([de8df1e](https://gitlab.skypicker.com/frontend/nitrolib/commit/de8df1eb232c1e4e0b77ed6920a4bed2ac25d8a5))
888
889## [15.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.5.3...v15.7.0) (2020-04-03)
890
891
892### Bug Fixes
893
894* **components:** Parse simple token cookie into auth if present ([63b60eb](https://gitlab.skypicker.com/frontend/nitrolib/commit/63b60ebc8591e52e638582dcdc9d9dc95bd2bc54))
895
896## [15.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.5.3...v15.6.0) (2020-04-01)
897
898
899### Features
900
901* **components:** Added nofollow to cars and rooms link ([9a3e641](https://gitlab.skypicker.com/frontend/nitrolib/commit/9a3e641d0a3f0478d220e7b64f8f6530a9f0d2b5))
902
903### [15.5.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.5.1...v15.5.3) (2020-03-31)
904
905### Features
906
907* **components:** HeaderLinks v2.0 ([1d3e724](https://gitlab.skypicker.com/frontend/nitrolib/commit/1d3e724810fbd4f3162c67510b859daf21d868a3))
908
909
910### Bug Fixes
911
912* **components:** HeaderLinks tablet resolution fix ([db73234](https://gitlab.skypicker.com/frontend/nitrolib/commit/db73234d213918953ed59d3f5135f1fb112bbda5))
913
914### [15.5.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.5.1...v15.5.2) (2020-03-31)
915
916
917### Bug Fixes
918
919* **components:** HeaderLinks tablet resolution fix ([db73234](https://gitlab.skypicker.com/frontend/nitrolib/commit/db73234d213918953ed59d3f5135f1fb112bbda5))
920
921### [15.5.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.5.0...v15.5.1) (2020-03-25)
922
923
924### Bug Fixes
925
926* Add "account" as another possible origin ([f5f6468](https://gitlab.skypicker.com/frontend/nitrolib/commit/f5f646887d61662ab77b1d112b59835e6a4b1796))
927
928## [15.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.4.0...v15.5.0) (2020-03-25)
929
930
931### Features
932
933* **components:** HeaderLinks static links ([1ca84f8](https://gitlab.skypicker.com/frontend/nitrolib/commit/1ca84f8c40d205e8c2c780b28760ad95bcf421c6))
934
935
936### Bug Fixes
937
938* **components:** Send magic link for unverified account ([3b848c6](https://gitlab.skypicker.com/frontend/nitrolib/commit/3b848c6b6e4944428e0122f827473d607f972ffb))
939* **meta:** Fix site_url to have correct path ([f469ff4](https://gitlab.skypicker.com/frontend/nitrolib/commit/f469ff4e6ce3c2c30683dca15c0ecd14a19ca6d4))
940* **meta:** Update instructions for translations ([41e54d9](https://gitlab.skypicker.com/frontend/nitrolib/commit/41e54d9a78f5364292cfc45dcf9b83d93f7d8b76))
941* **meta:** Update the link to Nitro's docs ([4d84c08](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d84c0829976edcb5fd5b0107d05910b372ce941))
942
943## [15.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.3.0...v15.4.0) (2020-03-17)
944
945
946### Features
947
948* **services:** Account ID ([016b99e](https://gitlab.skypicker.com/frontend/nitrolib/commit/016b99e3b406a4d63c0d52fd9cf40d11715b2d7b))
949
950
951### Bug Fixes
952
953* **components:** Document logo URL ([ab1d37c](https://gitlab.skypicker.com/frontend/nitrolib/commit/ab1d37ce1fbdcf868570913b1d262ced0d121705))
954* **services:** Take user ID from query ([cab0dd4](https://gitlab.skypicker.com/frontend/nitrolib/commit/cab0dd48ec67a47bd277ad3d5ba760beadff5359))
955
956### [15.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.3.0...v15.3.1) (2020-03-17)
957
958
959### Bug Fixes
960
961* **components:** Document logo URL ([ab1d37c](https://gitlab.skypicker.com/frontend/nitrolib/commit/ab1d37ce1fbdcf868570913b1d262ced0d121705))
962
963## [15.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.4...v15.3.0) (2020-03-16)
964
965
966### Features
967
968* **services:** Add getFrameAncestor ([2285924](https://gitlab.skypicker.com/frontend/nitrolib/commit/2285924b530f90e8df7fed0fb03a2d9b2d862fb2))
969* **services:** Server logger ([ebb92a0](https://gitlab.skypicker.com/frontend/nitrolib/commit/ebb92a008fe26b97d3414ff58c67a21bdbf8902b))
970
971
972### Bug Fixes
973
974* **bin:** Fetch spreadsheet fallback ([058620e](https://gitlab.skypicker.com/frontend/nitrolib/commit/058620eaa76f2d93057e71b6d8654338d48bda0b))
975* **meta:** No dupe data attrs ([60dd2f5](https://gitlab.skypicker.com/frontend/nitrolib/commit/60dd2f5bb1a3ee30d8d0994db642119afaf6b1ec))
976* Add "data-test" attributes to Starred components ([c653fc0](https://gitlab.skypicker.com/frontend/nitrolib/commit/c653fc04d5363321905de655ebfb7b68fbe3d9e9))
977* Read only json files in loadOrbits ([21faf06](https://gitlab.skypicker.com/frontend/nitrolib/commit/21faf0632ff341ea4f57904d9bee947be7150a94))
978
979## [15.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.4...v15.2.0) (2020-03-16)
980
981
982### Features
983
984* **services:** Add getFrameAncestor ([2285924](https://gitlab.skypicker.com/frontend/nitrolib/commit/2285924b530f90e8df7fed0fb03a2d9b2d862fb2))
985* **services:** Server logger ([ebb92a0](https://gitlab.skypicker.com/frontend/nitrolib/commit/ebb92a008fe26b97d3414ff58c67a21bdbf8902b))
986
987
988### Bug Fixes
989
990* Add "data-test" attributes to Starred components ([c653fc0](https://gitlab.skypicker.com/frontend/nitrolib/commit/c653fc04d5363321905de655ebfb7b68fbe3d9e9))
991* Read only json files in loadOrbits ([21faf06](https://gitlab.skypicker.com/frontend/nitrolib/commit/21faf0632ff341ea4f57904d9bee947be7150a94))
992
993### [15.1.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.4...v15.1.5) (2020-03-11)
994
995### Bug Fixes
996
997* **components:** Add data-test attributes to Starred components ([c653fc04](https://gitlab.skypicker.com/frontend/nitrolib/-/commit/c653fc04d5363321905de655ebfb7b68fbe3d9e9))
998
999
1000### [15.1.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.3...v15.1.4) (2020-03-10)
1001
1002
1003### Bug Fixes
1004
1005* **services:** Delete cookies script 2 ([a1bd8c1](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1bd8c1c33efabd451ce7ae5ab59e66134728996))
1006
1007### [15.1.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.2...v15.1.3) (2020-03-10)
1008
1009
1010### Bug Fixes
1011
1012* **services:** Delete cookies script ([88a8dda](https://gitlab.skypicker.com/frontend/nitrolib/commit/88a8dda60e5bf9226f46790f24c9cce9da86b38d))
1013* Fix W3C validator errors ([ee9ba41](https://gitlab.skypicker.com/frontend/nitrolib/commit/ee9ba41c95ac357f366f69da8592b4e7c609a573))
1014* **meta:** Engines, turn storybook off ([a451127](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4511274c061ecdde98d7514f496e2be88ae3705))
1015* **meta:** Keyfile before keys, engines ([4f0ac40](https://gitlab.skypicker.com/frontend/nitrolib/commit/4f0ac40fcc4099b913616fbbbfff35dff09d0f33))
1016* **meta:** Storybook ([e73f84c](https://gitlab.skypicker.com/frontend/nitrolib/commit/e73f84cc5f5cad0e7ed9f463bd19fc8a38dd786a))
1017
1018### [15.1.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.1...v15.1.2) (2020-03-05)
1019
1020
1021### Bug Fixes
1022
1023* **services:** Correct session init ([b6cf5ae](https://gitlab.skypicker.com/frontend/nitrolib/commit/b6cf5aec7c6ac235e6471194ea73b1f42af1bf3c))
1024
1025### [15.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v15.1.0...v15.1.1) (2020-03-02)
1026
1027
1028### Bug Fixes
1029
1030* **services:** Don't arbitrarily filter dupe cookies ([6053bfa](https://gitlab.skypicker.com/frontend/nitrolib/commit/6053bfaeb0f386a238eeb8a03ebdbf2cfd9e266d))
1031
1032## [15.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v13.0.1...v15.1.0) (2020-03-01)
1033
1034
1035### Features
1036
1037* **services:** Add Darwin ([2f8ad24](https://gitlab.skypicker.com/frontend/nitrolib/commit/2f8ad242652344da5e97200fead9ad10ddebd450))
1038* Add possibility to pass callback to login modal on sign-in ([f1c6698](https://gitlab.skypicker.com/frontend/nitrolib/commit/f1c66989cf865c2d542a513fa73c9d40dcb54ba2))
1039* Allow to set "fixedAccount" to skip modal intro with email check ([1313a73](https://gitlab.skypicker.com/frontend/nitrolib/commit/1313a7341de055630e49dd13575830aa5388c26f))
1040* **components:** BrandedComponents ([b54f8ff](https://gitlab.skypicker.com/frontend/nitrolib/commit/b54f8ff1d53d2bc464ba6a8108625877c68dd78c))
1041* **components:** Changed compass splitster key ([8d3b52e](https://gitlab.skypicker.com/frontend/nitrolib/commit/8d3b52e22f5e39284fb40268c08a746cf4bf48ea))
1042* **components:** Support new auth magic token ([3aaf8c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/3aaf8c91671018b88bff8599072bffe1f8a39007))
1043* **services:** JestMedia ([b8b89c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b8b89c49411808aa9c1370c24d614a40d80ebfd1))
1044
1045
1046### Bug Fixes
1047
1048* **bin:** Allow jsx for TS for collect keys ([4e71521](https://gitlab.skypicker.com/frontend/nitrolib/commit/4e715216f1e14a9ea65bc8c295b0fbb735b2c4b4))
1049* Align all login events with sauron project ([cb10500](https://gitlab.skypicker.com/frontend/nitrolib/commit/cb10500a0c14b72485204d67d2c40dcfb05e56ad))
1050* Check isAccountProduction on client ([0e4311d](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e4311deaf0f3c170e8656ff6f58d22ef9b8f0fe))
1051* Do not offer sign in via password for unverified user ([064fb86](https://gitlab.skypicker.com/frontend/nitrolib/commit/064fb867f64a2c9a76de917309633cd52195a228))
1052* Ts parser ([68f8fe9](https://gitlab.skypicker.com/frontend/nitrolib/commit/68f8fe9748085a74da5a685755ee659858748bbd))
1053* **components:** Date picker RTL arrows ([374f4fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/374f4fe9b7687bcccb8b974a9ea94d349813e525))
1054* **components:** Timestamp locale ([dfdd103](https://gitlab.skypicker.com/frontend/nitrolib/commit/dfdd10380a547fdd21157b1f4b02b5c3deccfe7d))
1055* **components:** Timestamp locale ([8b29c7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/8b29c7e5f785a234ce1e824d701fbfc0858f7796))
1056* **components:** WL arrow colors ([b0845e7](https://gitlab.skypicker.com/frontend/nitrolib/commit/b0845e78f2819f79bbe5f50019f5cc286316db1d))
1057* **records:** Event ([6485114](https://gitlab.skypicker.com/frontend/nitrolib/commit/64851148f5e6a13da117287cab4cab35e08bc130))
1058* Upgrade data-test attributes in Starred component ([53aaa0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/53aaa0a7a59f0b9f2da22a82def0662fd3a59621))
1059
1060### [14.0.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v14.0.3...v14.0.4) (2020-02-25)
1061
1062
1063### Bug Fixes
1064
1065* **bin:** Allow jsx for TS for collect keys ([4e71521](https://gitlab.skypicker.com/frontend/nitrolib/commit/4e715216f1e14a9ea65bc8c295b0fbb735b2c4b4))
1066* Align all login events with sauron project ([cb10500](https://gitlab.skypicker.com/frontend/nitrolib/commit/cb10500a0c14b72485204d67d2c40dcfb05e56ad))
1067* Do not offer sign in via password for unverified user ([064fb86](https://gitlab.skypicker.com/frontend/nitrolib/commit/064fb867f64a2c9a76de917309633cd52195a228))
1068* Ts parser ([68f8fe9](https://gitlab.skypicker.com/frontend/nitrolib/commit/68f8fe9748085a74da5a685755ee659858748bbd))
1069
1070### [14.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v14.0.1...v14.0.3) (2020-02-19)
1071
1072
1073### Bug Fixes
1074
1075* Check isAccountProduction on client ([0e4311d](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e4311deaf0f3c170e8656ff6f58d22ef9b8f0fe))
1076* **components:** Timestamp locale ([dfdd103](https://gitlab.skypicker.com/frontend/nitrolib/commit/dfdd10380a547fdd21157b1f4b02b5c3deccfe7d))
1077
1078### [14.0.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v14.0.1...v14.0.2) (2020-02-19)
1079
1080### [14.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v14.0.0...v14.0.1) (2020-02-18)
1081
1082
1083### Bug Fixes
1084
1085* **records:** Event ([6485114](https://gitlab.skypicker.com/frontend/nitrolib/commit/64851148f5e6a13da117287cab4cab35e08bc130))
1086
1087## [13.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v13.1.0...v13.2.0) (2020-02-18)
1088
1089
1090### Features
1091
1092* Add possibility to pass callback to login modal on sign-in ([f1c6698](https://gitlab.skypicker.com/frontend/nitrolib/commit/f1c66989cf865c2d542a513fa73c9d40dcb54ba2))
1093* Allow to set "fixedAccount" to skip modal intro with email check ([1313a73](https://gitlab.skypicker.com/frontend/nitrolib/commit/1313a7341de055630e49dd13575830aa5388c26f))
1094* **components:** BrandedComponents ([b54f8ff](https://gitlab.skypicker.com/frontend/nitrolib/commit/b54f8ff1d53d2bc464ba6a8108625877c68dd78c))
1095* **components:** Changed compass splitster key ([8d3b52e](https://gitlab.skypicker.com/frontend/nitrolib/commit/8d3b52e22f5e39284fb40268c08a746cf4bf48ea))
1096* **services:** JestMedia ([b8b89c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b8b89c49411808aa9c1370c24d614a40d80ebfd1))
1097
1098
1099### Bug Fixes
1100
1101* **components:** Date picker RTL arrows ([374f4fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/374f4fe9b7687bcccb8b974a9ea94d349813e525))
1102* **components:** WL arrow colors ([b0845e7](https://gitlab.skypicker.com/frontend/nitrolib/commit/b0845e78f2819f79bbe5f50019f5cc286316db1d))
1103
1104## [13.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v13.0.0...v13.1.0) (2020-02-10)
1105
1106
1107### Features
1108
1109* **components:** Support new auth magic token ([3aaf8c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/3aaf8c91671018b88bff8599072bffe1f8a39007))
1110
1111
1112### Bug Fixes
1113
1114* **components:** Timestamp locale ([8b29c7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/8b29c7e5f785a234ce1e824d701fbfc0858f7796))
1115* Upgrade data-test attributes in Starred component ([53aaa0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/53aaa0a7a59f0b9f2da22a82def0662fd3a59621))
1116* **services:** Remove browser privacy mode from logger ([c87fac7](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87fac7135bdec1c99779192031b3890c14113ce))
1117
1118### [13.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.1.0...v13.0.1) (2020-02-05)
1119
1120
1121### Bug Fixes
1122
1123* **services:** Overwrite affiliate id from URL ([3c478ed](https://gitlab.skypicker.com/frontend/nitrolib/commit/3c478ed8299c99a1708a3e2e70fd18c3e09cbcfb))
1124* **services:** Remove browser privacy mode from logger ([c87fac7](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87fac7135bdec1c99779192031b3890c14113ce))
1125* Make logger isomorphic ([c3fdd87](https://gitlab.skypicker.com/frontend/nitrolib/commit/c3fdd87cbbb9c678927510b820c0aa30ad26ba79))
1126* Make Starred component work on mobile ([2768840](https://gitlab.skypicker.com/frontend/nitrolib/commit/27688402a4709ec754d246736fcdd2fbb5a6d1a1))
1127
1128### [12.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.1.0...v12.1.1) (2020-02-04)
1129
1130
1131### Bug Fixes
1132
1133* **services:** Overwrite affiliate id from URL ([6b9ab0c](https://gitlab.skypicker.com/frontend/nitrolib/commit/6b9ab0cfd7545a854a1e296911bb567293e29cf0))
1134* Make logger isomorphic ([c3fdd87](https://gitlab.skypicker.com/frontend/nitrolib/commit/c3fdd87cbbb9c678927510b820c0aa30ad26ba79))
1135* Make Starred component work on mobile ([2768840](https://gitlab.skypicker.com/frontend/nitrolib/commit/27688402a4709ec754d246736fcdd2fbb5a6d1a1))
1136
1137## [12.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.2.3...v12.1.0) (2020-02-03)
1138
1139
1140### Features
1141
1142* **components:** BaggePicker and BaggagePickerBRBRedesign ([5cd6b8b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cd6b8b20408ada3dd6600c9115fd1660303fc59))
1143* **meta:** Build ESM as adjacent .mjs files ([90d3976](https://gitlab.skypicker.com/frontend/nitrolib/commit/90d397676d7aa4b48fae90b21a7e0a63cd9a1972))
1144* **meta:** Standard version ([479e51c](https://gitlab.skypicker.com/frontend/nitrolib/commit/479e51caa2dabdef7b1e377123f13f62141e58b7))
1145* **services:** Account relay environment ([91ad98f](https://gitlab.skypicker.com/frontend/nitrolib/commit/91ad98f1e6d071c3f53906544edef6fb8508adef))
1146* **services:** Add Flow type to isUUID ([fb77306](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb773062f9f9b9482a7cd96714fcad6e550bcc9a))
1147* **services:** Add logger user agent fields ([8a0dd6e](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a0dd6e62a1dbddcf464c95becc29c705437a890))
1148
1149
1150### Bug Fixes
1151
1152* **components:** Account return singleton ([a6e2ff9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a6e2ff9184392a46e44eeec46b93d97429368363))
1153* **components:** Improve data-test attributes in Navbar ([55466ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/55466ce51fb8abd7c6ca24f8dd57c23bfa6c3fed))
1154* **components:** InitRelayEnvironment Kw-auth-token ([5a35db9](https://gitlab.skypicker.com/frontend/nitrolib/commit/5a35db9fed61a40f846c0e6dd55406f6fa2926d5))
1155* **components:** Language popup remove fixed height ([e1d8e66](https://gitlab.skypicker.com/frontend/nitrolib/commit/e1d8e66cebf9be4e2e059b4d7a6693916df96dcc))
1156* **components:** Location picker style ([8ea7ab7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ea7ab75378fbfedf197b8b4ba7d769e38d4ea4b))
1157* **components:** LocationPicker hook click outside ([99e3735](https://gitlab.skypicker.com/frontend/nitrolib/commit/99e3735f4b17eed27995db4e3e93743100f018f4))
1158* **components:** Navbar Account forgotten component ([40f5fde](https://gitlab.skypicker.com/frontend/nitrolib/commit/40f5fdee1f731ec1907b01ce40b68ecba9a662e8))
1159* **components:** QueryRenderer onLoading null ([eb9adf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/eb9adf6dfaa916bc7d605de9716be751372591f6))
1160* **components:** Remove User on mobile ([c47aece](https://gitlab.skypicker.com/frontend/nitrolib/commit/c47aece6bdd8f7f10d3b1e67e250e74aeb4bd933))
1161* **components:** SideNav disable refer a friend for WL ([7a5053a](https://gitlab.skypicker.com/frontend/nitrolib/commit/7a5053a6880d55c6285c691bee8520802c812d1b))
1162* **components:** Trips relay ([61c7f8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/61c7f8a8f72d1a7e99d3af54a3c6713d742d5680))
1163* **components:** Trips user alignment ([2692c58](https://gitlab.skypicker.com/frontend/nitrolib/commit/2692c58dff05fcad3cce2334452fcd4807e62c21))
1164* Changed condition account url ([67ee744](https://gitlab.skypicker.com/frontend/nitrolib/commit/67ee744a03e0cd0025ccc0ccafddcb763d3d60b8))
1165* **components:** Trips revert changes ([a8c7182](https://gitlab.skypicker.com/frontend/nitrolib/commit/a8c7182d0e761d1e4531e026c249f333945c7c87))
1166* **components:** TripsContainer ([fe3fc74](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe3fc741494404fca2730f1d960dd97fc6670cc7))
1167* Close Starred list of trips on escape ([c6cc3ec](https://gitlab.skypicker.com/frontend/nitrolib/commit/c6cc3eca24556fd965db2755993648fd2d17d0bd))
1168* Ingore es eslint, git ([68816c3](https://gitlab.skypicker.com/frontend/nitrolib/commit/68816c32638fa3787f35fb4bbeda7388e34a36ca))
1169* Set flowtype/require-inexact-type to error ([8c2c3a6](https://gitlab.skypicker.com/frontend/nitrolib/commit/8c2c3a69e0b3e530d83924e79042a63a82aec5dd))
1170* **components:** Language popup width ([4033cd6](https://gitlab.skypicker.com/frontend/nitrolib/commit/4033cd6affc7f8c7b613592c4b26c8b09eaf4473))
1171* **components:** Query Name ([a1eacb8](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1eacb889657455dafa5a087213224a7f0bf1333))
1172* **components:** Remove div from stories ([95ad640](https://gitlab.skypicker.com/frontend/nitrolib/commit/95ad6403a13ad26e063313b366232f0b439b1372))
1173* Use locale properly in components formatting time ([48ec1a0](https://gitlab.skypicker.com/frontend/nitrolib/commit/48ec1a0bf87985f1fe817307081820b65bb5ea2d))
1174* **components:** Account ([aadb35a](https://gitlab.skypicker.com/frontend/nitrolib/commit/aadb35a18091ab8d65b70e403ac60e29e3ca987e))
1175* **components:** Removed custom environment ([3232936](https://gitlab.skypicker.com/frontend/nitrolib/commit/323293604a586a53b8f7e481848bab0c8a22cda9))
1176* **components:** SideNav cookies settings ([a176d46](https://gitlab.skypicker.com/frontend/nitrolib/commit/a176d46858348124d389c701c8284bd001d48eed))
1177* **services:** Log timestamp to ISO string ([71b2a57](https://gitlab.skypicker.com/frontend/nitrolib/commit/71b2a57672adbe9ef7125ef2178f1b1224018475))
1178
1179### [12.0.6](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.5...v12.0.6) (2020-01-28)
1180
1181
1182### Bug Fixes
1183
1184* **components:** Trips user alignment ([2692c58](https://gitlab.skypicker.com/frontend/nitrolib/commit/2692c58dff05fcad3cce2334452fcd4807e62c21))
1185
1186### [12.0.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.4...v12.0.5) (2020-01-28)
1187
1188
1189### Bug Fixes
1190
1191* **components:** Navbar Account forgotten component ([40f5fde](https://gitlab.skypicker.com/frontend/nitrolib/commit/40f5fdee1f731ec1907b01ce40b68ecba9a662e8))
1192
1193### [12.0.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.3...v12.0.4) (2020-01-24)
1194
1195
1196### Bug Fixes
1197
1198* **components:** LocationPicker hook click outside ([99e3735](https://gitlab.skypicker.com/frontend/nitrolib/commit/99e3735f4b17eed27995db4e3e93743100f018f4))
1199
1200### [12.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.2...v12.0.3) (2020-01-24)
1201
1202
1203### Bug Fixes
1204
1205* Changed condition account url ([67ee744](https://gitlab.skypicker.com/frontend/nitrolib/commit/67ee744a03e0cd0025ccc0ccafddcb763d3d60b8))
1206* **components:** Trips revert changes ([a8c7182](https://gitlab.skypicker.com/frontend/nitrolib/commit/a8c7182d0e761d1e4531e026c249f333945c7c87))
1207
1208### [12.0.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.1...v12.0.2) (2020-01-24)
1209
1210
1211### Bug Fixes
1212
1213* **components:** TripsContainer ([fe3fc74](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe3fc741494404fca2730f1d960dd97fc6670cc7))
1214
1215### [12.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v12.0.0...v12.0.1) (2020-01-22)
1216
1217
1218### Bug Fixes
1219
1220* **components:** InitRelayEnvironment Kw-auth-token ([5a35db9](https://gitlab.skypicker.com/frontend/nitrolib/commit/5a35db9fed61a40f846c0e6dd55406f6fa2926d5))
1221
1222### [11.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.6.0...v11.6.1) (2020-01-20)
1223
1224## [11.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.5...v11.6.0) (2020-01-20)
1225
1226
1227### Features
1228
1229* **meta:** Build ESM as adjacent .mjs files ([90d3976](https://gitlab.skypicker.com/frontend/nitrolib/commit/90d397676d7aa4b48fae90b21a7e0a63cd9a1972))
1230* **meta:** Standard version ([479e51c](https://gitlab.skypicker.com/frontend/nitrolib/commit/479e51caa2dabdef7b1e377123f13f62141e58b7))
1231
1232
1233### Bug Fixes
1234
1235* Ingore es eslint, git ([68816c3](https://gitlab.skypicker.com/frontend/nitrolib/commit/68816c32638fa3787f35fb4bbeda7388e34a36ca))
1236* **components:** Query Name ([a1eacb8](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1eacb889657455dafa5a087213224a7f0bf1333))
1237* **components:** Remove div from stories ([95ad640](https://gitlab.skypicker.com/frontend/nitrolib/commit/95ad6403a13ad26e063313b366232f0b439b1372))
1238* **components:** Trips relay ([61c7f8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/61c7f8a8f72d1a7e99d3af54a3c6713d742d5680))
1239
1240## [11.5.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.4...v11.5.5) (2020-01-16)
1241
1242
1243### Bug Fixes
1244
1245* Use locale properly in components formatting time ([48ec1a0](https://gitlab.skypicker.com/frontend/nitrolib/commit/48ec1a0))
1246
1247
1248
1249## [11.5.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.3...v11.5.4) (2020-01-16)
1250
1251
1252### Bug Fixes
1253
1254* **components:** QueryRenderer onLoading null ([eb9adf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/eb9adf6))
1255
1256
1257
1258## [11.5.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.2...v11.5.3) (2020-01-16)
1259
1260
1261### Bug Fixes
1262
1263* **components:** Account return singleton ([a6e2ff9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a6e2ff9))
1264* **components:** Removed custom environment ([3232936](https://gitlab.skypicker.com/frontend/nitrolib/commit/3232936))
1265
1266
1267
1268## [11.5.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.1...v11.5.2) (2020-01-16)
1269
1270
1271### Bug Fixes
1272
1273* **components:** Account ([aadb35a](https://gitlab.skypicker.com/frontend/nitrolib/commit/aadb35a))
1274
1275
1276
1277## [11.5.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.5.0...v11.5.1) (2020-01-14)
1278
1279
1280
1281# [11.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.4.0...v11.5.0) (2020-01-13)
1282
1283
1284### Features
1285
1286* **services:** Account relay environment ([91ad98f](https://gitlab.skypicker.com/frontend/nitrolib/commit/91ad98f))
1287
1288
1289
1290# [11.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.3.0...v11.4.0) (2020-01-13)
1291
1292
1293
1294# [11.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.2.7...v11.3.0) (2020-01-07)
1295
1296
1297### Features
1298
1299* **components:** BaggePicker and BaggagePickerBRBRedesign ([5cd6b8b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cd6b8b))
1300
1301
1302
1303## [11.2.7](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.2.4...v11.2.7) (2020-01-05)
1304
1305
1306### Bug Fixes
1307
1308* **components:** Improve data-test attributes in Navbar ([55466ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/55466ce))
1309* **components:** Language popup remove fixed height ([e1d8e66](https://gitlab.skypicker.com/frontend/nitrolib/commit/e1d8e66))
1310* **components:** Language popup width ([4033cd6](https://gitlab.skypicker.com/frontend/nitrolib/commit/4033cd6))
1311* **components:** SideNav cookies settings ([a176d46](https://gitlab.skypicker.com/frontend/nitrolib/commit/a176d46))
1312
1313
1314
1315## [11.2.6](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.2.5...v11.2.6) (2020-01-02)
1316
1317
1318
1319## [11.2.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.2.4...v11.2.5) (2020-01-02)
1320
1321
1322### Bug Fixes
1323
1324* **components:** Improve data-test attributes in Navbar ([55466ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/55466ce))
1325* **components:** Language popup width ([4033cd6](https://gitlab.skypicker.com/frontend/nitrolib/commit/4033cd6))
1326* **components:** SideNav cookies settings ([a176d46](https://gitlab.skypicker.com/frontend/nitrolib/commit/a176d46))
1327
1328
1329
1330## [11.2.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.1.1...v11.2.4) (2019-12-18)
1331
1332
1333### Bug Fixes
1334
1335* **components:** DatePicker useClickOutside hook ([b901b5d](https://gitlab.skypicker.com/frontend/nitrolib/commit/b901b5d))
1336* **components:** Language test ([4272686](https://gitlab.skypicker.com/frontend/nitrolib/commit/4272686))
1337* **components:** Languages navbar ([6df133d](https://gitlab.skypicker.com/frontend/nitrolib/commit/6df133d))
1338* **components:** Location picker style ([8ea7ab7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ea7ab7))
1339* **services:** Add domain param ([0bea98c](https://gitlab.skypicker.com/frontend/nitrolib/commit/0bea98c))
1340* **services:** Allow options ([bff1a8f](https://gitlab.skypicker.com/frontend/nitrolib/commit/bff1a8f))
1341* **services:** Delete duplicates ([4261ff9](https://gitlab.skypicker.com/frontend/nitrolib/commit/4261ff9))
1342* **services:** Flow export ([ebf595c](https://gitlab.skypicker.com/frontend/nitrolib/commit/ebf595c))
1343* **services:** Log timestamp to ISO string ([71b2a57](https://gitlab.skypicker.com/frontend/nitrolib/commit/71b2a57))
1344* **services:** Log turn off beacon ([10e5ac7](https://gitlab.skypicker.com/frontend/nitrolib/commit/10e5ac7))
1345* **services:** Set cookie domain to all kiwi.com subdomains ([d16a31c](https://gitlab.skypicker.com/frontend/nitrolib/commit/d16a31c))
1346* Eslint extensions ([a4b89e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4b89e9))
1347* Eslint extensions 2 ([451ba82](https://gitlab.skypicker.com/frontend/nitrolib/commit/451ba82))
1348
1349
1350### Features
1351
1352* **services:** Cookie deleter ([b559862](https://gitlab.skypicker.com/frontend/nitrolib/commit/b559862))
1353
1354
1355
1356## [11.2.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.0.3...v11.2.3) (2019-12-13)
1357
1358
1359### Bug Fixes
1360
1361* **components:** CookieSettings tKey ([f440852](https://gitlab.skypicker.com/frontend/nitrolib/commit/f440852))
1362* **components:** CookieSettings tKey ([b1d72e3](https://gitlab.skypicker.com/frontend/nitrolib/commit/b1d72e3))
1363* **components:** DatePicker useClickOutside hook ([b901b5d](https://gitlab.skypicker.com/frontend/nitrolib/commit/b901b5d))
1364* **components:** HeaderLinks endpoint updated ([fbe60d8](https://gitlab.skypicker.com/frontend/nitrolib/commit/fbe60d8))
1365* **components:** Language test ([4272686](https://gitlab.skypicker.com/frontend/nitrolib/commit/4272686))
1366* **components:** Languages navbar ([6df133d](https://gitlab.skypicker.com/frontend/nitrolib/commit/6df133d))
1367* **components:** Navbar debug ([87d1820](https://gitlab.skypicker.com/frontend/nitrolib/commit/87d1820))
1368* **services:** Add domain param ([0bea98c](https://gitlab.skypicker.com/frontend/nitrolib/commit/0bea98c))
1369* **services:** Allow options ([bff1a8f](https://gitlab.skypicker.com/frontend/nitrolib/commit/bff1a8f))
1370* **services:** Delete duplicates ([4261ff9](https://gitlab.skypicker.com/frontend/nitrolib/commit/4261ff9))
1371* **services:** Flow export ([ebf595c](https://gitlab.skypicker.com/frontend/nitrolib/commit/ebf595c))
1372* **services:** Log turn off beacon ([10e5ac7](https://gitlab.skypicker.com/frontend/nitrolib/commit/10e5ac7))
1373* **services:** Set cookie domain to all kiwi.com subdomains ([d16a31c](https://gitlab.skypicker.com/frontend/nitrolib/commit/d16a31c))
1374* Eslint extensions ([a4b89e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4b89e9))
1375* Eslint extensions 2 ([451ba82](https://gitlab.skypicker.com/frontend/nitrolib/commit/451ba82))
1376* **services:** User middleware specified domain ([c2eba76](https://gitlab.skypicker.com/frontend/nitrolib/commit/c2eba76))
1377* **services:** UserId middleware ([c173581](https://gitlab.skypicker.com/frontend/nitrolib/commit/c173581))
1378* Make nitro work in IE by downgrading query-string lib ([7477903](https://gitlab.skypicker.com/frontend/nitrolib/commit/7477903))
1379* Set Auth cookies depending on type ([a54ec0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a54ec0a))
1380
1381
1382### Features
1383
1384* **services:** Cookie deleter ([b559862](https://gitlab.skypicker.com/frontend/nitrolib/commit/b559862))
1385* Disable login via socials for whitelabels by default ([c8192e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/c8192e9))
1386* **meta:** Add ESM build and enable tree-shaking ([f142c03](https://gitlab.skypicker.com/frontend/nitrolib/commit/f142c03))
1387
1388
1389
1390## [11.2.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.1.1...v11.2.2) (2019-12-13)
1391
1392
1393### Bug Fixes
1394
1395* **components:** DatePicker useClickOutside hook ([b901b5d](https://gitlab.skypicker.com/frontend/nitrolib/commit/b901b5d))
1396* **components:** Language test ([4272686](https://gitlab.skypicker.com/frontend/nitrolib/commit/4272686))
1397* **components:** Languages navbar ([6df133d](https://gitlab.skypicker.com/frontend/nitrolib/commit/6df133d))
1398* **services:** Add domain param ([0bea98c](https://gitlab.skypicker.com/frontend/nitrolib/commit/0bea98c))
1399* **services:** Delete duplicates ([4261ff9](https://gitlab.skypicker.com/frontend/nitrolib/commit/4261ff9))
1400* **services:** Flow export ([ebf595c](https://gitlab.skypicker.com/frontend/nitrolib/commit/ebf595c))
1401* **services:** Set cookie domain to all kiwi.com subdomains ([d16a31c](https://gitlab.skypicker.com/frontend/nitrolib/commit/d16a31c))
1402* Eslint extensions ([a4b89e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4b89e9))
1403* Eslint extensions 2 ([451ba82](https://gitlab.skypicker.com/frontend/nitrolib/commit/451ba82))
1404
1405
1406### Features
1407
1408* **services:** Cookie deleter ([b559862](https://gitlab.skypicker.com/frontend/nitrolib/commit/b559862))
1409
1410
1411
1412## [11.1.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.1.1...v11.1.2) (2019-12-13)
1413
1414
1415### Bug Fixes
1416
1417* **components:** DatePicker useClickOutside hook ([b901b5d](https://gitlab.skypicker.com/frontend/nitrolib/commit/b901b5d))
1418* **components:** Language test ([4272686](https://gitlab.skypicker.com/frontend/nitrolib/commit/4272686))
1419* **components:** Languages navbar ([6df133d](https://gitlab.skypicker.com/frontend/nitrolib/commit/6df133d))
1420* **services:** Set cookie domain to all kiwi.com subdomains ([d16a31c](https://gitlab.skypicker.com/frontend/nitrolib/commit/d16a31c))
1421* Eslint extensions ([a4b89e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4b89e9))
1422* Eslint extensions 2 ([451ba82](https://gitlab.skypicker.com/frontend/nitrolib/commit/451ba82))
1423
1424
1425
1426## [11.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.1.0...v11.1.1) (2019-12-10)
1427
1428
1429### Bug Fixes
1430
1431* **services:** UserId middleware ([c173581](https://gitlab.skypicker.com/frontend/nitrolib/commit/c173581))
1432
1433
1434
1435# [11.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.0.5...v11.1.0) (2019-12-10)
1436
1437
1438### Bug Fixes
1439
1440* **services:** User middleware specified domain ([c2eba76](https://gitlab.skypicker.com/frontend/nitrolib/commit/c2eba76))
1441* Make nitro work in IE by downgrading query-string lib ([7477903](https://gitlab.skypicker.com/frontend/nitrolib/commit/7477903))
1442* Set Auth cookies depending on type ([a54ec0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a54ec0a))
1443
1444
1445### Features
1446
1447* Disable login via socials for whitelabels by default ([c8192e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/c8192e9))
1448* **meta:** Add ESM build and enable tree-shaking ([f142c03](https://gitlab.skypicker.com/frontend/nitrolib/commit/f142c03))
1449
1450
1451
1452## [11.0.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.0.4...v11.0.5) (2019-12-06)
1453
1454
1455### Bug Fixes
1456
1457* **components:** Navbar debug ([87d1820](https://gitlab.skypicker.com/frontend/nitrolib/commit/87d1820))
1458
1459
1460
1461## [11.0.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.14.0...v11.0.4) (2019-12-05)
1462
1463
1464### Bug Fixes
1465
1466* Transpile autogenerated files ([1bc2283](https://gitlab.skypicker.com/frontend/nitrolib/commit/1bc2283))
1467* **components:** CookieSettings tKey ([f440852](https://gitlab.skypicker.com/frontend/nitrolib/commit/f440852))
1468* **components:** CookieSettings tKey ([b1d72e3](https://gitlab.skypicker.com/frontend/nitrolib/commit/b1d72e3))
1469* **components:** Correct new account behavior NavBar ([5626c1d](https://gitlab.skypicker.com/frontend/nitrolib/commit/5626c1d))
1470* **components:** HeaderLinks endpoint updated ([fbe60d8](https://gitlab.skypicker.com/frontend/nitrolib/commit/fbe60d8))
1471* **components:** Init auth remove cookie on sign out ([49a150e](https://gitlab.skypicker.com/frontend/nitrolib/commit/49a150e))
1472* **services:** server store ([d7795a9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d7795a9))
1473* **services:** server store ([c0cb199](https://gitlab.skypicker.com/frontend/nitrolib/commit/c0cb199))
1474
1475
1476
1477## [11.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v11.0.2...v11.0.3) (2019-12-04)
1478
1479
1480### Bug Fixes
1481
1482* **components:** Correct new account behavior NavBar ([5626c1d](https://gitlab.skypicker.com/frontend/nitrolib/commit/5626c1d))
1483
1484
1485
1486## [11.0.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.13.0...v11.0.2) (2019-12-03)
1487
1488
1489### Bug Fixes
1490
1491* **components:** Date and location pickers z-index and error ([2b8bb8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2b8bb8a))
1492* **components:** Init auth remove cookie on sign out ([49a150e](https://gitlab.skypicker.com/frontend/nitrolib/commit/49a150e))
1493* **services:** server store ([d7795a9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d7795a9))
1494* **services:** server store ([c0cb199](https://gitlab.skypicker.com/frontend/nitrolib/commit/c0cb199))
1495* Transpile autogenerated files ([1bc2283](https://gitlab.skypicker.com/frontend/nitrolib/commit/1bc2283))
1496* **components:** Timestamp, NativeGroupSelect ([f05ac3b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f05ac3b))
1497* Detect stagings running on GC correctly ([b3e3962](https://gitlab.skypicker.com/frontend/nitrolib/commit/b3e3962))
1498* Show proper error message when query to trips fails ([f7a1db0](https://gitlab.skypicker.com/frontend/nitrolib/commit/f7a1db0))
1499
1500
1501### Features
1502
1503* Allow to pass globals as prop to InitLog ([8317fc6](https://gitlab.skypicker.com/frontend/nitrolib/commit/8317fc6))
1504* **services:** Add setAffiliateCookies middleware ([a2971d1](https://gitlab.skypicker.com/frontend/nitrolib/commit/a2971d1))
1505* **services:** Use Beacon API for sending logs if available ([f6345b7](https://gitlab.skypicker.com/frontend/nitrolib/commit/f6345b7))
1506
1507
1508
1509## [11.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.13.0...v11.0.1) (2019-12-02)
1510
1511
1512### Bug Fixes
1513
1514* **services:** server store ([b5579d4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b5579d4))
1515* Transpile autogenerated files ([1bc2283](https://gitlab.skypicker.com/frontend/nitrolib/commit/1bc2283))
1516* **components:** Date and location pickers z-index and error ([2b8bb8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2b8bb8a))
1517* **components:** Timestamp, NativeGroupSelect ([f05ac3b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f05ac3b))
1518* Detect stagings running on GC correctly ([b3e3962](https://gitlab.skypicker.com/frontend/nitrolib/commit/b3e3962))
1519* Show proper error message when query to trips fails ([f7a1db0](https://gitlab.skypicker.com/frontend/nitrolib/commit/f7a1db0))
1520
1521
1522### Features
1523
1524* Allow to pass globals as prop to InitLog ([8317fc6](https://gitlab.skypicker.com/frontend/nitrolib/commit/8317fc6))
1525* **services:** Add setAffiliateCookies middleware ([a2971d1](https://gitlab.skypicker.com/frontend/nitrolib/commit/a2971d1))
1526* **services:** Use Beacon API for sending logs if available ([f6345b7](https://gitlab.skypicker.com/frontend/nitrolib/commit/f6345b7))
1527
1528
1529
1530# [11.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.14.0...v11.0.0) (2019-12-02)
1531
1532
1533### Bug Fixes
1534
1535* Transpile autogenerated files ([1bc2283](https://gitlab.skypicker.com/frontend/nitrolib/commit/1bc2283))
1536
1537
1538
1539# [10.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.14.0...v10.0.0) (2019-12-02)
1540
1541
1542### Bug Fixes
1543
1544* Transpile autogenerated files ([1bc2283](https://gitlab.skypicker.com/frontend/nitrolib/commit/1bc2283))
1545
1546
1547
1548# [9.14.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.12.2...v9.14.0) (2019-11-29)
1549
1550
1551### Bug Fixes
1552
1553* **components:** Adjust InitAuth 'onSetAuth' behavior ([dfd087c](https://gitlab.skypicker.com/frontend/nitrolib/commit/dfd087c))
1554* Detect stagings running on GC correctly ([b3e3962](https://gitlab.skypicker.com/frontend/nitrolib/commit/b3e3962))
1555* Show proper error message when query to trips fails ([f7a1db0](https://gitlab.skypicker.com/frontend/nitrolib/commit/f7a1db0))
1556* Track also when login via FB/Google fails ([e4d1c4d](https://gitlab.skypicker.com/frontend/nitrolib/commit/e4d1c4d))
1557* **components:** Date and location pickers z-index and error ([2b8bb8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2b8bb8a))
1558* **components:** Timestamp, NativeGroupSelect ([f05ac3b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f05ac3b))
1559
1560
1561### Features
1562
1563* **components:** New account prop NavBar ([bc06683](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc06683))
1564* **services:** Add setAffiliateCookies middleware ([a2971d1](https://gitlab.skypicker.com/frontend/nitrolib/commit/a2971d1))
1565* **services:** Use Beacon API for sending logs if available ([f6345b7](https://gitlab.skypicker.com/frontend/nitrolib/commit/f6345b7))
1566* Allow to pass globals as prop to InitLog ([8317fc6](https://gitlab.skypicker.com/frontend/nitrolib/commit/8317fc6))
1567
1568
1569
1570# [9.13.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.12.3...v9.13.0) (2019-11-25)
1571
1572
1573### Features
1574
1575* **components:** New account prop NavBar ([bc06683](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc06683))
1576
1577
1578
1579## [9.12.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.12.0...v9.12.3) (2019-11-25)
1580
1581
1582### Bug Fixes
1583
1584* **components:** Adjust InitAuth 'onSetAuth' behavior ([dfd087c](https://gitlab.skypicker.com/frontend/nitrolib/commit/dfd087c))
1585* Track also when login via FB/Google fails ([e4d1c4d](https://gitlab.skypicker.com/frontend/nitrolib/commit/e4d1c4d))
1586* **components:** Navbar font ([3fd36ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/3fd36ee))
1587* **components:** SideNav fonts ([ec791f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/ec791f4))
1588* Fallback to "gb" country when geoip API return empty string ([789e132](https://gitlab.skypicker.com/frontend/nitrolib/commit/789e132))
1589
1590
1591
1592## [9.12.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.12.1...v9.12.2) (2019-11-22)
1593
1594
1595### Bug Fixes
1596
1597* **components:** Navbar font ([3fd36ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/3fd36ee))
1598
1599
1600
1601## [9.12.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.10.0...v9.12.1) (2019-11-22)
1602
1603
1604### Bug Fixes
1605
1606* Always use just "query-string" ([ce1d659](https://gitlab.skypicker.com/frontend/nitrolib/commit/ce1d659))
1607* **components:** Rename applicationName -> app ([9358fde](https://gitlab.skypicker.com/frontend/nitrolib/commit/9358fde))
1608* Fallback to "gb" country when geoip API return empty string ([789e132](https://gitlab.skypicker.com/frontend/nitrolib/commit/789e132))
1609* Log also error for "getTokenUser" ([c9c4b76](https://gitlab.skypicker.com/frontend/nitrolib/commit/c9c4b76))
1610* Make flow types work for "query-string" usages ([d4725cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/d4725cf))
1611* **components:** SideNav fonts ([ec791f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/ec791f4))
1612
1613
1614### Features
1615
1616* **components:** Add "OAuthRedirect" component ([3d01ef1](https://gitlab.skypicker.com/frontend/nitrolib/commit/3d01ef1))
1617* **services:** Get font family ([f2b6cb8](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2b6cb8))
1618
1619
1620
1621# [9.12.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.9.1...v9.12.0) (2019-11-21)
1622
1623
1624### Bug Fixes
1625
1626* **components:** Rename applicationName -> app ([9358fde](https://gitlab.skypicker.com/frontend/nitrolib/commit/9358fde))
1627* Always use just "query-string" ([ce1d659](https://gitlab.skypicker.com/frontend/nitrolib/commit/ce1d659))
1628* Log also error for "getTokenUser" ([c9c4b76](https://gitlab.skypicker.com/frontend/nitrolib/commit/c9c4b76))
1629* Make flow types work for "query-string" usages ([d4725cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/d4725cf))
1630* **components:** Logo url ([b98e796](https://gitlab.skypicker.com/frontend/nitrolib/commit/b98e796))
1631
1632
1633### Features
1634
1635* **components:** Add "OAuthRedirect" component ([3d01ef1](https://gitlab.skypicker.com/frontend/nitrolib/commit/3d01ef1))
1636* **components:** InitAuth onSetAuth prop ([30087d9](https://gitlab.skypicker.com/frontend/nitrolib/commit/30087d9))
1637* **services:** Get font family ([f2b6cb8](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2b6cb8))
1638
1639
1640
1641# [9.11.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.9.1...v9.11.0) (2019-11-21)
1642
1643
1644### Bug Fixes
1645
1646* **components:** Logo url ([b98e796](https://gitlab.skypicker.com/frontend/nitrolib/commit/b98e796))
1647
1648
1649### Features
1650
1651* **components:** InitAuth onSetAuth prop ([30087d9](https://gitlab.skypicker.com/frontend/nitrolib/commit/30087d9))
1652* **services:** Get font family ([f2b6cb8](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2b6cb8))
1653
1654
1655
1656# [9.10.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.9.0...v9.10.0) (2019-11-20)
1657
1658
1659### Bug Fixes
1660
1661* **components:** Date & location picker ([d723699](https://gitlab.skypicker.com/frontend/nitrolib/commit/d723699))
1662* Rename "processKWToken" to match exported name ([4554b02](https://gitlab.skypicker.com/frontend/nitrolib/commit/4554b02))
1663* **components:** Logo url ([b98e796](https://gitlab.skypicker.com/frontend/nitrolib/commit/b98e796))
1664* **services:** Await promises in store ([60408b7](https://gitlab.skypicker.com/frontend/nitrolib/commit/60408b7))
1665* **services:** Make server store return data ([c91333f](https://gitlab.skypicker.com/frontend/nitrolib/commit/c91333f))
1666
1667
1668### Features
1669
1670* **components:** InitAuth onSetAuth prop ([30087d9](https://gitlab.skypicker.com/frontend/nitrolib/commit/30087d9))
1671
1672
1673
1674## [9.9.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.6.1...v9.9.1) (2019-11-19)
1675
1676
1677### Bug Fixes
1678
1679* **components:** Currency remove separator ([7830449](https://gitlab.skypicker.com/frontend/nitrolib/commit/7830449))
1680* **components:** Date & location picker ([d723699](https://gitlab.skypicker.com/frontend/nitrolib/commit/d723699))
1681* **components:** Fix Logo test ([fe8731c](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe8731c))
1682* **components:** Logo revert airasia ([9fa4133](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fa4133))
1683* **components:** Logo split ([951b5de](https://gitlab.skypicker.com/frontend/nitrolib/commit/951b5de))
1684* **components:** Logo, disable airasia ([a10a8aa](https://gitlab.skypicker.com/frontend/nitrolib/commit/a10a8aa))
1685* **services:** Await promises in store ([60408b7](https://gitlab.skypicker.com/frontend/nitrolib/commit/60408b7))
1686* **services:** Make server store return data ([c91333f](https://gitlab.skypicker.com/frontend/nitrolib/commit/c91333f))
1687* Make LogUnmount work as expected ([203ef9d](https://gitlab.skypicker.com/frontend/nitrolib/commit/203ef9d))
1688* Make storybook for "ModalsAuth" work again ([5b17503](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b17503))
1689* Rename "processKWToken" to match exported name ([4554b02](https://gitlab.skypicker.com/frontend/nitrolib/commit/4554b02))
1690* **components:** Date & location picker ([bbf1fa9](https://gitlab.skypicker.com/frontend/nitrolib/commit/bbf1fa9))
1691* **components:** Navbar Currency and Language positioning ([9574975](https://gitlab.skypicker.com/frontend/nitrolib/commit/9574975))
1692* **services:** Fix loadIntls path for translations ([bea5d8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/bea5d8d))
1693* **services:** Log, missing js flow ip type ([e6d4e05](https://gitlab.skypicker.com/frontend/nitrolib/commit/e6d4e05))
1694* **services:** Obtain Object instead of Buffer in load function ([3b58901](https://gitlab.skypicker.com/frontend/nitrolib/commit/3b58901))
1695* Rename file to make installation pass ([3359fb7](https://gitlab.skypicker.com/frontend/nitrolib/commit/3359fb7))
1696* Show message that account is not verified for password reset ([4661741](https://gitlab.skypicker.com/frontend/nitrolib/commit/4661741))
1697* Show proper error when account is not verified ([9739c4c](https://gitlab.skypicker.com/frontend/nitrolib/commit/9739c4c))
1698* **services:** Update URL and fix optional param ([9559a7d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9559a7d))
1699
1700
1701### Features
1702
1703* **components:** Add "LogUnmount" component for convenient tracking ([cd7473f](https://gitlab.skypicker.com/frontend/nitrolib/commit/cd7473f))
1704* **components:** Navbar Logo hardcoded url prop ([3381e75](https://gitlab.skypicker.com/frontend/nitrolib/commit/3381e75))
1705* **services:** BackToSearch ([2bb0110](https://gitlab.skypicker.com/frontend/nitrolib/commit/2bb0110))
1706* **services:** GetCanonicalUrl ([9d87a2f](https://gitlab.skypicker.com/frontend/nitrolib/commit/9d87a2f))
1707* **services:** GetRequestInfo ([ef79f0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/ef79f0a))
1708* **services:** Whitelisted Languages ([f40183a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f40183a))
1709
1710
1711
1712# [9.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.8.3...v9.9.0) (2019-11-18)
1713
1714
1715### Bug Fixes
1716
1717* **components:** Currency remove separator ([7830449](https://gitlab.skypicker.com/frontend/nitrolib/commit/7830449))
1718
1719
1720### Features
1721
1722* **components:** Navbar Logo hardcoded url prop ([3381e75](https://gitlab.skypicker.com/frontend/nitrolib/commit/3381e75))
1723
1724
1725
1726## [9.8.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.8.2...v9.8.3) (2019-11-15)
1727
1728
1729### Bug Fixes
1730
1731* **components:** Logo revert airasia ([9fa4133](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fa4133))
1732
1733
1734
1735## [9.8.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.8.1...v9.8.2) (2019-11-14)
1736
1737
1738### Bug Fixes
1739
1740* **components:** Fix Logo test ([fe8731c](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe8731c))
1741* **components:** Logo split ([951b5de](https://gitlab.skypicker.com/frontend/nitrolib/commit/951b5de))
1742
1743
1744
1745## [9.8.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.7.0...v9.8.1) (2019-11-14)
1746
1747
1748### Bug Fixes
1749
1750* Make LogUnmount work as expected ([203ef9d](https://gitlab.skypicker.com/frontend/nitrolib/commit/203ef9d))
1751* **components:** Logo, disable airasia ([a10a8aa](https://gitlab.skypicker.com/frontend/nitrolib/commit/a10a8aa))
1752* **components:** Navbar Currency and Language positioning ([9574975](https://gitlab.skypicker.com/frontend/nitrolib/commit/9574975))
1753* **services:** Obtain Object instead of Buffer in load function ([3b58901](https://gitlab.skypicker.com/frontend/nitrolib/commit/3b58901))
1754
1755
1756### Features
1757
1758* **services:** GetCanonicalUrl ([9d87a2f](https://gitlab.skypicker.com/frontend/nitrolib/commit/9d87a2f))
1759* **services:** Whitelisted Languages ([f40183a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f40183a))
1760
1761
1762
1763# [9.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.7.0...v9.8.0) (2019-11-14)
1764
1765
1766### Bug Fixes
1767
1768* Make LogUnmount work as expected ([203ef9d](https://gitlab.skypicker.com/frontend/nitrolib/commit/203ef9d))
1769* **components:** Navbar Currency and Language positioning ([9574975](https://gitlab.skypicker.com/frontend/nitrolib/commit/9574975))
1770
1771
1772### Features
1773
1774* **services:** GetCanonicalUrl ([9d87a2f](https://gitlab.skypicker.com/frontend/nitrolib/commit/9d87a2f))
1775* **services:** Whitelisted Languages ([f40183a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f40183a))
1776
1777
1778
1779# [9.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.6.4...v9.7.0) (2019-11-13)
1780
1781
1782### Bug Fixes
1783
1784* **services:** Fix loadIntls path for translations ([bea5d8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/bea5d8d))
1785* Make storybook for "ModalsAuth" work again ([5b17503](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b17503))
1786* Rename file to make installation pass ([3359fb7](https://gitlab.skypicker.com/frontend/nitrolib/commit/3359fb7))
1787* Show message that account is not verified for password reset ([4661741](https://gitlab.skypicker.com/frontend/nitrolib/commit/4661741))
1788* Show proper error when account is not verified ([9739c4c](https://gitlab.skypicker.com/frontend/nitrolib/commit/9739c4c))
1789
1790
1791### Features
1792
1793* **components:** Add "LogUnmount" component for convenient tracking ([cd7473f](https://gitlab.skypicker.com/frontend/nitrolib/commit/cd7473f))
1794* **services:** BackToSearch ([2bb0110](https://gitlab.skypicker.com/frontend/nitrolib/commit/2bb0110))
1795* **services:** GetRequestInfo ([ef79f0a](https://gitlab.skypicker.com/frontend/nitrolib/commit/ef79f0a))
1796
1797
1798
1799## [9.6.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.6.3...v9.6.4) (2019-11-06)
1800
1801
1802### Bug Fixes
1803
1804* **components:** Date & location picker ([bbf1fa9](https://gitlab.skypicker.com/frontend/nitrolib/commit/bbf1fa9))
1805
1806
1807
1808## [9.6.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.6.2...v9.6.3) (2019-11-06)
1809
1810
1811### Bug Fixes
1812
1813* **services:** Log, missing js flow ip type ([e6d4e05](https://gitlab.skypicker.com/frontend/nitrolib/commit/e6d4e05))
1814
1815
1816
1817## [9.6.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.4.1...v9.6.2) (2019-11-06)
1818
1819
1820### Bug Fixes
1821
1822* **docs:** Remove extra path from site_url ([fab32c8](https://gitlab.skypicker.com/frontend/nitrolib/commit/fab32c8))
1823* **services:** LogLady 'domain', 'ip' and 'isStaging' correctly ([35b165a](https://gitlab.skypicker.com/frontend/nitrolib/commit/35b165a))
1824* **services:** Update URL and fix optional param ([9559a7d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9559a7d))
1825
1826
1827### Features
1828
1829* **docs:** Add GitLab pages ([481abeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/481abeb))
1830* **services:** Add getAffiliate ([aaedeaf](https://gitlab.skypicker.com/frontend/nitrolib/commit/aaedeaf))
1831* **services:** Add getBrand ([1b6efd1](https://gitlab.skypicker.com/frontend/nitrolib/commit/1b6efd1))
1832* **services:** Add getCSP ([ca08782](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca08782))
1833* **services:** Add getLanguage ([a404874](https://gitlab.skypicker.com/frontend/nitrolib/commit/a404874))
1834* **services:** LogLady 'domain', 'ip' and 'isStaging' ([b8656be](https://gitlab.skypicker.com/frontend/nitrolib/commit/b8656be))
1835
1836
1837
1838## [9.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.6.0...v9.6.1) (2019-11-05)
1839
1840
1841### Bug Fixes
1842
1843* **services:** LogLady 'domain', 'ip' and 'isStaging' correctly ([35b165a](https://gitlab.skypicker.com/frontend/nitrolib/commit/35b165a))
1844
1845
1846
1847# [9.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.5.0...v9.6.0) (2019-11-05)
1848
1849
1850### Bug Fixes
1851
1852* **docs:** Remove extra path from site_url ([fab32c8](https://gitlab.skypicker.com/frontend/nitrolib/commit/fab32c8))
1853
1854
1855### Features
1856
1857* **docs:** Add GitLab pages ([481abeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/481abeb))
1858* **services:** Add getCSP ([ca08782](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca08782))
1859* **services:** LogLady 'domain', 'ip' and 'isStaging' ([b8656be](https://gitlab.skypicker.com/frontend/nitrolib/commit/b8656be))
1860
1861
1862
1863# [9.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.4.0...v9.5.0) (2019-11-03)
1864
1865
1866### Bug Fixes
1867
1868* **components:** Day date-fns fix ([1420636](https://gitlab.skypicker.com/frontend/nitrolib/commit/1420636))
1869
1870
1871### Features
1872
1873* **services:** Add getAffiliate ([aaedeaf](https://gitlab.skypicker.com/frontend/nitrolib/commit/aaedeaf))
1874* **services:** Add getBrand ([1b6efd1](https://gitlab.skypicker.com/frontend/nitrolib/commit/1b6efd1))
1875* **services:** Add getLanguage ([a404874](https://gitlab.skypicker.com/frontend/nitrolib/commit/a404874))
1876
1877
1878
1879## [9.4.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.3.0...v9.4.1) (2019-11-01)
1880
1881
1882### Bug Fixes
1883
1884* Remove typo in login action name ([62792a5](https://gitlab.skypicker.com/frontend/nitrolib/commit/62792a5))
1885* **components:** Day date-fns fix ([1420636](https://gitlab.skypicker.com/frontend/nitrolib/commit/1420636))
1886* **components:** InitAuth flow type ([1d11c2f](https://gitlab.skypicker.com/frontend/nitrolib/commit/1d11c2f))
1887* **components:** Logo url ([cc8cd8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/cc8cd8c))
1888* **components:** MagicLogin documentation ([9338165](https://gitlab.skypicker.com/frontend/nitrolib/commit/9338165))
1889* **services:** Only save UTM_TMs to session storage ([157c690](https://gitlab.skypicker.com/frontend/nitrolib/commit/157c690))
1890
1891
1892### Features
1893
1894* **components:** BaggageOverview asian names ([fe38591](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe38591))
1895* **services:** Add server store and cookie settings ([bd4f432](https://gitlab.skypicker.com/frontend/nitrolib/commit/bd4f432))
1896
1897
1898
1899# [9.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.3.1...v9.4.0) (2019-10-30)
1900
1901
1902### Bug Fixes
1903
1904* **components:** Logo url ([cc8cd8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/cc8cd8c))
1905
1906
1907### Features
1908
1909* **services:** Add server store and cookie settings ([bd4f432](https://gitlab.skypicker.com/frontend/nitrolib/commit/bd4f432))
1910
1911
1912
1913## [9.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.8...v9.3.1) (2019-10-23)
1914
1915
1916### Bug Fixes
1917
1918* **components:** Fixed NavBar Logo overlap ([ba8abca](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8abca))
1919* **components:** InitAuth flow type ([1d11c2f](https://gitlab.skypicker.com/frontend/nitrolib/commit/1d11c2f))
1920* **components:** MagicLogin documentation ([9338165](https://gitlab.skypicker.com/frontend/nitrolib/commit/9338165))
1921* **components:** Tweak lineheights & wrap behavior in AddBlueRibbonBags ([58305e6](https://gitlab.skypicker.com/frontend/nitrolib/commit/58305e6))
1922* **services:** Only save UTM_TMs to session storage ([157c690](https://gitlab.skypicker.com/frontend/nitrolib/commit/157c690))
1923* Remove typo in login action name ([62792a5](https://gitlab.skypicker.com/frontend/nitrolib/commit/62792a5))
1924
1925
1926### Features
1927
1928* **components:** BaggageOverview asian names ([fe38591](https://gitlab.skypicker.com/frontend/nitrolib/commit/fe38591))
1929* Enable to log events to datadog ([10a79ae](https://gitlab.skypicker.com/frontend/nitrolib/commit/10a79ae))
1930
1931
1932
1933# [9.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.6...v9.3.0) (2019-10-22)
1934
1935
1936### Bug Fixes
1937
1938* Update DateInput to handle invalid date ([80977b8](https://gitlab.skypicker.com/frontend/nitrolib/commit/80977b8))
1939* **components:** Fixed NavBar Logo overlap ([ba8abca](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8abca))
1940* **components:** Tweak lineheights & wrap behavior in AddBlueRibbonBags ([58305e6](https://gitlab.skypicker.com/frontend/nitrolib/commit/58305e6))
1941* **services:** Prioritize URL over local storage in UTMs ([7779b5a](https://gitlab.skypicker.com/frontend/nitrolib/commit/7779b5a))
1942* **services:** Save UTMs to session storage ([2ba3055](https://gitlab.skypicker.com/frontend/nitrolib/commit/2ba3055))
1943
1944
1945### Features
1946
1947* Enable to log events to datadog ([10a79ae](https://gitlab.skypicker.com/frontend/nitrolib/commit/10a79ae))
1948
1949
1950
1951## [9.2.8](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.1...v9.2.8) (2019-10-21)
1952
1953
1954### Bug Fixes
1955
1956* **components:** AddBlueRibbonBags fixed to reflect latest redesign ([ba8bc9f](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8bc9f))
1957* **components:** Airplane icon ([6135120](https://gitlab.skypicker.com/frontend/nitrolib/commit/6135120))
1958* **components:** Baggage tests fixes ([62af5e4](https://gitlab.skypicker.com/frontend/nitrolib/commit/62af5e4))
1959* **components:** Fix forgotten defaultProp ([5b79e64](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b79e64))
1960* **components:** Fixed Headerlinks flow ([85b6151](https://gitlab.skypicker.com/frontend/nitrolib/commit/85b6151))
1961* **components:** Fixed Headerlinks re-render rule ([489a302](https://gitlab.skypicker.com/frontend/nitrolib/commit/489a302))
1962* **components:** Fixed Headerlinks re-rendering on searchForm change ([6feffb2](https://gitlab.skypicker.com/frontend/nitrolib/commit/6feffb2))
1963* **components:** Header link active style ([b51e1c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b51e1c4))
1964* **components:** HeaderLinks mobile Icon ([858f1e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/858f1e9))
1965* **components:** Headerlinks re-render ([f58030b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f58030b))
1966* **components:** IataPicker states ([c4f9013](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4f9013))
1967* **components:** InputEmail and InputPhone errors ([db7511f](https://gitlab.skypicker.com/frontend/nitrolib/commit/db7511f))
1968* **components:** InputEmail and InputPhone translation errors, corrector ([bf5a402](https://gitlab.skypicker.com/frontend/nitrolib/commit/bf5a402))
1969* **components:** InputEmail onChange ([a1a62b6](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1a62b6))
1970* **components:** InputEmail, InputPhone stories ([c4fe656](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4fe656))
1971* **components:** LoginButton weight ([5cb5fb1](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cb5fb1))
1972* **components:** MagicLogin CreateAccount screen ([8ba24e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ba24e2))
1973* **components:** MagicLogin grid ([bec51c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/bec51c2))
1974* **components:** MagicLogin Modal ([2221f3a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2221f3a))
1975* **components:** Navbar buttons ([38acaf7](https://gitlab.skypicker.com/frontend/nitrolib/commit/38acaf7))
1976* **components:** Navbar fontWeight ([7230c55](https://gitlab.skypicker.com/frontend/nitrolib/commit/7230c55))
1977* **components:** Navbar hide logo and sideNav ([023f0b9](https://gitlab.skypicker.com/frontend/nitrolib/commit/023f0b9))
1978* **components:** Navbar logged in ([e3dc548](https://gitlab.skypicker.com/frontend/nitrolib/commit/e3dc548))
1979* **components:** Navbar long translations in button temporary fix ([a399b9a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a399b9a))
1980* **components:** Navbar spacings ([9fbd5ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fbd5ee))
1981* **components:** New Navbar conditional prop ([0fc0cf3](https://gitlab.skypicker.com/frontend/nitrolib/commit/0fc0cf3))
1982* **components:** Orbit paletteInkNormal ([234a47e](https://gitlab.skypicker.com/frontend/nitrolib/commit/234a47e))
1983* **components:** Remove AccountCircle ([2fe2615](https://gitlab.skypicker.com/frontend/nitrolib/commit/2fe2615))
1984* **components:** Sidebar media link ([4e3048b](https://gitlab.skypicker.com/frontend/nitrolib/commit/4e3048b))
1985* **components:** SideNav media ([032c229](https://gitlab.skypicker.com/frontend/nitrolib/commit/032c229))
1986* **components:** Tooltip bg ([64f2330](https://gitlab.skypicker.com/frontend/nitrolib/commit/64f2330))
1987* **components:** Trips useRelayEnvironment ([45bf909](https://gitlab.skypicker.com/frontend/nitrolib/commit/45bf909))
1988* **components:** Usermiddleware ([8bec286](https://gitlab.skypicker.com/frontend/nitrolib/commit/8bec286))
1989* **meta:** Generated file copying ([c48cabf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c48cabf))
1990* **services:** Auth getMyBookingToken obj ([26b2d76](https://gitlab.skypicker.com/frontend/nitrolib/commit/26b2d76))
1991* **services:** Auth tests ([053e443](https://gitlab.skypicker.com/frontend/nitrolib/commit/053e443))
1992* **services:** CollectKeys util function ([e7524ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7524ce))
1993* **services:** EmailValidator translation key ([16222b4](https://gitlab.skypicker.com/frontend/nitrolib/commit/16222b4))
1994* **services:** Enabled affilId fix in currencies ([419e907](https://gitlab.skypicker.com/frontend/nitrolib/commit/419e907))
1995* **services:** GetAll default params ([f8a090a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f8a090a))
1996* **services:** GetAll type ([7922636](https://gitlab.skypicker.com/frontend/nitrolib/commit/7922636))
1997* **services:** HandleUserID test ([9583fcf](https://gitlab.skypicker.com/frontend/nitrolib/commit/9583fcf))
1998* **services:** LogLady Global bid ([68c4429](https://gitlab.skypicker.com/frontend/nitrolib/commit/68c4429))
1999* **services:** PhoneValidator api source ([d076ac5](https://gitlab.skypicker.com/frontend/nitrolib/commit/d076ac5))
2000* **services:** PhoneValidator tests ([8259619](https://gitlab.skypicker.com/frontend/nitrolib/commit/8259619))
2001* **services:** Prioritize URL over local storage in UTMs ([7779b5a](https://gitlab.skypicker.com/frontend/nitrolib/commit/7779b5a))
2002* **services:** Save UTMs to session storage ([2ba3055](https://gitlab.skypicker.com/frontend/nitrolib/commit/2ba3055))
2003* Change destinations for MagicLogin tracking ([8a83eeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a83eeb))
2004* Change type of amount prop in user balances to match kiwi frontend ([5b51de0](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b51de0))
2005* Event bigquery to bigQuery ([dee46db](https://gitlab.skypicker.com/frontend/nitrolib/commit/dee46db))
2006* Improve tracked events in MagicLogin ([b43f5cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/b43f5cf))
2007* Lock file ([269161d](https://gitlab.skypicker.com/frontend/nitrolib/commit/269161d))
2008* Make buttons in MagicLogin work correctly ([89c4e2e](https://gitlab.skypicker.com/frontend/nitrolib/commit/89c4e2e))
2009* Make IATA autocomplete work in MagicLogin for IE11 ([a66f397](https://gitlab.skypicker.com/frontend/nitrolib/commit/a66f397))
2010* Make login via IATA work for in IE in MagicLogin component ([9e1cd6d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9e1cd6d))
2011* Prop declaration mismatch ([3528d64](https://gitlab.skypicker.com/frontend/nitrolib/commit/3528d64))
2012* Update DateInput to handle invalid date ([80977b8](https://gitlab.skypicker.com/frontend/nitrolib/commit/80977b8))
2013* **services:** Statics bid maybe type ([ccf940a](https://gitlab.skypicker.com/frontend/nitrolib/commit/ccf940a))
2014* Update translations so company name is translated in header ([a57f160](https://gitlab.skypicker.com/frontend/nitrolib/commit/a57f160))
2015* Use modified & proper version of libphonenumber-js ([282392b](https://gitlab.skypicker.com/frontend/nitrolib/commit/282392b))
2016* Use modified version of libphonenumber-js to make cypress pass ([710c5ed](https://gitlab.skypicker.com/frontend/nitrolib/commit/710c5ed))
2017* **components:** Use Icon prop reverseOnRtl ([3a409c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/3a409c2))
2018* **services:** Log connectionSpeed ([e5375c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/e5375c4))
2019* **services:** UserMiddleware cookie expiration, handleUserId ([e7356fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7356fe))
2020
2021
2022### Features
2023
2024* **bin:** Adjust parser to TS ([6f9c331](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f9c331))
2025* **components:** Add `description` prop to BaggagePicker ([b819502](https://gitlab.skypicker.com/frontend/nitrolib/commit/b819502))
2026* **components:** BaggagePickerBRBRedesign ([4167b56](https://gitlab.skypicker.com/frontend/nitrolib/commit/4167b56))
2027* **components:** InitAuth onSetAuth ([0f9b2ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/0f9b2ce))
2028* **components:** InitAuth, breaking changes ([97d254e](https://gitlab.skypicker.com/frontend/nitrolib/commit/97d254e))
2029* **components:** InputPhone validator ([1cce672](https://gitlab.skypicker.com/frontend/nitrolib/commit/1cce672))
2030* **components:** Navbar hide prop ([7bf4ea1](https://gitlab.skypicker.com/frontend/nitrolib/commit/7bf4ea1))
2031* **components:** Navbar logo animation ([6edee73](https://gitlab.skypicker.com/frontend/nitrolib/commit/6edee73))
2032* **components:** Navbar new Account ([8e9b3bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/8e9b3bf))
2033* **components:** Prepare navbar for logo animation ([092fde6](https://gitlab.skypicker.com/frontend/nitrolib/commit/092fde6))
2034* **components:** Sidebar ClassName ([92014f7](https://gitlab.skypicker.com/frontend/nitrolib/commit/92014f7))
2035* **records:** Added hooks support ([fb84534](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb84534))
2036* **services:** Add function to handle KW-Auth-Token from cookie ([e9ee919](https://gitlab.skypicker.com/frontend/nitrolib/commit/e9ee919))
2037* **services:** Currency launchpad url ([8061268](https://gitlab.skypicker.com/frontend/nitrolib/commit/8061268))
2038* Middleware add SKYPICKER_VISITOR_UNIQID to request ([a5eedd9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a5eedd9))
2039* **services:** Extended UTMs ([facd475](https://gitlab.skypicker.com/frontend/nitrolib/commit/facd475))
2040* **services:** Fetch granular flag ([ff1e73e](https://gitlab.skypicker.com/frontend/nitrolib/commit/ff1e73e))
2041* **services:** Update of userid middleware ([0e7171e](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e7171e))
2042* **services:** UserID middleware ([3dc02f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/3dc02f4))
2043* Make magic link prop "onGetSimpleToken" optional ([fb9bb7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb9bb7e))
2044
2045
2046
2047## [9.2.7](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.1...v9.2.7) (2019-10-20)
2048
2049
2050### Bug Fixes
2051
2052* **components:** AddBlueRibbonBags fixed to reflect latest redesign ([ba8bc9f](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8bc9f))
2053* **components:** Airplane icon ([6135120](https://gitlab.skypicker.com/frontend/nitrolib/commit/6135120))
2054* **components:** Baggage tests fixes ([62af5e4](https://gitlab.skypicker.com/frontend/nitrolib/commit/62af5e4))
2055* **components:** Fix forgotten defaultProp ([5b79e64](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b79e64))
2056* **components:** Fixed Headerlinks flow ([85b6151](https://gitlab.skypicker.com/frontend/nitrolib/commit/85b6151))
2057* **components:** Fixed Headerlinks re-render rule ([489a302](https://gitlab.skypicker.com/frontend/nitrolib/commit/489a302))
2058* **components:** Fixed Headerlinks re-rendering on searchForm change ([6feffb2](https://gitlab.skypicker.com/frontend/nitrolib/commit/6feffb2))
2059* **components:** Header link active style ([b51e1c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b51e1c4))
2060* **components:** HeaderLinks mobile Icon ([858f1e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/858f1e9))
2061* **components:** Headerlinks re-render ([f58030b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f58030b))
2062* **components:** IataPicker states ([c4f9013](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4f9013))
2063* **components:** InputEmail and InputPhone errors ([db7511f](https://gitlab.skypicker.com/frontend/nitrolib/commit/db7511f))
2064* **components:** InputEmail and InputPhone translation errors, corrector ([bf5a402](https://gitlab.skypicker.com/frontend/nitrolib/commit/bf5a402))
2065* **components:** InputEmail onChange ([a1a62b6](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1a62b6))
2066* **components:** InputEmail, InputPhone stories ([c4fe656](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4fe656))
2067* **components:** LoginButton weight ([5cb5fb1](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cb5fb1))
2068* **components:** MagicLogin CreateAccount screen ([8ba24e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ba24e2))
2069* **components:** MagicLogin grid ([bec51c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/bec51c2))
2070* **components:** MagicLogin Modal ([2221f3a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2221f3a))
2071* **components:** Navbar buttons ([38acaf7](https://gitlab.skypicker.com/frontend/nitrolib/commit/38acaf7))
2072* **components:** Navbar fontWeight ([7230c55](https://gitlab.skypicker.com/frontend/nitrolib/commit/7230c55))
2073* **components:** Navbar hide logo and sideNav ([023f0b9](https://gitlab.skypicker.com/frontend/nitrolib/commit/023f0b9))
2074* **components:** Navbar logged in ([e3dc548](https://gitlab.skypicker.com/frontend/nitrolib/commit/e3dc548))
2075* **components:** Navbar long translations in button temporary fix ([a399b9a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a399b9a))
2076* **components:** Navbar spacings ([9fbd5ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fbd5ee))
2077* **components:** New Navbar conditional prop ([0fc0cf3](https://gitlab.skypicker.com/frontend/nitrolib/commit/0fc0cf3))
2078* **components:** Orbit paletteInkNormal ([234a47e](https://gitlab.skypicker.com/frontend/nitrolib/commit/234a47e))
2079* **components:** Remove AccountCircle ([2fe2615](https://gitlab.skypicker.com/frontend/nitrolib/commit/2fe2615))
2080* **components:** Sidebar media link ([4e3048b](https://gitlab.skypicker.com/frontend/nitrolib/commit/4e3048b))
2081* **components:** SideNav media ([032c229](https://gitlab.skypicker.com/frontend/nitrolib/commit/032c229))
2082* **components:** Tooltip bg ([64f2330](https://gitlab.skypicker.com/frontend/nitrolib/commit/64f2330))
2083* **components:** Trips useRelayEnvironment ([45bf909](https://gitlab.skypicker.com/frontend/nitrolib/commit/45bf909))
2084* **components:** Use Icon prop reverseOnRtl ([3a409c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/3a409c2))
2085* **components:** Usermiddleware ([8bec286](https://gitlab.skypicker.com/frontend/nitrolib/commit/8bec286))
2086* **meta:** Generated file copying ([c48cabf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c48cabf))
2087* **services:** Auth getMyBookingToken obj ([26b2d76](https://gitlab.skypicker.com/frontend/nitrolib/commit/26b2d76))
2088* **services:** Auth tests ([053e443](https://gitlab.skypicker.com/frontend/nitrolib/commit/053e443))
2089* **services:** CollectKeys util function ([e7524ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7524ce))
2090* **services:** EmailValidator translation key ([16222b4](https://gitlab.skypicker.com/frontend/nitrolib/commit/16222b4))
2091* **services:** Enabled affilId fix in currencies ([419e907](https://gitlab.skypicker.com/frontend/nitrolib/commit/419e907))
2092* **services:** GetAll default params ([f8a090a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f8a090a))
2093* **services:** GetAll type ([7922636](https://gitlab.skypicker.com/frontend/nitrolib/commit/7922636))
2094* **services:** HandleUserID test ([9583fcf](https://gitlab.skypicker.com/frontend/nitrolib/commit/9583fcf))
2095* **services:** Log connectionSpeed ([e5375c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/e5375c4))
2096* **services:** LogLady Global bid ([68c4429](https://gitlab.skypicker.com/frontend/nitrolib/commit/68c4429))
2097* **services:** PhoneValidator api source ([d076ac5](https://gitlab.skypicker.com/frontend/nitrolib/commit/d076ac5))
2098* **services:** PhoneValidator tests ([8259619](https://gitlab.skypicker.com/frontend/nitrolib/commit/8259619))
2099* **services:** Prioritize URL over local storage in UTMs ([2151bd7](https://gitlab.skypicker.com/frontend/nitrolib/commit/2151bd7))
2100* **services:** Statics bid maybe type ([ccf940a](https://gitlab.skypicker.com/frontend/nitrolib/commit/ccf940a))
2101* Change destinations for MagicLogin tracking ([8a83eeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a83eeb))
2102* Change type of amount prop in user balances to match kiwi frontend ([5b51de0](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b51de0))
2103* Event bigquery to bigQuery ([dee46db](https://gitlab.skypicker.com/frontend/nitrolib/commit/dee46db))
2104* Improve tracked events in MagicLogin ([b43f5cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/b43f5cf))
2105* Lock file ([269161d](https://gitlab.skypicker.com/frontend/nitrolib/commit/269161d))
2106* Make buttons in MagicLogin work correctly ([89c4e2e](https://gitlab.skypicker.com/frontend/nitrolib/commit/89c4e2e))
2107* Make IATA autocomplete work in MagicLogin for IE11 ([a66f397](https://gitlab.skypicker.com/frontend/nitrolib/commit/a66f397))
2108* Make login via IATA work for in IE in MagicLogin component ([9e1cd6d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9e1cd6d))
2109* Prop declaration mismatch ([3528d64](https://gitlab.skypicker.com/frontend/nitrolib/commit/3528d64))
2110* Update translations so company name is translated in header ([a57f160](https://gitlab.skypicker.com/frontend/nitrolib/commit/a57f160))
2111* **services:** UserMiddleware cookie expiration, handleUserId ([e7356fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7356fe))
2112* Use modified & proper version of libphonenumber-js ([282392b](https://gitlab.skypicker.com/frontend/nitrolib/commit/282392b))
2113* Use modified version of libphonenumber-js to make cypress pass ([710c5ed](https://gitlab.skypicker.com/frontend/nitrolib/commit/710c5ed))
2114
2115
2116### Features
2117
2118* **bin:** Adjust parser to TS ([6f9c331](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f9c331))
2119* **components:** Add `description` prop to BaggagePicker ([b819502](https://gitlab.skypicker.com/frontend/nitrolib/commit/b819502))
2120* **components:** BaggagePickerBRBRedesign ([4167b56](https://gitlab.skypicker.com/frontend/nitrolib/commit/4167b56))
2121* **components:** InitAuth onSetAuth ([0f9b2ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/0f9b2ce))
2122* **components:** InitAuth, breaking changes ([97d254e](https://gitlab.skypicker.com/frontend/nitrolib/commit/97d254e))
2123* **components:** InputPhone validator ([1cce672](https://gitlab.skypicker.com/frontend/nitrolib/commit/1cce672))
2124* **components:** Navbar hide prop ([7bf4ea1](https://gitlab.skypicker.com/frontend/nitrolib/commit/7bf4ea1))
2125* **components:** Navbar logo animation ([6edee73](https://gitlab.skypicker.com/frontend/nitrolib/commit/6edee73))
2126* **components:** Navbar new Account ([8e9b3bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/8e9b3bf))
2127* **components:** Prepare navbar for logo animation ([092fde6](https://gitlab.skypicker.com/frontend/nitrolib/commit/092fde6))
2128* **components:** Sidebar ClassName ([92014f7](https://gitlab.skypicker.com/frontend/nitrolib/commit/92014f7))
2129* **records:** Added hooks support ([fb84534](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb84534))
2130* **services:** Add function to handle KW-Auth-Token from cookie ([e9ee919](https://gitlab.skypicker.com/frontend/nitrolib/commit/e9ee919))
2131* **services:** Currency launchpad url ([8061268](https://gitlab.skypicker.com/frontend/nitrolib/commit/8061268))
2132* Middleware add SKYPICKER_VISITOR_UNIQID to request ([a5eedd9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a5eedd9))
2133* **services:** Extended UTMs ([facd475](https://gitlab.skypicker.com/frontend/nitrolib/commit/facd475))
2134* **services:** Fetch granular flag ([ff1e73e](https://gitlab.skypicker.com/frontend/nitrolib/commit/ff1e73e))
2135* **services:** Update of userid middleware ([0e7171e](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e7171e))
2136* **services:** UserID middleware ([3dc02f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/3dc02f4))
2137* Make magic link prop "onGetSimpleToken" optional ([fb9bb7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb9bb7e))
2138
2139
2140
2141## [9.2.6](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.5...v9.2.6) (2019-10-18)
2142
2143
2144### Bug Fixes
2145
2146* **components:** Navbar hide logo and sideNav ([023f0b9](https://gitlab.skypicker.com/frontend/nitrolib/commit/023f0b9))
2147* **meta:** Generated file copying ([c48cabf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c48cabf))
2148
2149
2150
2151## [9.2.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.4...v9.2.5) (2019-10-17)
2152
2153
2154### Bug Fixes
2155
2156* **components:** Sidebar media link ([4e3048b](https://gitlab.skypicker.com/frontend/nitrolib/commit/4e3048b))
2157* **services:** Enabled affilId fix in currencies ([419e907](https://gitlab.skypicker.com/frontend/nitrolib/commit/419e907))
2158
2159
2160
2161## [9.2.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.3...v9.2.4) (2019-10-15)
2162
2163
2164### Bug Fixes
2165
2166* **services:** LogLady Global bid ([68c4429](https://gitlab.skypicker.com/frontend/nitrolib/commit/68c4429))
2167* **services:** Statics bid maybe type ([ccf940a](https://gitlab.skypicker.com/frontend/nitrolib/commit/ccf940a))
2168
2169
2170
2171## [9.2.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.1...v9.2.3) (2019-10-14)
2172
2173
2174### Bug Fixes
2175
2176* Prop declaration mismatch ([3528d64](https://gitlab.skypicker.com/frontend/nitrolib/commit/3528d64))
2177* **components:** Fixed Headerlinks flow ([85b6151](https://gitlab.skypicker.com/frontend/nitrolib/commit/85b6151))
2178* **components:** Fixed Headerlinks re-render rule ([489a302](https://gitlab.skypicker.com/frontend/nitrolib/commit/489a302))
2179* Update translations so company name is translated in header ([a57f160](https://gitlab.skypicker.com/frontend/nitrolib/commit/a57f160))
2180
2181
2182
2183## [9.2.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.9.0...v9.2.2) (2019-10-14)
2184
2185
2186### Bug Fixes
2187
2188* **components:** AddBlueRibbonBags fixed to reflect latest redesign ([ba8bc9f](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8bc9f))
2189* **components:** Airplane icon ([6135120](https://gitlab.skypicker.com/frontend/nitrolib/commit/6135120))
2190* **components:** Baggage tests fixes ([62af5e4](https://gitlab.skypicker.com/frontend/nitrolib/commit/62af5e4))
2191* **components:** BaggagePicker show current option ([d8392c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d8392c9))
2192* **components:** Fix forgotten defaultProp ([5b79e64](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b79e64))
2193* **components:** Fixed Headerlinks flow ([85b6151](https://gitlab.skypicker.com/frontend/nitrolib/commit/85b6151))
2194* **components:** Fixed Headerlinks re-render rule ([489a302](https://gitlab.skypicker.com/frontend/nitrolib/commit/489a302))
2195* **components:** Fixed Headerlinks re-rendering on searchForm change ([6feffb2](https://gitlab.skypicker.com/frontend/nitrolib/commit/6feffb2))
2196* **components:** Header link active style ([b51e1c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b51e1c4))
2197* **components:** HeaderLinks mobile Icon ([858f1e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/858f1e9))
2198* **components:** Headerlinks re-render ([f58030b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f58030b))
2199* **components:** IataPicker label ([188438b](https://gitlab.skypicker.com/frontend/nitrolib/commit/188438b))
2200* **components:** IataPicker states ([c4f9013](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4f9013))
2201* **components:** Indexing of baggage options ([8098a69](https://gitlab.skypicker.com/frontend/nitrolib/commit/8098a69))
2202* **components:** InputEmail and InputPhone callbacks ([c41a72b](https://gitlab.skypicker.com/frontend/nitrolib/commit/c41a72b))
2203* **components:** InputEmail and InputPhone errors ([db7511f](https://gitlab.skypicker.com/frontend/nitrolib/commit/db7511f))
2204* **components:** InputEmail and InputPhone translation errors, corrector ([bf5a402](https://gitlab.skypicker.com/frontend/nitrolib/commit/bf5a402))
2205* **components:** InputEmail onChange ([a1a62b6](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1a62b6))
2206* **components:** InputEmail, InputPhone stories ([c4fe656](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4fe656))
2207* **components:** InputPhone redundant ([0a05dd8](https://gitlab.skypicker.com/frontend/nitrolib/commit/0a05dd8))
2208* **components:** LoginButton weight ([5cb5fb1](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cb5fb1))
2209* **components:** MagicLogin CreateAccount screen ([8ba24e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ba24e2))
2210* **components:** MagicLogin grid ([bec51c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/bec51c2))
2211* **components:** MagicLogin Modal ([2221f3a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2221f3a))
2212* **components:** Navbar buttons ([38acaf7](https://gitlab.skypicker.com/frontend/nitrolib/commit/38acaf7))
2213* **components:** Navbar fontWeight ([7230c55](https://gitlab.skypicker.com/frontend/nitrolib/commit/7230c55))
2214* **components:** Navbar logged in ([e3dc548](https://gitlab.skypicker.com/frontend/nitrolib/commit/e3dc548))
2215* Make login via IATA work for in IE in MagicLogin component ([9e1cd6d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9e1cd6d))
2216* **components:** Navbar long translations in button temporary fix ([a399b9a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a399b9a))
2217* **components:** Navbar spacings ([9fbd5ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fbd5ee))
2218* **components:** New Navbar conditional prop ([0fc0cf3](https://gitlab.skypicker.com/frontend/nitrolib/commit/0fc0cf3))
2219* **components:** Orbit paletteInkNormal ([234a47e](https://gitlab.skypicker.com/frontend/nitrolib/commit/234a47e))
2220* **components:** Remove AccountCircle ([2fe2615](https://gitlab.skypicker.com/frontend/nitrolib/commit/2fe2615))
2221* **components:** Removed NavBar Help button color warning ([032e061](https://gitlab.skypicker.com/frontend/nitrolib/commit/032e061))
2222* **components:** SideNav media ([032c229](https://gitlab.skypicker.com/frontend/nitrolib/commit/032c229))
2223* **components:** Tooltip bg ([64f2330](https://gitlab.skypicker.com/frontend/nitrolib/commit/64f2330))
2224* **components:** Trips useRelayEnvironment ([45bf909](https://gitlab.skypicker.com/frontend/nitrolib/commit/45bf909))
2225* **components:** Update shown options in BaggagePicker ([06256ab](https://gitlab.skypicker.com/frontend/nitrolib/commit/06256ab))
2226* **components:** Use Icon prop reverseOnRtl ([3a409c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/3a409c2))
2227* Improve tracked events in MagicLogin ([b43f5cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/b43f5cf))
2228* **components:** Usermiddleware ([8bec286](https://gitlab.skypicker.com/frontend/nitrolib/commit/8bec286))
2229* **services:** Auth getMyBookingToken obj ([26b2d76](https://gitlab.skypicker.com/frontend/nitrolib/commit/26b2d76))
2230* **services:** Auth tests ([053e443](https://gitlab.skypicker.com/frontend/nitrolib/commit/053e443))
2231* **services:** CollectKeys util function ([e7524ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7524ce))
2232* **services:** EmailValidator translation key ([16222b4](https://gitlab.skypicker.com/frontend/nitrolib/commit/16222b4))
2233* **services:** GetAll default params ([f8a090a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f8a090a))
2234* **services:** GetAll type ([7922636](https://gitlab.skypicker.com/frontend/nitrolib/commit/7922636))
2235* **services:** HandleUserID test ([9583fcf](https://gitlab.skypicker.com/frontend/nitrolib/commit/9583fcf))
2236* **services:** Log connectionSpeed ([e5375c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/e5375c4))
2237* **services:** PhoneValidator api source ([d076ac5](https://gitlab.skypicker.com/frontend/nitrolib/commit/d076ac5))
2238* Lock file ([269161d](https://gitlab.skypicker.com/frontend/nitrolib/commit/269161d))
2239* **services:** PhoneValidator tests ([8259619](https://gitlab.skypicker.com/frontend/nitrolib/commit/8259619))
2240* **services:** UserMiddleware cookie expiration, handleUserId ([e7356fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7356fe))
2241* Change destinations for MagicLogin tracking ([8a83eeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a83eeb))
2242* Change type of amount prop in user balances to match kiwi frontend ([5b51de0](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b51de0))
2243* Event bigquery to bigQuery ([dee46db](https://gitlab.skypicker.com/frontend/nitrolib/commit/dee46db))
2244* Make buttons in MagicLogin work correctly ([89c4e2e](https://gitlab.skypicker.com/frontend/nitrolib/commit/89c4e2e))
2245* Make IATA autocomplete work in MagicLogin for IE11 ([a66f397](https://gitlab.skypicker.com/frontend/nitrolib/commit/a66f397))
2246* Prop declaration mismatch ([3528d64](https://gitlab.skypicker.com/frontend/nitrolib/commit/3528d64))
2247* Use modified & proper version of libphonenumber-js ([282392b](https://gitlab.skypicker.com/frontend/nitrolib/commit/282392b))
2248* Use modified version of libphonenumber-js to make cypress pass ([710c5ed](https://gitlab.skypicker.com/frontend/nitrolib/commit/710c5ed))
2249
2250
2251### Features
2252
2253* **bin:** Adjust parser to TS ([6f9c331](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f9c331))
2254* **components:** Add `description` prop to BaggagePicker ([b819502](https://gitlab.skypicker.com/frontend/nitrolib/commit/b819502))
2255* **components:** BaggagePickerBRBRedesign ([4167b56](https://gitlab.skypicker.com/frontend/nitrolib/commit/4167b56))
2256* **components:** InitAuth onSetAuth ([0f9b2ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/0f9b2ce))
2257* **components:** InitAuth, breaking changes ([97d254e](https://gitlab.skypicker.com/frontend/nitrolib/commit/97d254e))
2258* **components:** InputEmail, InputPhone hooks ([43da75c](https://gitlab.skypicker.com/frontend/nitrolib/commit/43da75c))
2259* **components:** InputPhone validator ([1cce672](https://gitlab.skypicker.com/frontend/nitrolib/commit/1cce672))
2260* **components:** Navbar hide prop ([7bf4ea1](https://gitlab.skypicker.com/frontend/nitrolib/commit/7bf4ea1))
2261* **components:** Navbar logo animation ([6edee73](https://gitlab.skypicker.com/frontend/nitrolib/commit/6edee73))
2262* **components:** Navbar new Account ([8e9b3bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/8e9b3bf))
2263* **components:** Prepare navbar for logo animation ([092fde6](https://gitlab.skypicker.com/frontend/nitrolib/commit/092fde6))
2264* **components:** Sidebar ClassName ([92014f7](https://gitlab.skypicker.com/frontend/nitrolib/commit/92014f7))
2265* **records:** Added hooks support ([fb84534](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb84534))
2266* **services:** Add function to handle KW-Auth-Token from cookie ([e9ee919](https://gitlab.skypicker.com/frontend/nitrolib/commit/e9ee919))
2267* Added kiwicom/relay ([1e5697f](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e5697f))
2268* Flow update to latest ([b0bc041](https://gitlab.skypicker.com/frontend/nitrolib/commit/b0bc041))
2269* **services:** Currency launchpad url ([8061268](https://gitlab.skypicker.com/frontend/nitrolib/commit/8061268))
2270* Make magic link prop "onGetSimpleToken" optional ([fb9bb7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb9bb7e))
2271* Middleware add SKYPICKER_VISITOR_UNIQID to request ([a5eedd9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a5eedd9))
2272* **services:** Extended UTMs ([facd475](https://gitlab.skypicker.com/frontend/nitrolib/commit/facd475))
2273* **services:** Fetch granular flag ([ff1e73e](https://gitlab.skypicker.com/frontend/nitrolib/commit/ff1e73e))
2274* **services:** Update of userid middleware ([0e7171e](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e7171e))
2275* **services:** UserID middleware ([3dc02f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/3dc02f4))
2276
2277
2278
2279## [9.2.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.2.0...v9.2.1) (2019-10-11)
2280
2281
2282
2283# [9.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.1.1...v9.2.0) (2019-10-11)
2284
2285
2286### Bug Fixes
2287
2288* **components:** Fixed Headerlinks re-rendering on searchForm change ([6feffb2](https://gitlab.skypicker.com/frontend/nitrolib/commit/6feffb2))
2289
2290
2291### Features
2292
2293* **services:** Add function to handle KW-Auth-Token from cookie ([e9ee919](https://gitlab.skypicker.com/frontend/nitrolib/commit/e9ee919))
2294
2295
2296
2297## [9.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.1.0...v9.1.1) (2019-10-09)
2298
2299
2300### Bug Fixes
2301
2302* **services:** GetAll default params ([f8a090a](https://gitlab.skypicker.com/frontend/nitrolib/commit/f8a090a))
2303
2304
2305
2306# [9.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.0.1...v9.1.0) (2019-10-09)
2307
2308
2309### Bug Fixes
2310
2311* **components:** Header link active style ([b51e1c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/b51e1c4))
2312* **components:** Headerlinks re-render ([f58030b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f58030b))
2313* **components:** SideNav media ([032c229](https://gitlab.skypicker.com/frontend/nitrolib/commit/032c229))
2314
2315
2316### Features
2317
2318* **components:** Navbar hide prop ([7bf4ea1](https://gitlab.skypicker.com/frontend/nitrolib/commit/7bf4ea1))
2319
2320
2321
2322## [9.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v9.0.0...v9.0.1) (2019-10-08)
2323
2324
2325### Bug Fixes
2326
2327* **components:** Trips useRelayEnvironment ([45bf909](https://gitlab.skypicker.com/frontend/nitrolib/commit/45bf909))
2328* **services:** GetAll type ([7922636](https://gitlab.skypicker.com/frontend/nitrolib/commit/7922636))
2329
2330
2331
2332# [9.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.3.1...v9.0.0) (2019-10-07)
2333
2334
2335### Bug Fixes
2336
2337* **services:** HandleUserID test ([9583fcf](https://gitlab.skypicker.com/frontend/nitrolib/commit/9583fcf))
2338* **services:** UserMiddleware cookie expiration, handleUserId ([e7356fe](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7356fe))
2339
2340
2341### Features
2342
2343* **services:** Currency launchpad url ([8061268](https://gitlab.skypicker.com/frontend/nitrolib/commit/8061268))
2344
2345
2346
2347## [8.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.3.0...v8.3.1) (2019-10-04)
2348
2349
2350### Bug Fixes
2351
2352* **services:** Auth getMyBookingToken obj ([26b2d76](https://gitlab.skypicker.com/frontend/nitrolib/commit/26b2d76))
2353* **services:** Auth tests ([053e443](https://gitlab.skypicker.com/frontend/nitrolib/commit/053e443))
2354
2355
2356
2357# [8.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.2.0...v8.3.0) (2019-10-04)
2358
2359
2360### Features
2361
2362* Middleware add SKYPICKER_VISITOR_UNIQID to request ([a5eedd9](https://gitlab.skypicker.com/frontend/nitrolib/commit/a5eedd9))
2363* **components:** Sidebar ClassName ([92014f7](https://gitlab.skypicker.com/frontend/nitrolib/commit/92014f7))
2364
2365
2366
2367# [8.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.1.0...v8.2.0) (2019-10-01)
2368
2369
2370### Features
2371
2372* **components:** InitAuth onSetAuth ([0f9b2ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/0f9b2ce))
2373
2374
2375
2376# [8.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.0.1...v8.1.0) (2019-09-27)
2377
2378
2379### Bug Fixes
2380
2381* **services:** EmailValidator translation key ([16222b4](https://gitlab.skypicker.com/frontend/nitrolib/commit/16222b4))
2382
2383
2384### Features
2385
2386* **components:** Add `description` prop to BaggagePicker ([b819502](https://gitlab.skypicker.com/frontend/nitrolib/commit/b819502))
2387
2388
2389
2390## [8.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v8.0.0...v8.0.1) (2019-09-26)
2391
2392
2393
2394# [8.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.4.1...v8.0.0) (2019-09-26)
2395
2396
2397### Features
2398
2399* **components:** InitAuth, breaking changes ([97d254e](https://gitlab.skypicker.com/frontend/nitrolib/commit/97d254e))
2400* **services:** Extended UTMs ([facd475](https://gitlab.skypicker.com/frontend/nitrolib/commit/facd475))
2401
2402
2403
2404## [7.4.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.4.0...v7.4.1) (2019-09-25)
2405
2406
2407### Bug Fixes
2408
2409* **components:** Navbar buttons ([38acaf7](https://gitlab.skypicker.com/frontend/nitrolib/commit/38acaf7))
2410
2411
2412### Features
2413
2414* **services:** Update of userid middleware ([0e7171e](https://gitlab.skypicker.com/frontend/nitrolib/commit/0e7171e))
2415
2416
2417
2418# [7.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.3.4...v7.4.0) (2019-09-18)
2419
2420
2421### Bug Fixes
2422
2423* **components:** Airplane icon ([6135120](https://gitlab.skypicker.com/frontend/nitrolib/commit/6135120))
2424
2425
2426### Features
2427
2428* **components:** Navbar logo animation ([6edee73](https://gitlab.skypicker.com/frontend/nitrolib/commit/6edee73))
2429
2430
2431
2432## [7.3.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.3.3...v7.3.4) (2019-09-17)
2433
2434
2435### Bug Fixes
2436
2437* **components:** LoginButton weight ([5cb5fb1](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cb5fb1))
2438
2439
2440
2441## [7.3.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.3.2...v7.3.3) (2019-09-17)
2442
2443
2444### Bug Fixes
2445
2446* **components:** Navbar fontWeight ([7230c55](https://gitlab.skypicker.com/frontend/nitrolib/commit/7230c55))
2447* **components:** New Navbar conditional prop ([0fc0cf3](https://gitlab.skypicker.com/frontend/nitrolib/commit/0fc0cf3))
2448* **components:** Usermiddleware ([8bec286](https://gitlab.skypicker.com/frontend/nitrolib/commit/8bec286))
2449
2450
2451
2452## [7.3.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.3.1...v7.3.2) (2019-09-12)
2453
2454
2455### Bug Fixes
2456
2457* **components:** Remove AccountCircle ([2fe2615](https://gitlab.skypicker.com/frontend/nitrolib/commit/2fe2615))
2458
2459
2460
2461## [7.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.3.0...v7.3.1) (2019-09-12)
2462
2463
2464### Bug Fixes
2465
2466* **components:** Navbar logged in ([e3dc548](https://gitlab.skypicker.com/frontend/nitrolib/commit/e3dc548))
2467
2468
2469
2470# [7.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.2.2...v7.3.0) (2019-09-11)
2471
2472
2473### Bug Fixes
2474
2475* **components:** AddBlueRibbonBags fixed to reflect latest redesign ([ba8bc9f](https://gitlab.skypicker.com/frontend/nitrolib/commit/ba8bc9f))
2476
2477
2478### Features
2479
2480* **services:** Fetch granular flag ([ff1e73e](https://gitlab.skypicker.com/frontend/nitrolib/commit/ff1e73e))
2481
2482
2483
2484## [7.2.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.2.1...v7.2.2) (2019-09-10)
2485
2486
2487### Bug Fixes
2488
2489* **components:** Fix forgotten defaultProp ([5b79e64](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b79e64))
2490* **components:** Navbar long translations in button temporary fix ([a399b9a](https://gitlab.skypicker.com/frontend/nitrolib/commit/a399b9a))
2491
2492
2493
2494## [7.2.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.2.0...v7.2.1) (2019-09-10)
2495
2496
2497### Bug Fixes
2498
2499* **components:** Navbar spacings ([9fbd5ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/9fbd5ee))
2500
2501
2502
2503# [7.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.1.0...v7.2.0) (2019-09-09)
2504
2505
2506### Bug Fixes
2507
2508* **components:** HeaderLinks mobile Icon ([858f1e9](https://gitlab.skypicker.com/frontend/nitrolib/commit/858f1e9))
2509* **services:** CollectKeys util function ([e7524ce](https://gitlab.skypicker.com/frontend/nitrolib/commit/e7524ce))
2510
2511
2512### Features
2513
2514* **bin:** Adjust parser to TS ([6f9c331](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f9c331))
2515* **services:** UserID middleware ([3dc02f4](https://gitlab.skypicker.com/frontend/nitrolib/commit/3dc02f4))
2516
2517
2518
2519# [7.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.0.1...v7.1.0) (2019-09-05)
2520
2521
2522### Bug Fixes
2523
2524* **components:** MagicLogin CreateAccount screen ([8ba24e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/8ba24e2))
2525
2526
2527### Features
2528
2529* **components:** Navbar new Account ([8e9b3bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/8e9b3bf))
2530* **components:** Prepare navbar for logo animation ([092fde6](https://gitlab.skypicker.com/frontend/nitrolib/commit/092fde6))
2531
2532
2533
2534## [7.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v7.0.0...v7.0.1) (2019-08-26)
2535
2536
2537### Bug Fixes
2538
2539* Make buttons in MagicLogin work correctly ([89c4e2e](https://gitlab.skypicker.com/frontend/nitrolib/commit/89c4e2e))
2540* **services:** PhoneValidator api source ([d076ac5](https://gitlab.skypicker.com/frontend/nitrolib/commit/d076ac5))
2541* **services:** PhoneValidator tests ([8259619](https://gitlab.skypicker.com/frontend/nitrolib/commit/8259619))
2542
2543
2544
2545# [7.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.6...v7.0.0) (2019-08-19)
2546
2547
2548### Bug Fixes
2549
2550* **components:** Baggage tests fixes ([62af5e4](https://gitlab.skypicker.com/frontend/nitrolib/commit/62af5e4))
2551
2552
2553### Features
2554
2555* **components:** BaggagePickerBRBRedesign ([4167b56](https://gitlab.skypicker.com/frontend/nitrolib/commit/4167b56))
2556* **components:** InputPhone validator ([1cce672](https://gitlab.skypicker.com/frontend/nitrolib/commit/1cce672))
2557
2558
2559
2560## [6.1.6](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.5...v6.1.6) (2019-08-16)
2561
2562
2563### Bug Fixes
2564
2565* **components:** Orbit paletteInkNormal ([234a47e](https://gitlab.skypicker.com/frontend/nitrolib/commit/234a47e))
2566
2567
2568
2569## [6.1.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.4...v6.1.5) (2019-08-14)
2570
2571
2572### Bug Fixes
2573
2574* **components:** MagicLogin grid ([bec51c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/bec51c2))
2575* **components:** MagicLogin Modal ([2221f3a](https://gitlab.skypicker.com/frontend/nitrolib/commit/2221f3a))
2576* Change destinations for MagicLogin tracking ([8a83eeb](https://gitlab.skypicker.com/frontend/nitrolib/commit/8a83eeb))
2577* Change type of amount prop in user balances to match kiwi frontend ([5b51de0](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b51de0))
2578* **components:** Tooltip bg ([64f2330](https://gitlab.skypicker.com/frontend/nitrolib/commit/64f2330))
2579
2580
2581
2582## [6.1.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.3...v6.1.4) (2019-08-09)
2583
2584
2585### Bug Fixes
2586
2587* **components:** InputEmail and InputPhone errors ([db7511f](https://gitlab.skypicker.com/frontend/nitrolib/commit/db7511f))
2588* **components:** InputEmail, InputPhone stories ([c4fe656](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4fe656))
2589* Make IATA autocomplete work in MagicLogin for IE11 ([a66f397](https://gitlab.skypicker.com/frontend/nitrolib/commit/a66f397))
2590
2591
2592
2593## [6.1.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.1...v6.1.3) (2019-08-06)
2594
2595
2596### Bug Fixes
2597
2598* Make login via IATA work for in IE in MagicLogin component ([9e1cd6d](https://gitlab.skypicker.com/frontend/nitrolib/commit/9e1cd6d))
2599
2600
2601
2602## [6.1.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.1...v6.1.2) (2019-08-06)
2603
2604
2605
2606## [6.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.1.0...v6.1.1) (2019-08-05)
2607
2608
2609### Bug Fixes
2610
2611* Event bigquery to bigQuery ([dee46db](https://gitlab.skypicker.com/frontend/nitrolib/commit/dee46db))
2612* Improve tracked events in MagicLogin ([b43f5cf](https://gitlab.skypicker.com/frontend/nitrolib/commit/b43f5cf))
2613* Use modified & proper version of libphonenumber-js ([282392b](https://gitlab.skypicker.com/frontend/nitrolib/commit/282392b))
2614
2615
2616
2617# [6.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.5...v6.1.0) (2019-08-02)
2618
2619
2620### Bug Fixes
2621
2622* **services:** Log connectionSpeed ([e5375c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/e5375c4))
2623* Use modified version of libphonenumber-js to make cypress pass ([710c5ed](https://gitlab.skypicker.com/frontend/nitrolib/commit/710c5ed))
2624
2625
2626### Features
2627
2628* **records:** Added hooks support ([fb84534](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb84534))
2629* Make magic link prop "onGetSimpleToken" optional ([fb9bb7e](https://gitlab.skypicker.com/frontend/nitrolib/commit/fb9bb7e))
2630
2631
2632
2633## [6.0.6](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.5...v6.0.6) (2019-08-02)
2634
2635
2636### Bug Fixes
2637
2638* **services:** Log connectionSpeed ([e5375c4](https://gitlab.skypicker.com/frontend/nitrolib/commit/e5375c4))
2639
2640
2641
2642## [6.0.5](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.4...v6.0.5) (2019-08-01)
2643
2644
2645### Bug Fixes
2646
2647* **components:** IataPicker states ([c4f9013](https://gitlab.skypicker.com/frontend/nitrolib/commit/c4f9013))
2648
2649
2650
2651## [6.0.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.3...v6.0.4) (2019-07-26)
2652
2653
2654### Bug Fixes
2655
2656* **components:** InputEmail and InputPhone translation errors, corrector ([bf5a402](https://gitlab.skypicker.com/frontend/nitrolib/commit/bf5a402))
2657
2658
2659
2660## [6.0.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.2...v6.0.3) (2019-07-25)
2661
2662
2663### Bug Fixes
2664
2665* Lock file ([269161d](https://gitlab.skypicker.com/frontend/nitrolib/commit/269161d))
2666* **components:** InputEmail onChange ([a1a62b6](https://gitlab.skypicker.com/frontend/nitrolib/commit/a1a62b6))
2667
2668
2669
2670## 6.0.2 (2019-07-25)
2671
2672
2673### Bug Fixes
2674
2675* Button order and feedback from UX ([d38eb46](https://gitlab.skypicker.com/frontend/nitrolib/commit/d38eb46))
2676* Cookies popup default value fixes ([e2a35cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2a35cd))
2677* Cookies popup rtl ([2d995d4](https://gitlab.skypicker.com/frontend/nitrolib/commit/2d995d4))
2678* Itinerary/Starred tests and types ([ecaa2e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/ecaa2e2))
2679* ItineraryMulticityDeep type spread ([6383ae4](https://gitlab.skypicker.com/frontend/nitrolib/commit/6383ae4))
2680* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
2681* Make Starred pluggable ([2e946b0](https://gitlab.skypicker.com/frontend/nitrolib/commit/2e946b0))
2682* **bin:** Ignore node_modules in collect keys ([ca00874](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca00874))
2683* **button:** Fixed button, rised react, orbit, fixed mediaqueries ([7b04b21](https://gitlab.skypicker.com/frontend/nitrolib/commit/7b04b21))
2684* **components:** BaggagePicker show current option ([d8392c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d8392c9))
2685* **components:** CookiesBanner, CookiesCustomize ([1973004](https://gitlab.skypicker.com/frontend/nitrolib/commit/1973004))
2686* **components:** Handle submit errors for simple token & format date ([cea4603](https://gitlab.skypicker.com/frontend/nitrolib/commit/cea4603))
2687* **components:** Headerlinks story, Footer mq ([a607c41](https://gitlab.skypicker.com/frontend/nitrolib/commit/a607c41))
2688* **components:** IataPicker label ([188438b](https://gitlab.skypicker.com/frontend/nitrolib/commit/188438b))
2689* **components:** Imports ([08f4638](https://gitlab.skypicker.com/frontend/nitrolib/commit/08f4638))
2690* **components:** Indexing of baggage options ([8098a69](https://gitlab.skypicker.com/frontend/nitrolib/commit/8098a69))
2691* **components:** InitLog Context type import ([b964c31](https://gitlab.skypicker.com/frontend/nitrolib/commit/b964c31))
2692* **components:** InitStarred load value ([d5e4df4](https://gitlab.skypicker.com/frontend/nitrolib/commit/d5e4df4))
2693* **components:** InitStarred only client ([38c5f7b](https://gitlab.skypicker.com/frontend/nitrolib/commit/38c5f7b))
2694* **components:** InitStarred storage name and value ([06fcb57](https://gitlab.skypicker.com/frontend/nitrolib/commit/06fcb57))
2695* **components:** InputEmail and InputPhone callbacks ([c41a72b](https://gitlab.skypicker.com/frontend/nitrolib/commit/c41a72b))
2696* **components:** InputPhone redundant ([0a05dd8](https://gitlab.skypicker.com/frontend/nitrolib/commit/0a05dd8))
2697* **components:** Limited number of fetching trips ([88483cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/88483cd))
2698* **components:** MagicLogin Flow ([8114ac0](https://gitlab.skypicker.com/frontend/nitrolib/commit/8114ac0))
2699* **components:** Removed NavBar Help button color warning ([032e061](https://gitlab.skypicker.com/frontend/nitrolib/commit/032e061))
2700* **components:** Translation collecting for Cookies popup ([6f5cfe5](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f5cfe5))
2701* **components:** TripItem font-weight ([77aa89f](https://gitlab.skypicker.com/frontend/nitrolib/commit/77aa89f))
2702* **components:** Trips first parametr, button color ([9058097](https://gitlab.skypicker.com/frontend/nitrolib/commit/9058097))
2703* **components:** Trips query params and variables ([de27f94](https://gitlab.skypicker.com/frontend/nitrolib/commit/de27f94))
2704* **components:** Update handling empty baggage ([45e7bf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/45e7bf6))
2705* **components:** Update shown options in BaggagePicker ([06256ab](https://gitlab.skypicker.com/frontend/nitrolib/commit/06256ab))
2706* **components:** Use Icon prop reverseOnRtl ([3a409c2](https://gitlab.skypicker.com/frontend/nitrolib/commit/3a409c2))
2707* **cookies:** Correct userId cookie ([9082ef8](https://gitlab.skypicker.com/frontend/nitrolib/commit/9082ef8))
2708* **docs:** Update ([19bda80](https://gitlab.skypicker.com/frontend/nitrolib/commit/19bda80))
2709* **itinerary:** Cycle imports ([f2a628b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2a628b))
2710* **records:** In-sync Loglady type in typedefs ([4a82827](https://gitlab.skypicker.com/frontend/nitrolib/commit/4a82827))
2711* **services:** `log/api` correct endpoint ([d2b9243](https://gitlab.skypicker.com/frontend/nitrolib/commit/d2b9243))
2712* **services:** `log/api` returns a promise ([8aa08a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8aa08a7))
2713* **services:** `log/logger` typings ([da35509](https://gitlab.skypicker.com/frontend/nitrolib/commit/da35509))
2714* **services:** Currency getAll fix ([7f8ab0f](https://gitlab.skypicker.com/frontend/nitrolib/commit/7f8ab0f))
2715* **services:** Enable `user_id` in `session/init` ([1ca024e](https://gitlab.skypicker.com/frontend/nitrolib/commit/1ca024e))
2716* **services:** Logging Nitro prefix -> General ([ed2236b](https://gitlab.skypicker.com/frontend/nitrolib/commit/ed2236b))
2717* **services:** Make `logger`'s `log` have the intended type ([5dbc8a3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5dbc8a3))
2718* **services:** Move 'isLoggedIn' where it belongs in `log/logger` ([ad3cafb](https://gitlab.skypicker.com/frontend/nitrolib/commit/ad3cafb))
2719* **services:** Reject `new Error` in `auth/api` ([37a7a76](https://gitlab.skypicker.com/frontend/nitrolib/commit/37a7a76))
2720* Send magic login e-mail in correct language ([43bd048](https://gitlab.skypicker.com/frontend/nitrolib/commit/43bd048))
2721* Update relay fragments ([4d59510](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d59510))
2722* **starred:** Align, removed wrapper ([5cbc87b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cbc87b))
2723* **starred:** StarredFooter height ([e20b6df](https://gitlab.skypicker.com/frontend/nitrolib/commit/e20b6df))
2724* **starred:** TripsContainer padding ([1e1db8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e1db8a))
2725* **trips:** TripsContainer, TripListBottom fixes ([04e64af](https://gitlab.skypicker.com/frontend/nitrolib/commit/04e64af))
2726
2727
2728### Features
2729
2730* Add CHANGELOG ([724b2a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/724b2a7))
2731* **components:** Make InitLog use log/logger, add dev option to api ([49138ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/49138ee))
2732* Added kiwicom/relay ([1e5697f](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e5697f))
2733* Bump translations ([8893ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/8893ad3))
2734* **components:** HeaderLinks props update ([3ca9c8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/3ca9c8c))
2735* Commits ([795ea14](https://gitlab.skypicker.com/frontend/nitrolib/commit/795ea14))
2736* **clickoutside:** Add className prop ([bc3a1b3](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc3a1b3))
2737* **components:** Add id to Cookie consent for ad blockers ([10cc6de](https://gitlab.skypicker.com/frontend/nitrolib/commit/10cc6de))
2738* **components:** Add new SingleBooking screen to login & date picker ([7375299](https://gitlab.skypicker.com/frontend/nitrolib/commit/7375299))
2739* **components:** Add TranslateRef ([85c70ef](https://gitlab.skypicker.com/frontend/nitrolib/commit/85c70ef))
2740* **components:** InputEmail and InputPhone Wrappers for InputField ([7426fbc](https://gitlab.skypicker.com/frontend/nitrolib/commit/7426fbc))
2741* **components:** InputEmail email corrector is on ([a7a013c](https://gitlab.skypicker.com/frontend/nitrolib/commit/a7a013c))
2742* **components:** InputEmail, InputPhone hooks ([43da75c](https://gitlab.skypicker.com/frontend/nitrolib/commit/43da75c))
2743* **components:** Make IATA picker orbit friendly ([485e956](https://gitlab.skypicker.com/frontend/nitrolib/commit/485e956))
2744* **components:** Navbar accessibility ([c182bbf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c182bbf))
2745* **components:** orbit inputField by default in Iatapicker, IconText and Sidebar refactor ([65ea036](https://gitlab.skypicker.com/frontend/nitrolib/commit/65ea036))
2746* **components:** Starred ([5073d84](https://gitlab.skypicker.com/frontend/nitrolib/commit/5073d84))
2747* **components:** TranslateRef supports multiple refs ([ddf5b78](https://gitlab.skypicker.com/frontend/nitrolib/commit/ddf5b78))
2748* Update docs ([410c4cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/410c4cd))
2749* **components:** Update GraphQL to support getSimpleToken mutation ([59669b2](https://gitlab.skypicker.com/frontend/nitrolib/commit/59669b2))
2750* **services:** Add deeplinkId to Session ([4590f31](https://gitlab.skypicker.com/frontend/nitrolib/commit/4590f31))
2751* Flow update to latest ([b0bc041](https://gitlab.skypicker.com/frontend/nitrolib/commit/b0bc041))
2752* **components:** WithData decorator extended with AuthProvider ([0960ff2](https://gitlab.skypicker.com/frontend/nitrolib/commit/0960ff2))
2753* **docs:** Add CHANGELOG ([e2008dd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2008dd))
2754* **meta:** Add scope enum ([b2b2716](https://gitlab.skypicker.com/frontend/nitrolib/commit/b2b2716))
2755* **meta:** Update orbit version ([57f9b8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/57f9b8d))
2756* **records:** Loglady globals add missing parameters ([5038d47](https://gitlab.skypicker.com/frontend/nitrolib/commit/5038d47))
2757* **services:** Add `accountId` in `log/logger` globals ([db55bd3](https://gitlab.skypicker.com/frontend/nitrolib/commit/db55bd3))
2758* **services:** Add `email` to `log/logger`'s `Globals` ([cfc354d](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfc354d))
2759* **services:** Add `logger` into the `log` service ([372b2bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/372b2bf))
2760* **services:** Add a `batch` function to `log`'s `logger` ([c87736a](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87736a))
2761* **services:** Add connection info to `log/logger`'s `Globals` ([3052a39](https://gitlab.skypicker.com/frontend/nitrolib/commit/3052a39))
2762* **services:** Add server service, `analyseHeaders` function ([f32b316](https://gitlab.skypicker.com/frontend/nitrolib/commit/f32b316))
2763* **services:** Purge redundant userId cookie in `server/analyseHeaders` ([6aa3307](https://gitlab.skypicker.com/frontend/nitrolib/commit/6aa3307))
2764
2765
2766
2767## [6.0.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v6.0.0...v6.0.1) (2019-07-23)
2768
2769
2770### Bug Fixes
2771
2772* **components:** Indexing of baggage options ([8098a69](https://gitlab.skypicker.com/frontend/nitrolib/commit/8098a69))
2773
2774
2775
2776# [6.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.9.2...v6.0.0) (2019-07-23)
2777
2778
2779### Features
2780
2781* Added kiwicom/relay ([1e5697f](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e5697f))
2782* Flow update to latest ([b0bc041](https://gitlab.skypicker.com/frontend/nitrolib/commit/b0bc041))
2783
2784
2785
2786## [5.9.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.8.0...v5.9.2) (2019-07-23)
2787
2788
2789### Bug Fixes
2790
2791* **components:** BaggagePicker show current option ([d8392c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d8392c9))
2792* **components:** IataPicker label ([188438b](https://gitlab.skypicker.com/frontend/nitrolib/commit/188438b))
2793* **components:** InputEmail and InputPhone callbacks ([c41a72b](https://gitlab.skypicker.com/frontend/nitrolib/commit/c41a72b))
2794* **components:** InputPhone redundant ([0a05dd8](https://gitlab.skypicker.com/frontend/nitrolib/commit/0a05dd8))
2795* **components:** Removed NavBar Help button color warning ([032e061](https://gitlab.skypicker.com/frontend/nitrolib/commit/032e061))
2796* **components:** Translation collecting for Cookies popup ([6f5cfe5](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f5cfe5))
2797* **components:** Update shown options in BaggagePicker ([06256ab](https://gitlab.skypicker.com/frontend/nitrolib/commit/06256ab))
2798
2799
2800### Features
2801
2802* **components:** InputEmail email corrector is on ([a7a013c](https://gitlab.skypicker.com/frontend/nitrolib/commit/a7a013c))
2803* **components:** InputEmail, InputPhone hooks ([43da75c](https://gitlab.skypicker.com/frontend/nitrolib/commit/43da75c))
2804
2805
2806
2807## [5.9.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.8.0...v5.9.1) (2019-07-16)
2808
2809
2810### Bug Fixes
2811
2812* **components:** BaggagePicker show current option ([d8392c9](https://gitlab.skypicker.com/frontend/nitrolib/commit/d8392c9))
2813* **components:** IataPicker label ([188438b](https://gitlab.skypicker.com/frontend/nitrolib/commit/188438b))
2814* **components:** InputEmail and InputPhone callbacks ([c41a72b](https://gitlab.skypicker.com/frontend/nitrolib/commit/c41a72b))
2815* **components:** InputPhone redundant ([0a05dd8](https://gitlab.skypicker.com/frontend/nitrolib/commit/0a05dd8))
2816* **components:** Removed NavBar Help button color warning ([032e061](https://gitlab.skypicker.com/frontend/nitrolib/commit/032e061))
2817* **components:** Translation collecting for Cookies popup ([6f5cfe5](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f5cfe5))
2818* **components:** Update shown options in BaggagePicker ([06256ab](https://gitlab.skypicker.com/frontend/nitrolib/commit/06256ab))
2819
2820
2821### Features
2822
2823* **components:** InputEmail email corrector is on ([a7a013c](https://gitlab.skypicker.com/frontend/nitrolib/commit/a7a013c))
2824* **components:** InputEmail, InputPhone hooks ([43da75c](https://gitlab.skypicker.com/frontend/nitrolib/commit/43da75c))
2825
2826
2827
2828# [5.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.7.3...v5.9.0) (2019-07-12)
2829
2830
2831### Bug Fixes
2832
2833* **components:** Translation collecting for Cookies popup ([6f5cfe5](https://gitlab.skypicker.com/frontend/nitrolib/commit/6f5cfe5))
2834
2835
2836### Features
2837
2838* **components:** InputEmail and InputPhone Wrappers for InputField ([7426fbc](https://gitlab.skypicker.com/frontend/nitrolib/commit/7426fbc))
2839* **components:** InputEmail email corrector is on ([a7a013c](https://gitlab.skypicker.com/frontend/nitrolib/commit/a7a013c))
2840
2841
2842
2843# [5.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.7.4...v5.8.0) (2019-07-11)
2844
2845
2846### Features
2847
2848* **components:** InputEmail and InputPhone Wrappers for InputField ([7426fbc](https://gitlab.skypicker.com/frontend/nitrolib/commit/7426fbc))
2849
2850
2851
2852## [5.7.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.7.1...v5.7.4) (2019-07-11)
2853
2854
2855### Bug Fixes
2856
2857* **components:** CookiesBanner, CookiesCustomize ([1973004](https://gitlab.skypicker.com/frontend/nitrolib/commit/1973004))
2858* **components:** InitLog Context type import ([b964c31](https://gitlab.skypicker.com/frontend/nitrolib/commit/b964c31))
2859* **components:** TripItem font-weight ([77aa89f](https://gitlab.skypicker.com/frontend/nitrolib/commit/77aa89f))
2860* Button order and feedback from UX ([d38eb46](https://gitlab.skypicker.com/frontend/nitrolib/commit/d38eb46))
2861* Cookies popup default value fixes ([e2a35cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2a35cd))
2862* Cookies popup rtl ([2d995d4](https://gitlab.skypicker.com/frontend/nitrolib/commit/2d995d4))
2863
2864
2865
2866## [5.7.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.7.2...v5.7.3) (2019-07-11)
2867
2868
2869### Bug Fixes
2870
2871* **components:** InitLog Context type import ([b964c31](https://gitlab.skypicker.com/frontend/nitrolib/commit/b964c31))
2872* **components:** TripItem font-weight ([77aa89f](https://gitlab.skypicker.com/frontend/nitrolib/commit/77aa89f))
2873* Button order and feedback from UX ([d38eb46](https://gitlab.skypicker.com/frontend/nitrolib/commit/d38eb46))
2874* Cookies popup default value fixes ([e2a35cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2a35cd))
2875* Cookies popup rtl ([2d995d4](https://gitlab.skypicker.com/frontend/nitrolib/commit/2d995d4))
2876
2877
2878
2879## [5.7.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v0.66.1...v5.7.2) (2019-07-09)
2880
2881
2882### Bug Fixes
2883
2884* Itinerary/Starred tests and types ([ecaa2e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/ecaa2e2))
2885* ItineraryMulticityDeep type spread ([6383ae4](https://gitlab.skypicker.com/frontend/nitrolib/commit/6383ae4))
2886* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
2887* **components:** InitStarred storage name and value ([06fcb57](https://gitlab.skypicker.com/frontend/nitrolib/commit/06fcb57))
2888* Make Starred pluggable ([2e946b0](https://gitlab.skypicker.com/frontend/nitrolib/commit/2e946b0))
2889* **bin:** Ignore node_modules in collect keys ([ca00874](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca00874))
2890* **button:** Fixed button, rised react, orbit, fixed mediaqueries ([7b04b21](https://gitlab.skypicker.com/frontend/nitrolib/commit/7b04b21))
2891* **components:** CookiesBanner, CookiesCustomize ([1973004](https://gitlab.skypicker.com/frontend/nitrolib/commit/1973004))
2892* **components:** Handle submit errors for simple token & format date ([cea4603](https://gitlab.skypicker.com/frontend/nitrolib/commit/cea4603))
2893* **components:** Headerlinks story, Footer mq ([a607c41](https://gitlab.skypicker.com/frontend/nitrolib/commit/a607c41))
2894* **components:** Imports ([08f4638](https://gitlab.skypicker.com/frontend/nitrolib/commit/08f4638))
2895* **components:** InitStarred load value ([d5e4df4](https://gitlab.skypicker.com/frontend/nitrolib/commit/d5e4df4))
2896* **components:** InitStarred only client ([38c5f7b](https://gitlab.skypicker.com/frontend/nitrolib/commit/38c5f7b))
2897* **components:** Limited number of fetching trips ([88483cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/88483cd))
2898* **components:** MagicLogin Flow ([8114ac0](https://gitlab.skypicker.com/frontend/nitrolib/commit/8114ac0))
2899* **components:** Trips first parametr, button color ([9058097](https://gitlab.skypicker.com/frontend/nitrolib/commit/9058097))
2900* **components:** Trips query params and variables ([de27f94](https://gitlab.skypicker.com/frontend/nitrolib/commit/de27f94))
2901* **components:** Update handling empty baggage ([45e7bf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/45e7bf6))
2902* **cookies:** Correct userId cookie ([9082ef8](https://gitlab.skypicker.com/frontend/nitrolib/commit/9082ef8))
2903* **docs:** Update ([19bda80](https://gitlab.skypicker.com/frontend/nitrolib/commit/19bda80))
2904* **itinerary:** Cycle imports ([f2a628b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2a628b))
2905* **records:** In-sync Loglady type in typedefs ([4a82827](https://gitlab.skypicker.com/frontend/nitrolib/commit/4a82827))
2906* **services:** `log/api` correct endpoint ([d2b9243](https://gitlab.skypicker.com/frontend/nitrolib/commit/d2b9243))
2907* **services:** `log/api` returns a promise ([8aa08a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8aa08a7))
2908* **services:** `log/logger` typings ([da35509](https://gitlab.skypicker.com/frontend/nitrolib/commit/da35509))
2909* **services:** Currency getAll fix ([7f8ab0f](https://gitlab.skypicker.com/frontend/nitrolib/commit/7f8ab0f))
2910* **services:** Enable `user_id` in `session/init` ([1ca024e](https://gitlab.skypicker.com/frontend/nitrolib/commit/1ca024e))
2911* **services:** Logging Nitro prefix -> General ([ed2236b](https://gitlab.skypicker.com/frontend/nitrolib/commit/ed2236b))
2912* Send magic login e-mail in correct language ([43bd048](https://gitlab.skypicker.com/frontend/nitrolib/commit/43bd048))
2913* Update relay fragments ([4d59510](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d59510))
2914* **services:** Make `logger`'s `log` have the intended type ([5dbc8a3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5dbc8a3))
2915* **services:** Move 'isLoggedIn' where it belongs in `log/logger` ([ad3cafb](https://gitlab.skypicker.com/frontend/nitrolib/commit/ad3cafb))
2916* **services:** Reject `new Error` in `auth/api` ([37a7a76](https://gitlab.skypicker.com/frontend/nitrolib/commit/37a7a76))
2917* **starred:** Align, removed wrapper ([5cbc87b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cbc87b))
2918* **starred:** StarredFooter height ([e20b6df](https://gitlab.skypicker.com/frontend/nitrolib/commit/e20b6df))
2919* **starred:** TripsContainer padding ([1e1db8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e1db8a))
2920* **trips:** TripsContainer, TripListBottom fixes ([04e64af](https://gitlab.skypicker.com/frontend/nitrolib/commit/04e64af))
2921
2922
2923### Features
2924
2925* Add CHANGELOG ([724b2a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/724b2a7))
2926* Bump translations ([8893ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/8893ad3))
2927* **meta:** Add scope enum ([b2b2716](https://gitlab.skypicker.com/frontend/nitrolib/commit/b2b2716))
2928* Commits ([795ea14](https://gitlab.skypicker.com/frontend/nitrolib/commit/795ea14))
2929* **clickoutside:** Add className prop ([bc3a1b3](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc3a1b3))
2930* **components:** Add id to Cookie consent for ad blockers ([10cc6de](https://gitlab.skypicker.com/frontend/nitrolib/commit/10cc6de))
2931* **components:** Add new SingleBooking screen to login & date picker ([7375299](https://gitlab.skypicker.com/frontend/nitrolib/commit/7375299))
2932* **components:** Add TranslateRef ([85c70ef](https://gitlab.skypicker.com/frontend/nitrolib/commit/85c70ef))
2933* **components:** HeaderLinks props update ([3ca9c8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/3ca9c8c))
2934* **components:** Make IATA picker orbit friendly ([485e956](https://gitlab.skypicker.com/frontend/nitrolib/commit/485e956))
2935* **components:** Make InitLog use log/logger, add dev option to api ([49138ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/49138ee))
2936* **components:** Navbar accessibility ([c182bbf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c182bbf))
2937* **components:** orbit inputField by default in Iatapicker, IconText and Sidebar refactor ([65ea036](https://gitlab.skypicker.com/frontend/nitrolib/commit/65ea036))
2938* **components:** Starred ([5073d84](https://gitlab.skypicker.com/frontend/nitrolib/commit/5073d84))
2939* **components:** TranslateRef supports multiple refs ([ddf5b78](https://gitlab.skypicker.com/frontend/nitrolib/commit/ddf5b78))
2940* **components:** Update GraphQL to support getSimpleToken mutation ([59669b2](https://gitlab.skypicker.com/frontend/nitrolib/commit/59669b2))
2941* **components:** WithData decorator extended with AuthProvider ([0960ff2](https://gitlab.skypicker.com/frontend/nitrolib/commit/0960ff2))
2942* **docs:** Add CHANGELOG ([e2008dd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2008dd))
2943* **meta:** Update orbit version ([57f9b8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/57f9b8d))
2944* **records:** Loglady globals add missing parameters ([5038d47](https://gitlab.skypicker.com/frontend/nitrolib/commit/5038d47))
2945* **services:** Add `accountId` in `log/logger` globals ([db55bd3](https://gitlab.skypicker.com/frontend/nitrolib/commit/db55bd3))
2946* **services:** Add `email` to `log/logger`'s `Globals` ([cfc354d](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfc354d))
2947* **services:** Add `logger` into the `log` service ([372b2bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/372b2bf))
2948* **services:** Add a `batch` function to `log`'s `logger` ([c87736a](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87736a))
2949* **services:** Add connection info to `log/logger`'s `Globals` ([3052a39](https://gitlab.skypicker.com/frontend/nitrolib/commit/3052a39))
2950* Update docs ([410c4cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/410c4cd))
2951* **services:** Add deeplinkId to Session ([4590f31](https://gitlab.skypicker.com/frontend/nitrolib/commit/4590f31))
2952* **services:** Add server service, `analyseHeaders` function ([f32b316](https://gitlab.skypicker.com/frontend/nitrolib/commit/f32b316))
2953* **services:** Purge redundant userId cookie in `server/analyseHeaders` ([6aa3307](https://gitlab.skypicker.com/frontend/nitrolib/commit/6aa3307))
2954
2955
2956
2957## [5.7.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.7.0...v5.7.1) (2019-07-09)
2958
2959
2960### Bug Fixes
2961
2962* **services:** Logging Nitro prefix -> General ([ed2236b](https://gitlab.skypicker.com/frontend/nitrolib/commit/ed2236b))
2963
2964
2965
2966# [5.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.5.0...v5.7.0) (2019-07-09)
2967
2968
2969### Bug Fixes
2970
2971* Update relay fragments ([4d59510](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d59510))
2972* **components:** Handle submit errors for simple token & format date ([cea4603](https://gitlab.skypicker.com/frontend/nitrolib/commit/cea4603))
2973* **components:** Headerlinks story, Footer mq ([a607c41](https://gitlab.skypicker.com/frontend/nitrolib/commit/a607c41))
2974* **components:** Trips first parametr, button color ([9058097](https://gitlab.skypicker.com/frontend/nitrolib/commit/9058097))
2975* **services:** Currency getAll fix ([7f8ab0f](https://gitlab.skypicker.com/frontend/nitrolib/commit/7f8ab0f))
2976
2977
2978### Features
2979
2980* **components:** Add new SingleBooking screen to login & date picker ([7375299](https://gitlab.skypicker.com/frontend/nitrolib/commit/7375299))
2981* **components:** Make IATA picker orbit friendly ([485e956](https://gitlab.skypicker.com/frontend/nitrolib/commit/485e956))
2982* **components:** orbit inputField by default in Iatapicker, IconText and Sidebar refactor ([65ea036](https://gitlab.skypicker.com/frontend/nitrolib/commit/65ea036))
2983* **components:** Update GraphQL to support getSimpleToken mutation ([59669b2](https://gitlab.skypicker.com/frontend/nitrolib/commit/59669b2))
2984* **components:** WithData decorator extended with AuthProvider ([0960ff2](https://gitlab.skypicker.com/frontend/nitrolib/commit/0960ff2))
2985
2986
2987
2988## [5.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.5.0...v5.6.1) (2019-07-01)
2989
2990
2991### Bug Fixes
2992
2993* Update relay fragments ([4d59510](https://gitlab.skypicker.com/frontend/nitrolib/commit/4d59510))
2994* **components:** Handle submit errors for simple token & format date ([cea4603](https://gitlab.skypicker.com/frontend/nitrolib/commit/cea4603))
2995
2996
2997### Features
2998
2999* **components:** Add new SingleBooking screen to login & date picker ([7375299](https://gitlab.skypicker.com/frontend/nitrolib/commit/7375299))
3000* **components:** Make IATA picker orbit friendly ([485e956](https://gitlab.skypicker.com/frontend/nitrolib/commit/485e956))
3001* **components:** Update GraphQL to support getSimpleToken mutation ([59669b2](https://gitlab.skypicker.com/frontend/nitrolib/commit/59669b2))
3002* **components:** WithData decorator extended with AuthProvider ([0960ff2](https://gitlab.skypicker.com/frontend/nitrolib/commit/0960ff2))
3003
3004
3005
3006# 5.6.0 (2019-06-27)
3007
3008
3009### Bug Fixes
3010
3011* Itinerary/Starred tests and types ([ecaa2e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/ecaa2e2))
3012* ItineraryMulticityDeep type spread ([6383ae4](https://gitlab.skypicker.com/frontend/nitrolib/commit/6383ae4))
3013* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
3014* **components:** InitStarred only client ([38c5f7b](https://gitlab.skypicker.com/frontend/nitrolib/commit/38c5f7b))
3015* Make Starred pluggable ([2e946b0](https://gitlab.skypicker.com/frontend/nitrolib/commit/2e946b0))
3016* **bin:** Ignore node_modules in collect keys ([ca00874](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca00874))
3017* **button:** Fixed button, rised react, orbit, fixed mediaqueries ([7b04b21](https://gitlab.skypicker.com/frontend/nitrolib/commit/7b04b21))
3018* **components:** Imports ([08f4638](https://gitlab.skypicker.com/frontend/nitrolib/commit/08f4638))
3019* **components:** InitStarred load value ([d5e4df4](https://gitlab.skypicker.com/frontend/nitrolib/commit/d5e4df4))
3020* **components:** InitStarred storage name and value ([06fcb57](https://gitlab.skypicker.com/frontend/nitrolib/commit/06fcb57))
3021* **components:** Limited number of fetching trips ([88483cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/88483cd))
3022* **components:** MagicLogin Flow ([8114ac0](https://gitlab.skypicker.com/frontend/nitrolib/commit/8114ac0))
3023* **components:** Trips query params and variables ([de27f94](https://gitlab.skypicker.com/frontend/nitrolib/commit/de27f94))
3024* **components:** Update handling empty baggage ([45e7bf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/45e7bf6))
3025* **cookies:** Correct userId cookie ([9082ef8](https://gitlab.skypicker.com/frontend/nitrolib/commit/9082ef8))
3026* **docs:** Update ([19bda80](https://gitlab.skypicker.com/frontend/nitrolib/commit/19bda80))
3027* **itinerary:** Cycle imports ([f2a628b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2a628b))
3028* **records:** In-sync Loglady type in typedefs ([4a82827](https://gitlab.skypicker.com/frontend/nitrolib/commit/4a82827))
3029* **services:** `log/api` correct endpoint ([d2b9243](https://gitlab.skypicker.com/frontend/nitrolib/commit/d2b9243))
3030* **services:** `log/api` returns a promise ([8aa08a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8aa08a7))
3031* **services:** `log/logger` typings ([da35509](https://gitlab.skypicker.com/frontend/nitrolib/commit/da35509))
3032* **services:** Enable `user_id` in `session/init` ([1ca024e](https://gitlab.skypicker.com/frontend/nitrolib/commit/1ca024e))
3033* Send magic login e-mail in correct language ([43bd048](https://gitlab.skypicker.com/frontend/nitrolib/commit/43bd048))
3034* **services:** Make `logger`'s `log` have the intended type ([5dbc8a3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5dbc8a3))
3035* **services:** Move 'isLoggedIn' where it belongs in `log/logger` ([ad3cafb](https://gitlab.skypicker.com/frontend/nitrolib/commit/ad3cafb))
3036* **services:** Reject `new Error` in `auth/api` ([37a7a76](https://gitlab.skypicker.com/frontend/nitrolib/commit/37a7a76))
3037* **starred:** Align, removed wrapper ([5cbc87b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cbc87b))
3038* **starred:** StarredFooter height ([e20b6df](https://gitlab.skypicker.com/frontend/nitrolib/commit/e20b6df))
3039* **starred:** TripsContainer padding ([1e1db8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e1db8a))
3040* **trips:** TripsContainer, TripListBottom fixes ([04e64af](https://gitlab.skypicker.com/frontend/nitrolib/commit/04e64af))
3041
3042
3043### Features
3044
3045* Add CHANGELOG ([724b2a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/724b2a7))
3046* Bump translations ([8893ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/8893ad3))
3047* **components:** Starred ([5073d84](https://gitlab.skypicker.com/frontend/nitrolib/commit/5073d84))
3048* Commits ([795ea14](https://gitlab.skypicker.com/frontend/nitrolib/commit/795ea14))
3049* **clickoutside:** Add className prop ([bc3a1b3](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc3a1b3))
3050* **components:** Add id to Cookie consent for ad blockers ([10cc6de](https://gitlab.skypicker.com/frontend/nitrolib/commit/10cc6de))
3051* **components:** Add new SingleBooking screen to login & date picker ([7375299](https://gitlab.skypicker.com/frontend/nitrolib/commit/7375299))
3052* **components:** Add TranslateRef ([85c70ef](https://gitlab.skypicker.com/frontend/nitrolib/commit/85c70ef))
3053* **components:** HeaderLinks props update ([3ca9c8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/3ca9c8c))
3054* **components:** Make IATA picker orbit friendly ([485e956](https://gitlab.skypicker.com/frontend/nitrolib/commit/485e956))
3055* **components:** Make InitLog use log/logger, add dev option to api ([49138ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/49138ee))
3056* **components:** Navbar accessibility ([c182bbf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c182bbf))
3057* **components:** TranslateRef supports multiple refs ([ddf5b78](https://gitlab.skypicker.com/frontend/nitrolib/commit/ddf5b78))
3058* **components:** Update GraphQL to support getSimpleToken mutation ([59669b2](https://gitlab.skypicker.com/frontend/nitrolib/commit/59669b2))
3059* **components:** WithData decorator extended with AuthProvider ([0960ff2](https://gitlab.skypicker.com/frontend/nitrolib/commit/0960ff2))
3060* **docs:** Add CHANGELOG ([e2008dd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2008dd))
3061* **meta:** Add scope enum ([b2b2716](https://gitlab.skypicker.com/frontend/nitrolib/commit/b2b2716))
3062* **meta:** Update orbit version ([57f9b8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/57f9b8d))
3063* **records:** Loglady globals add missing parameters ([5038d47](https://gitlab.skypicker.com/frontend/nitrolib/commit/5038d47))
3064* **services:** Add `accountId` in `log/logger` globals ([db55bd3](https://gitlab.skypicker.com/frontend/nitrolib/commit/db55bd3))
3065* **services:** Add `email` to `log/logger`'s `Globals` ([cfc354d](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfc354d))
3066* **services:** Add `logger` into the `log` service ([372b2bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/372b2bf))
3067* **services:** Add a `batch` function to `log`'s `logger` ([c87736a](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87736a))
3068* **services:** Add connection info to `log/logger`'s `Globals` ([3052a39](https://gitlab.skypicker.com/frontend/nitrolib/commit/3052a39))
3069* **services:** Add deeplinkId to Session ([4590f31](https://gitlab.skypicker.com/frontend/nitrolib/commit/4590f31))
3070* Update docs ([410c4cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/410c4cd))
3071* **services:** Add server service, `analyseHeaders` function ([f32b316](https://gitlab.skypicker.com/frontend/nitrolib/commit/f32b316))
3072* **services:** Purge redundant userId cookie in `server/analyseHeaders` ([6aa3307](https://gitlab.skypicker.com/frontend/nitrolib/commit/6aa3307))
3073
3074
3075
3076# [5.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.2.0...v5.5.0) (2019-06-24)
3077
3078
3079### Bug Fixes
3080
3081* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
3082* **bin:** Ignore node_modules in collect keys ([ca00874](https://gitlab.skypicker.com/frontend/nitrolib/commit/ca00874))
3083* **components:** Limited number of fetching trips ([88483cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/88483cd))
3084* **components:** Trips query params and variables ([de27f94](https://gitlab.skypicker.com/frontend/nitrolib/commit/de27f94))
3085* **services:** Enable `user_id` in `session/init` ([1ca024e](https://gitlab.skypicker.com/frontend/nitrolib/commit/1ca024e))
3086
3087
3088### Features
3089
3090* **meta:** Update orbit version ([57f9b8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/57f9b8d))
3091* **services:** Add `email` to `log/logger`'s `Globals` ([cfc354d](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfc354d))
3092* **services:** Add connection info to `log/logger`'s `Globals` ([3052a39](https://gitlab.skypicker.com/frontend/nitrolib/commit/3052a39))
3093
3094
3095
3096## [5.4.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.4.1...v5.4.2) (2019-06-20)
3097
3098
3099### Bug Fixes
3100
3101* **bin:** Ignore node_modules in collect keys ([575c354](https://gitlab.skypicker.com/frontend/nitrolib/commit/575c354))
3102
3103
3104
3105## [5.4.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.2.0...v5.4.1) (2019-06-20)
3106
3107
3108### Bug Fixes
3109
3110* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
3111* **components:** Limited number of fetching trips ([88483cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/88483cd))
3112* **components:** Trips query params and variables ([de27f94](https://gitlab.skypicker.com/frontend/nitrolib/commit/de27f94))
3113* **services:** Enable `user_id` in `session/init` ([dac1cce](https://gitlab.skypicker.com/frontend/nitrolib/commit/dac1cce))
3114
3115
3116### Features
3117
3118* **meta:** Update orbit version ([57f9b8d](https://gitlab.skypicker.com/frontend/nitrolib/commit/57f9b8d))
3119* **services:** Add `email` to `log/logger`'s `Globals` ([cfc354d](https://gitlab.skypicker.com/frontend/nitrolib/commit/cfc354d))
3120* **services:** Add connection info to `log/logger`'s `Globals` ([3052a39](https://gitlab.skypicker.com/frontend/nitrolib/commit/3052a39))
3121
3122
3123
3124# [5.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.3.0...v5.4.0) (2019-06-15)
3125
3126
3127### Features
3128
3129* **services:** Add connection info to `log/logger`'s `Globals` ([1d5e3c5](https://gitlab.skypicker.com/frontend/nitrolib/commit/1d5e3c5))
3130
3131
3132
3133# [5.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.2.0...v5.3.0) (2019-06-15)
3134
3135
3136### Bug Fixes
3137
3138* Lint, changelog dupes ([5895ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5895ad3))
3139
3140
3141### Features
3142
3143* **services:** Add `email` to `log/logger`'s `Globals` ([c01bf15](https://gitlab.skypicker.com/frontend/nitrolib/commit/c01bf15))
3144
3145
3146
3147# [5.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v4.0.0...v5.2.0) (2019-06-13)
3148
3149
3150### Bug Fixes
3151
3152* **components:** Imports ([08f4638](https://gitlab.skypicker.com/frontend/nitrolib/commit/08f4638))
3153* **components:** Update handling empty baggage ([45e7bf6](https://gitlab.skypicker.com/frontend/nitrolib/commit/45e7bf6))
3154
3155
3156### Features
3157
3158* **components:** Add id to Cookie consent for ad blockers ([10cc6de](https://gitlab.skypicker.com/frontend/nitrolib/commit/10cc6de))
3159* **components:** Navbar accessibility ([c182bbf](https://gitlab.skypicker.com/frontend/nitrolib/commit/c182bbf))
3160* **services:** Add `accountId` in `log/logger` globals ([db55bd3](https://gitlab.skypicker.com/frontend/nitrolib/commit/db55bd3))
3161
3162
3163
3164## [5.1.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.1.0...v5.1.1) (2019-06-12)
3165
3166
3167### Bug Fixes
3168
3169* **services:** `log/logger` typings ([d0b6040](https://gitlab.skypicker.com/frontend/nitrolib/commit/d0b6040))
3170
3171
3172
3173# [5.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v5.0.0...v5.1.0) (2019-06-11)
3174
3175
3176### Features
3177
3178* **services:** Purge redundant userId cookie in `server/analyseHeaders` ([5b63ba3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5b63ba3))
3179
3180
3181
3182# [5.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v4.0.0...v5.0.0) (2019-06-10)
3183
3184
3185### Bug Fixes
3186
3187* Send magic login e-mail in correct language ([43bd048](https://gitlab.skypicker.com/frontend/nitrolib/commit/43bd048))
3188* **components:** MagicLogin Flow ([8114ac0](https://gitlab.skypicker.com/frontend/nitrolib/commit/8114ac0))
3189
3190
3191
3192# [4.0.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.11.0...v4.0.0) (2019-06-10)
3193
3194
3195### Features
3196
3197* **components:** Make InitLog use log/logger, add dev option to api ([49138ee](https://gitlab.skypicker.com/frontend/nitrolib/commit/49138ee))
3198
3199
3200
3201# [3.11.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.10.2...v3.11.0) (2019-06-07)
3202
3203
3204### Bug Fixes
3205
3206* **components:** InitStarred load value ([d5e4df4](https://gitlab.skypicker.com/frontend/nitrolib/commit/d5e4df4))
3207* **components:** InitStarred storage name and value ([06fcb57](https://gitlab.skypicker.com/frontend/nitrolib/commit/06fcb57))
3208* **itinerary:** Cycle imports ([f2a628b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2a628b))
3209* **starred:** StarredFooter height ([e20b6df](https://gitlab.skypicker.com/frontend/nitrolib/commit/e20b6df))
3210* **starred:** TripsContainer padding ([1e1db8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e1db8a))
3211
3212
3213### Features
3214
3215* **components:** HeaderLinks props update ([3ca9c8c](https://gitlab.skypicker.com/frontend/nitrolib/commit/3ca9c8c))
3216* **meta:** Add scope enum ([b2b2716](https://gitlab.skypicker.com/frontend/nitrolib/commit/b2b2716))
3217
3218
3219
3220## [3.10.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.10.3...v3.10.4) (2019-06-06)
3221
3222
3223### Bug Fixes
3224
3225* **components:** InitStarred load value ([a4b647c](https://gitlab.skypicker.com/frontend/nitrolib/commit/a4b647c))
3226
3227
3228
3229## [3.10.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.10.2...v3.10.3) (2019-06-06)
3230
3231
3232### Bug Fixes
3233
3234* **components:** InitStarred storage name and value ([51072c0](https://gitlab.skypicker.com/frontend/nitrolib/commit/51072c0))
3235* **itinerary:** Cycle imports ([f2a628b](https://gitlab.skypicker.com/frontend/nitrolib/commit/f2a628b))
3236* **starred:** StarredFooter height ([e20b6df](https://gitlab.skypicker.com/frontend/nitrolib/commit/e20b6df))
3237* **starred:** TripsContainer padding ([1e1db8a](https://gitlab.skypicker.com/frontend/nitrolib/commit/1e1db8a))
3238
3239
3240### Features
3241
3242* **meta:** Add scope enum ([b2b2716](https://gitlab.skypicker.com/frontend/nitrolib/commit/b2b2716))
3243
3244
3245
3246## [3.10.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.10.1...v3.10.2) (2019-06-04)
3247
3248
3249### Bug Fixes
3250
3251* **components:** InitStarred only client ([38c5f7b](https://gitlab.skypicker.com/frontend/nitrolib/commit/38c5f7b))
3252
3253
3254
3255## [3.10.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.4...v3.10.1) (2019-06-04)
3256
3257
3258### Bug Fixes
3259
3260* **button:** Fixed button, rised react, orbit, fixed mediaqueries ([7b04b21](https://gitlab.skypicker.com/frontend/nitrolib/commit/7b04b21))
3261
3262
3263### Features
3264
3265* **components:** Starred ([5073d84](https://gitlab.skypicker.com/frontend/nitrolib/commit/5073d84))
3266
3267
3268
3269# [3.10.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.4...v3.10.0) (2019-06-03)
3270
3271
3272### Features
3273
3274* **components:** Starred ([1cf82de](https://gitlab.skypicker.com/frontend/nitrolib/commit/1cf82de))
3275
3276
3277
3278## [3.9.4](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.2...v3.9.4) (2019-06-03)
3279
3280
3281### Bug Fixes
3282
3283* **services:** `log/api` correct endpoint ([d2b9243](https://gitlab.skypicker.com/frontend/nitrolib/commit/d2b9243))
3284* **services:** `log/api` returns a promise ([8aa08a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/8aa08a7))
3285
3286
3287
3288## [3.9.3](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.1...v3.9.3) (2019-06-03)
3289
3290
3291### Bug Fixes
3292
3293* **services:** `log/api` returns a promise ([67f7a5f](https://gitlab.skypicker.com/frontend/nitrolib/commit/67f7a5f))
3294* **services:** Reject `new Error` in `auth/api` ([37a7a76](https://gitlab.skypicker.com/frontend/nitrolib/commit/37a7a76))
3295
3296
3297
3298## [3.9.2](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.1...v3.9.2) (2019-06-03)
3299
3300
3301### Bug Fixes
3302
3303* **services:** Reject `new Error` in `auth/api` ([37a7a76](https://gitlab.skypicker.com/frontend/nitrolib/commit/37a7a76))
3304
3305
3306
3307## [3.9.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.9.0...v3.9.1) (2019-05-31)
3308
3309
3310### Bug Fixes
3311
3312* **services:** Move 'isLoggedIn' where it belongs in `log/logger` ([ad3cafb](https://gitlab.skypicker.com/frontend/nitrolib/commit/ad3cafb))
3313
3314
3315
3316# [3.9.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.8.0...v3.9.0) (2019-05-30)
3317
3318
3319### Bug Fixes
3320
3321* **services:** Make `logger`'s `log` have the intended type ([5dbc8a3](https://gitlab.skypicker.com/frontend/nitrolib/commit/5dbc8a3))
3322
3323
3324### Features
3325
3326* **services:** Add a `batch` function to `log`'s `logger` ([c87736a](https://gitlab.skypicker.com/frontend/nitrolib/commit/c87736a))
3327
3328
3329
3330# [3.8.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.6.1...v3.8.0) (2019-05-30)
3331
3332
3333### Bug Fixes
3334
3335* **docs:** Update ([19bda80](https://gitlab.skypicker.com/frontend/nitrolib/commit/19bda80))
3336* **trips:** TripsContainer, TripListBottom fixes ([04e64af](https://gitlab.skypicker.com/frontend/nitrolib/commit/04e64af))
3337
3338
3339### Features
3340
3341* Bump translations ([8893ad3](https://gitlab.skypicker.com/frontend/nitrolib/commit/8893ad3))
3342* **services:** Add `logger` into the `log` service ([372b2bf](https://gitlab.skypicker.com/frontend/nitrolib/commit/372b2bf))
3343* **services:** Add server service, `analyseHeaders` function ([f32b316](https://gitlab.skypicker.com/frontend/nitrolib/commit/f32b316))
3344
3345
3346
3347## [3.7.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.6.1...v3.7.1) (2019-05-30)
3348
3349
3350### Bug Fixes
3351
3352* **docs:** Update ([19bda80](https://gitlab.skypicker.com/frontend/nitrolib/commit/19bda80))
3353* **trips:** TripsContainer, TripListBottom fixes ([04e64af](https://gitlab.skypicker.com/frontend/nitrolib/commit/04e64af))
3354
3355
3356
3357# [3.7.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.6.1...v3.7.0) (2019-05-29)
3358
3359
3360### Features
3361
3362* **services:** Add server service, `analyseHeaders` function ([ce96719](https://gitlab.skypicker.com/frontend/nitrolib/commit/ce96719))
3363
3364
3365
3366## [3.6.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.6.0...v3.6.1) (2019-05-28)
3367
3368
3369### Bug Fixes
3370
3371* **records:** In-sync Loglady type in typedefs ([4a82827](https://gitlab.skypicker.com/frontend/nitrolib/commit/4a82827))
3372
3373
3374### Features
3375
3376* Update docs ([410c4cd](https://gitlab.skypicker.com/frontend/nitrolib/commit/410c4cd))
3377
3378
3379
3380# [3.6.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.5.0...v3.6.0) (2019-05-28)
3381
3382
3383### Features
3384
3385* **components:** TranslateRef supports multiple refs ([ddf5b78](https://gitlab.skypicker.com/frontend/nitrolib/commit/ddf5b78))
3386
3387
3388
3389# [3.5.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.4.0...v3.5.0) (2019-05-27)
3390
3391
3392### Bug Fixes
3393
3394* **starred:** Align, removed wrapper ([5cbc87b](https://gitlab.skypicker.com/frontend/nitrolib/commit/5cbc87b))
3395
3396
3397### Features
3398
3399* **docs:** Add CHANGELOG ([e2008dd](https://gitlab.skypicker.com/frontend/nitrolib/commit/e2008dd))
3400* **services:** Add deeplinkId to Session ([4590f31](https://gitlab.skypicker.com/frontend/nitrolib/commit/4590f31))
3401
3402
3403
3404# [3.4.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.3.1...v3.4.0) (2019-05-27)
3405
3406
3407### Features
3408
3409* **components:** Add TranslateRef ([85c70ef](https://gitlab.skypicker.com/frontend/nitrolib/commit/85c70ef))
3410
3411
3412
3413## [3.3.1](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.3.0...v3.3.1) (2019-05-22)
3414
3415
3416### Bug Fixes
3417
3418* **cookies:** Correct userId cookie ([9082ef8](https://gitlab.skypicker.com/frontend/nitrolib/commit/9082ef8))
3419
3420
3421
3422# [3.3.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.2.0...v3.3.0) (2019-05-22)
3423
3424
3425### Features
3426
3427* **records:** Loglady globals add missing parameters ([5038d47](https://gitlab.skypicker.com/frontend/nitrolib/commit/5038d47))
3428
3429
3430
3431# [3.2.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.1.0...v3.2.0) (2019-05-21)
3432
3433
3434### Features
3435
3436* **clickoutside:** Add className prop ([bc3a1b3](https://gitlab.skypicker.com/frontend/nitrolib/commit/bc3a1b3))
3437
3438
3439
3440# [3.1.0](https://gitlab.skypicker.com/frontend/nitrolib/compare/v3.0.2...v3.1.0) (2019-05-17)
3441
3442
3443### Bug Fixes
3444
3445* Itinerary/Starred tests and types ([ecaa2e2](https://gitlab.skypicker.com/frontend/nitrolib/commit/ecaa2e2))
3446
3447
3448### Features
3449
3450* Add CHANGELOG ([724b2a7](https://gitlab.skypicker.com/frontend/nitrolib/commit/724b2a7))
3451* Commits ([795ea14](https://gitlab.skypicker.com/frontend/nitrolib/commit/795ea14))