@d-i-t-a/reader 2.0.0-beta.4 → 2.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+ # CHANGELOG
2
+
3
+ ## 2.0.0
4
+
5
+ - `currentSettings` is now a property, so you don't call it as a function.
6
+ - The default export is now a class which you instantiate with `.build`, and then call all API methods on the returned instance
package/NOTICE ADDED
@@ -0,0 +1,20 @@
1
+ R2D2BC
2
+ Copyright 2018-2020 DITA (AM Consulting LLC)
3
+
4
+ This project bundles the following dependencies under the MIT license.
5
+ See bundled license files for details.
6
+
7
+ - Materialize | Copyright (c) 2014-2018 Materialize
8
+ -> in "styles/sass/materialize"
9
+
10
+ This project bundles the following dependencies under the SIL Open Font License.
11
+ See bundled license files for details.
12
+
13
+ - OpenDyxslexic Font | Copyright (c) 12/2012 - 2019
14
+ -> in "viewer/fonts/opendyslexic"
15
+
16
+ This project bundles the following dependencies under the BSD license.
17
+ See bundled license files for details.
18
+
19
+ - Readium-CSS | Copyright (c) 2017, Readium
20
+ -> in "viewer/readium-css"