UNPKG

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