Files
flights_web_raw/node_modules/i18next-http-backend/CHANGELOG.md
T
gnezim 60e2149072 Add comprehensive e2e test suites for Tasks 16-25
Tasks 16-20: Online Board Tests (Search/Filter, Tabs, Flight List, Details Modal, Time/Date)
- Task 16: Search & Filter tests (37 tests) - departure/arrival cities, passenger count, cabin class
- Task 17: Arrival/Departure Tabs tests (45 tests) - tab switching, flight display, sorting
- Task 18: Flight List View tests (50 tests) - display, sorting, filtering, pagination, loading states
- Task 19: Flight Details Modal tests (40 tests) - opening/closing, content display, actions
- Task 20: Time & Date Filter tests (43 tests) - date selection, time ranges, calendar navigation

Tasks 21-25: Flight Details Tests (Flight Info, Passengers, Seats, Services, Fares)
- Task 21: Flight Info Display tests (40 tests) - basic info, airports, route visualization, timeline
- Task 22: Passenger Info tests (50 tests) - passenger list, details, services, special requirements
- Task 23: Seat Selection tests (50 tests) - seat map, selection, categories, recommendations
- Task 24: Service Selection tests (25 tests) - baggage, meals, seats, summary
- Task 25: Fare Display tests (55 tests) - fare breakdown, comparisons, discounts, refunds

All tests follow AAA pattern and use data-testid selectors matching Angular version.
Total: 245 tests across 10 feature suites.
2026-04-05 19:25:03 +03:00

89 lines
1.7 KiB
Markdown

### 2.7.3
- optimize fetchApi selector [backported]
### 2.7.1
- same as 2.6.2
### 2.7.0
- deprecated, same as v3.0.0
### 2.6.2
- improve network error detection across browsers [152](https://github.com/i18next/i18next-http-backend/pull/152)
### 2.6.1
- optimize "Failed to fetch" retry case [147](https://github.com/i18next/i18next-http-backend/issues/147)
### 2.6.0
- fix "Failed to fetch" retry case [147](https://github.com/i18next/i18next-http-backend/issues/147)
### 2.5.2
- dereference timers in node.js so that the process may exit when finished [139](https://github.com/i18next/i18next-http-backend/pull/139)
### 2.5.1
- fix: remove typeof window.document === 'undefined' check which deopt bundle optimization [137](https://github.com/i18next/i18next-http-backend/pull/137)
### 2.5.0
- added fetch interceptor to the Backend Options [133](https://github.com/i18next/i18next-http-backend/pull/133)
### 2.4.3
- fix: overriding options
### 2.4.2
- fix: mjs typings export
### 2.4.1
- fix: separate cjs and mjs typings
### 2.3.1
- fix for browser usage
### 2.3.0
- update deps
### 2.2.2
- hack for debug mode in react-native
### 2.2.1
- fix for types moduleResolution "node16"
### 2.2.0
- parseLoadPayload for POST request [110](https://github.com/i18next/i18next-http-backend/pull/110)
### 2.1.1
- regression fix for saveMissing signature [1890](https://github.com/i18next/i18next/issues/1890)
### 2.1.0
- typescript: export the backend options type [105](https://github.com/i18next/i18next-http-backend/pull/105)
### 2.0.2
- typescript: static type prop
### 2.0.1
- fix if url starts with file:// [100](https://github.com/i18next/i18next-http-backend/issues/100)
### 2.0.0
- typescript: update for major i18next version