Update version to 2.0 in package.json and remove outdated sections from README.md

This commit is contained in:
sinanisler
2025-12-22 02:01:08 +03:00
parent d42319640a
commit 787defcdbf
2 changed files with 1 additions and 46 deletions
-45
View File
@@ -475,48 +475,3 @@ window.ACCESSIBILITY_WIDGET_CONFIG = {
</script>
<script src="https://unpkg.com/accessibility-widgets@latest/widget.js"></script>
```
## Accessibility Standards
This widget helps websites comply with:
- **WCAG 2.1** (Web Content Accessibility Guidelines)
- **Section 508** (US Federal accessibility requirements)
- **ADA** (Americans with Disabilities Act) digital accessibility standards
## File Structure
```
widget/
├── widget.js # Main accessibility widget file
├── index.html # Demo/test page
└── README.md # This documentation
```
## Contributing
When contributing to this project:
1. Test all features across different browsers
2. Ensure keyboard navigation works properly
3. Verify screen reader compatibility
4. Test voice commands (if supported by browser)
5. Check that settings persist across page reloads
## License
This project is open source and available under the GPL License.
## Support
For support or feature requests, please check the browser console for any error messages and ensure your browser supports the required APIs for advanced features like speech synthesis and recognition.
## Recent Changes
### Latest Updates
- **Widget Positioning**: Added support for left/right side positioning with configurable distances
- **Internationalization**: Full i18n support with customizable text strings for all languages
- **Color Theming**: SVG icons now use configurable primary color instead of hardcoded values
- **Screen Reader Improvements**: Fixed close button text to read properly ("Close" instead of "times")
- **Removed Features**: Removed Reading Mode and Enhanced Focus features for better performance
- **UI Improvements**: Updated header background to black, removed gradient from accessibility button
- **Configuration**: Enhanced configuration system with deep merging for partial overrides