Releases: rdlabo-team/ionic-theme-ios26
Releases · rdlabo-team/ionic-theme-ios26
v2.3.2
v2.3.1
v2.3.0
Bring Ionic apps even closer to the native iOS 26 experience. This release improves several UI components and adds compatibility with recent Ionic layout updates.
🍞 New features
Improved Range (Slider)
The ion-range component now behaves more like the native iOS slider interaction.
- Updated pressed state design for
.range-value-minand.range-value-max - Added support for lower / upper dual values
- Improved visual consistency with the iOS 26 design language
Support for content-fullscreen
Added compatibility with Ionic’s .content-fullscreen layout behavior.
The theme now ensures that fullscreen-specific styling is applied only when .content-fullscreen is used, preventing unintended fullscreen visuals in normal layouts.
Colored Toast
ion-toast now supports colored variants, making it easier to highlight different message states such as success, warning, and errors.
🚀 What's Changed
- feat(range): update pressed design for
.range-value-min.range-value-maxby @rdlabo in #92 - feat(content): add compatibility with
content-fullscreenby @rdlabo in #98 - feat(range): support lower and upper by @rdlabo in #100
- feat(toast): support colored toast by @rdlabo in #101
⭐ If you like this project, consider giving it a star on GitHub.