2.0.2 (2024-10-08)
- web: Handle location not defined in reading order (080b4a9)
2.0.1 (2024-10-03)
- web: estimate the totalProgression if it is not provided (3d849dc)
2.0.0 (2024-09-10)
- web: update reader when file url changes (21eda29)
2.0.0-rc.2 (2024-07-29)
- android: don't set the brightness of the activity. instead rely on device/app settings (8af916b)
- readiumview: fix an issue when no forwardRef is passed on Android (bbc1967)
- ReadiumView: fix react warning regarding forwardRefs (45792e6)
2.0.0-rc.0 (2024-07-26)
- android, example: upgrade react-native support to 0.74.3 and android to kotlin-toolkit@2.4.1 (1479382)
1.2.1 (2023-05-10)
- web: restructure reader imports in order to fix SSR (37a2e6a)
1.2.0 (2022-12-14)
- web: remove next and previous buttons in favor of a ref api (0e03366)
1.1.0 (2022-12-10)
- web: add basic web implementation and example (d55a457)
1.0.4 (2022-12-06)
- android: fix an issue resulting in initial android settings not being applied correctly (9f48874)
1.0.3 (2022-12-05)
- android, ios: allow location and initialLocation to be either Link or Locator objects (ebc1030)
1.0.2 (2022-12-01)
- android: fix android release builds by adding networking security config (f9b0ff8)
1.0.1 (2022-12-01)
- android: update readium dependencies to deal with removed nanohttpd dependency (764f6eb)
1.0.0 (2022-08-22)
1.0.0-alpha.10 (2022-04-05)
- android, ios: fix an issue with background color not staying in sync with appearance setting (fca2f8e)
1.0.0-alpha.9 (2022-04-01)
- locator: update the Locator interface to represent the minimum data required (61c8be1)
- android, ios, example: add the ability to register to receive the table of contents (94ef6ae)
1.0.0-alpha.8 (2022-03-31)
- android: fix an issue with android crashing due to a "no view found for id" exception (5440662)
1.0.0-alpha.7 (2022-03-31)
- android: fix a race-condition with the settings prop causing crashes (11ebde3)
1.0.0-alpha.6 (2022-03-29)
- android: strip the 'file://' prefix from the path if it's passed (1171f1e)
1.0.0-alpha.5 (2022-03-28)
- android: remove unused exoplayer deps to prevent conflicts with other projects (96086b4)
1.0.0-alpha.4 (2022-03-24)
- ios: fix an issue causing crash when used in conjunction with react-native-screens (d250bf8)
1.0.0-alpha.3 (2022-03-24)
- ios: add ios.deployment_target of 13.0 (ca1b199)
1.0.0-alpha.2 (2022-03-24)
- podspec: specify swift version in podspec (cc7d7cd)
- ios, android: remove unused dependencies and code (1d35cdd)
1.0.0-alpha.1 (2022-03-23)
- ios: fix view sizing on iOS (5e6e451)
- android: implement a basic ebook reader view for android (63e3d70)
- example: react-native upgrade (74997a2)
1.0.0-alpha.0 (2022-03-11)
- src, ios: Basic functional implementation of epub reader for iOS (47d18e2)