github kartik-v/bootstrap-fileinput v5.2.0
Version 5.2.0

latest releases: v5.5.4, v5.5.3, v5.5.2...
3 years ago

Date: 06-May-2021

  • (enh #1674): Enhancements to add support for Bootstrap v5.
    • Major release to support Bootstrap version 5.x
    • Bootstrap version is auto detected with this release if the bootstrap javascript library is loaded
    • Additional flexibility is provided to developer to override a specific bootstrap version by setting $.fn.fileinputBsVersion
    • There is an existing issue for MODAL dialog initialization in Bootstrap library v5.x. Refer the issue reported at the Bootstrap 5.x library repo with a workaround.
  • (enh #1699): Update Danish Translations.
  • (enh #1698): Tab index ordering enhancements.
    • fix tab order breaking after file caption highlight
    • added new property tabIndexConfig for configuration of tab indices for each section
      which defaults to (null value means no tabindex property will be set for that section)
    tabIndexConfig: {
        caption: 500,
        browse: 500,
        remove: 500,
        upload: 500,
        cancel: null,
        pause: null,
        modal: -1
    }
  • (enh #1693): Add Latvian Translations.
  • (enh #1690): Add Uzbek Cyrillic Translations.
  • (enh #1647, #1679, #1695): Correct success file thumbs init.

Don't miss a new bootstrap-fileinput release

NewReleases is sending notifications on new releases.