This release primarily integrates the ReadAlong Studio's Editor functionality into the main application, making it easier to fix alignment errors and update previously created readalongs.
It also adds the ability to have multiple annotation layers in a read along.
:sparkles: New Features
- [`0e48b7c`](https://github.com/ReadAlongs/Studio-Web/commit/0e48b7cf3b96e4015188451e5f194f3db8b64650) - display annotated sentences *(commit by deltork)*
- [`c141ed6`](https://github.com/ReadAlongs/Studio-Web/commit/c141ed6817c0c98efcb7ddd3d30047440da5c9d0) - shepherd tour for editor *(commit by deltork)*
- [`30a523f`](https://github.com/ReadAlongs/Studio-Web/commit/30a523f98fe903f6d8dd2279217d782b08b439a1) - add French translations for the Editor tour *(commit by joanise)*
- [`93c63df`](https://github.com/ReadAlongs/Studio-Web/commit/93c63dfaf8b13de5146aa002ee358bb93463cd5d) - finish the Spanish translations of the Editor tour *(commit by joanise)*
- [`abda7aa`](https://github.com/ReadAlongs/Studio-Web/commit/abda7aa9e5d7194c56e37a188e4e60575aa2ccb2) - add navbar navigation *(commit by roedoejet)*
- [`ebb7d70`](https://github.com/ReadAlongs/Studio-Web/commit/ebb7d707fb2642c2ce026b1a4431adfee3251f59) - preserve state in editor *(commit by roedoejet)*
- [`27db387`](https://github.com/ReadAlongs/Studio-Web/commit/27db387dda092734ec5f42cf41caafcdc84e4879) - preserve state in studio *(commit by roedoejet)*
- [`1fcfe58`](https://github.com/ReadAlongs/Studio-Web/commit/1fcfe589e424f2b3c9e5ff25bb73cd7d8db63b18) - create and manage annotation layers in read along studio *(commit by deltork)*
:bug: Bug Fixes
- [`23e676d`](https://github.com/ReadAlongs/Studio-Web/commit/23e676d976c05c9fe9278f2181a9c7658c5e7b96) - **publish**: fix hyperlinks on npmjs READMEs *(PR #312 by joanise)*
- :arrow_lower_right: *fixes issue 311 opened by joanise*
- [`c11d909`](https://github.com/ReadAlongs/Studio-Web/commit/c11d909baea2196a5dc3cb54da2a2e2aa7bb055a) - improve the name of the files in the web bundle *(commit by roedoejet)*
- [`57277be`](https://github.com/ReadAlongs/Studio-Web/commit/57277bed1d439628446ba501454e01dd323e8646) - updated editor tour steps based on feedback *(commit by deltork)*
- [`73869bf`](https://github.com/ReadAlongs/Studio-Web/commit/73869bf10b0d4e07dab479ac026fec284fc4b5ef) - removed scroll bars from editor *(commit by deltork)*
- [`949217c`](https://github.com/ReadAlongs/Studio-Web/commit/949217c354b891bcfd81a1ab5cb61c2e0e2081ae) - editor spacing adjusted to match studio *(commit by deltork)*
- [`d2ea35c`](https://github.com/ReadAlongs/Studio-Web/commit/d2ea35cd9f1cf000854fb876f7e03b207bec3d30) - made the studio link open in new tab *(commit by deltork)*
- [`c894678`](https://github.com/ReadAlongs/Studio-Web/commit/c8946789637391846161a0d43678e5c916a47161) - small clarification in fr & es Editor tour *(commit by joanise)*
- [`e561f10`](https://github.com/ReadAlongs/Studio-Web/commit/e561f108e249f883087dec571c976b2bd7084931) - **editor**: return standard xml instead of html *(commit by roedoejet)*
- [`b4f9c14`](https://github.com/ReadAlongs/Studio-Web/commit/b4f9c14e6768eb603eb50b25dd861d482c3f6160) - **studio**: put dialog in center *(commit by roedoejet)*
- [`fd589b3`](https://github.com/ReadAlongs/Studio-Web/commit/fd589b34e4c1a79c8764f110572657e4f1ff6c08) - **i18n**: add translations *(commit by roedoejet)*
- [`58f1349`](https://github.com/ReadAlongs/Studio-Web/commit/58f134993a695e0acc683e644ca3508d3101a259) - **test**: fix unit tests *(commit by roedoejet)*
- [`e276125`](https://github.com/ReadAlongs/Studio-Web/commit/e2761252583d18da15d1c90298e22f85d1bf43f6) - **i18n**: localize title and subtitle again *(commit by roedoejet)*
- [`8a1bc02`](https://github.com/ReadAlongs/Studio-Web/commit/8a1bc0243ef36c654602a19608934e327faf6d6f) - **slots**: fix slot reloading *(commit by roedoejet)*
- [`4d5a862`](https://github.com/ReadAlongs/Studio-Web/commit/4d5a862165e5e2a71a9ce337d1b00e3f51ff14c9) - reduce how much real estate is spent on studio&editor headers *(PR #332 by joanise)*
- [`90151e9`](https://github.com/ReadAlongs/Studio-Web/commit/90151e968d7f6011b0f602407417e491cf3e701a) - #333 made the studio step two header, mobile friendly *(PR 334 by deltork)*
- [`65ee73e`](https://github.com/ReadAlongs/Studio-Web/commit/65ee73efe61b5ae0ae717a192051020659669158) - minor adjustment to translations/annotations menu button state *(commit by deltork)*
- [`a96581b`](https://github.com/ReadAlongs/Studio-Web/commit/a96581bf2df40aba0e78625dc205f371380600f5) - display of annotations icon in non edit mode *(PR #341 by deltork)*
:recycle: Refactors
- [`aa3f438`](https://github.com/ReadAlongs/Studio-Web/commit/aa3f438570cb7b1c5653afeed356bb95ae045f02) - move editor logic to service *(commit by roedoejet)*
- [`e42a83f`](https://github.com/ReadAlongs/Studio-Web/commit/e42a83fa9d390999e9c274b09aa5a3ba8272fccf) - move studio logic into service *(commit by roedoejet)*
- [`35ae243`](https://github.com/ReadAlongs/Studio-Web/commit/35ae243873820f29a6c30f2efb4c5ae0f164c455) - move shared download button logic into parent components *(commit by roedoejet)*
:wrench: Chores
- [`15ff18b`](https://github.com/ReadAlongs/Studio-Web/commit/15ff18b32e188cc5643924936403a65c55950578) - prepare v1.5.0 *(commit by joanise)*
- [`1e81a8c`](https://github.com/ReadAlongs/Studio-Web/commit/1e81a8c0048925910e6bbf957c3d7399fc94a272) - update web-component bundle for v1.5.0 *(commit by joanise)*