Commit Graph

11 Commits

Author SHA1 Message Date
hibna bad1cc6ca0 Add i18n, tests, and update documentation
Introduces internationalization (i18n) support with English and Turkish, adds unit tests and test setup with Vitest and React Testing Library, and updates documentation including README and changelog. Removes legacy publishing and usage guides, refactors components to use translation system, and updates build and test scripts in package.json. Also adds new utility modules for HLS and CORS, and improves PlayerContext and SettingsMenu for language support.
2025-10-29 13:10:07 +03:00
hibna e75d241421 0.1.3 2025-10-29 11:09:17 +03:00
hibna d79db593c9 Fix CSS export path in package.json 2025-10-29 11:09:16 +03:00
hibna 9dce963ac5 0.1.2 2025-10-29 11:06:05 +03:00
hibna 64b2bd9383 Add TypeScript declaration files support with vite-plugin-dts 2025-10-29 11:05:54 +03:00
hibna 516a1aabbd 0.1.1 2025-10-29 10:42:56 +03:00
hibna 8d85f372c2 Update package.json 2025-10-29 10:42:34 +03:00
hibna 8516d3ad53 Add npm registry configuration for Gitea 2025-10-29 10:35:25 +03:00
hibna 4551c030ca . 2025-10-29 08:36:26 +03:00
Mert Uyanık 379f0a0058 Fix fullscreen controls and refresh lint setup 2025-10-29 08:15:14 +03:00
hibna b57b24d051 Initial commit: modern React video player library
Add all source files for a feature-rich, reusable video player built with React, TypeScript, and Vite. Includes core components, context, hooks, utilities, styles, demo app, and configuration files.
2025-10-29 07:49:06 +03:00