Skip to content

Releases: VitexSoftware/php-ease-twbootstrap5-widgets

1.5.0

03 Jun 17:13

Choose a tag to compare

New widgets

  • BsIcon — Bootstrap Icons <i class="bi bi-{name}"> wrapper, direct successor to the removed FaIcon class
  • LoginForm — Bootstrap 5 login form with username and password fields
  • PasswordInputShowHide — password input group with Bootstrap Icons eye toggle button

Fixes

  • Correct homepage URL in composer.json
  • Replaced non-existent Ease\Html\Italic with SpanTag in Selectizer

Tests

Added BsIconTest, LoginFormTest, and PasswordInputShowHideTest.

Documentation

Updated README and AppStream metainfo with full widget list.

Release 1.4.2 - Language Selector Widgets

10 Oct 12:53

Choose a tag to compare

What's Changed

New Features

  • 🌐 Added LangSelect widget - Bootstrap 5 dropdown-based language selector
  • 🌐 Added LangLinks widget - Bootstrap 5 navigation-style language selector
  • 📚 Added comprehensive examples demonstrating language selectors
  • 📖 Updated README.md with detailed widget documentation

Bootstrap 5 Specific Features

  • Uses Bootstrap 5 data attributes (data-bs-toggle, etc.)
  • Bootstrap Icons support (bi bi-globe)
  • New nav-underline style option for LangLinks
  • Full compatibility with Bootstrap 5 components

Widget Features

  • Seamless integration with Ease\Locale for internationalization
  • Preserves URL parameters when switching languages
  • Active language highlighting
  • Multiple styling options (pills, tabs, underline, dropdown)
  • Responsive and accessible

Improvements

  • Fixed MainPageMenu return type issue
  • Updated dependencies and build process
  • Enhanced CI/CD pipeline with latest Debian distributions
  • Code style improvements

Full Changelog

1.4.1...1.4.2

1.4.1

08 Apr 17:44

Choose a tag to compare