Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AblePlayer Changelog

## 5.0.0 March 18, 2026
## 5.0.0 May 28, 2026

### Features

Expand All @@ -22,7 +22,7 @@

- Audited translation files and removed 38 translatable strings that were unused or duplicated by other strings.
- Removed all inline scripts and styles from Able Player core.
- Removed the unused 'orientation' parameter from the AccessibleSlider component.
- Removed unused parameters from the AccessibleSlider component.

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "ableplayer",
"version": "5.0.0-beta1",
"version": "5.0.0-RC1",
"description": "Accessible HTML5 media player",
"homepage": "https://ableplayer.github.io/ableplayer",
"bugs": "https://github.com/ableplayer/ableplayer/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ableplayer/ableplayer.git"
"url": "git+https://github.com/ableplayer/ableplayer.git"
},
"type": "module",
"main": "build/ableplayer.esm.js",
Expand Down