All notable changes to this project will be documented in this file.
1.0.4@next (2024-07-29)
- Add main field to package.json
1.0.3@next (2024-03-16)
- Webpack parse error in regions anchor calc
- Add
jsdelivr
key to package
1.0.1@next (2023-11-19)
- Ensure default bundles are ssr-friendly
1.0@next (2023-09-28)
- Rename
part
attribute todata-part
0.0.18 (2023-06-15)
- Avoid mangle collisions
0.0.17 (2023-06-14)
- Use mangle cache
0.0.16 (2023-06-12)
- Use rollup for cleaner build output
0.0.15 (2023-06-09)
- Clear starting boxes on resize update
0.0.14 (2023-06-09)
- Debounce resize updates
- Sync updates
- Reduce resize debounce delay
0.0.13 (2023-05-13)
- Only parse known properties on settings line
0.0.12 (2023-05-08)
- Add required aria attrs on overlay element
0.0.11 (2023-04-23)
- Parse ms with less than 3 digits correctly
0.0.10 (2023-04-16)
- Safely detect vtt settings line
0.0.9 (2023-04-14)
- Ssa/ass margin setting should be px not %
0.0.8 (2023-04-12)
- Position everything relative to container to avoid scroll issues
0.0.7 (2023-04-05)
- Extend native
VTTCue
otherwise browser will reject - Replace
\N
with line break in ass captions text - Correctly apply ass position and outline styling
0.0.6 (2023-03-30)
- Do not hold more than 100 cue dom nodes in memory
- Position boxes using percentages to be responsive
0.0.5 (2023-03-29)
- Incorrect node export index paths -_-
0.0.4 (2023-03-29)
- Add styles dir to package exports
0.0.3 (2023-03-29)
- Include styles in package files
0.0.2 (2023-03-29)
- Vtt parser
- Add vtt cue tokenizer
- Add vtt cue renderer
- Export
parseVTTTimestamp
function - New
updateTimedVTTCueNodes
export - Overlay renderer
- Add
strict
anderrors
parsing options - Add srt parser
- Add ssa parser
- Ignore cues that exceed region lines limit
- Rename captions renderer
setup
tochangeTrack
CaptionsOverlayRenderer
->CaptionsRenderer