Skip to content

Releases: thednp/bootstrap.native

Hotfix

03 Dec 15:31
Compare
Choose a tag to compare

Minor fixes:

  • Carousel autoplay #177
  • Dropdown click handler ignoring child elements of the triggering elements

New features and improvements

01 Dec 15:18
Compare
Choose a tag to compare

Dropdown

  • added a more robust keyboard navigation for the component, via up/down arrow keys, Esc key and improved what gets focused on opening/closing the menu. details

Button

  • (radio/checkbox) can be toggled via Space key

Other

  • Minor issue fixed for Carousel report
  • A ton of improvements proposed by @nicola-spb details1 and details2, commit details here
  • Popover updated to latest Bootstrap version
  • the library now works linked in a site's <head> without additional code requirements details

Fixes and new features

03 Nov 14:15
Compare
Choose a tag to compare

Both V3/V4 versions

  • added ability for Popover and Tooltip to style the generated TIP on first instance, also both can handle cases when TIP should use intermediary positions like top-left, bottom-right, etc, similar to Popper.js
  • removed elementInViewport() and updatePlacement() utilities
  • fix issue with Tab when fade is used but no height animation via data-height="true" attribute
  • don't slide Carousel if not in view range, details here

Improvements and minor fixes

30 Oct 10:15
Compare
Choose a tag to compare

Non component specific
The library now allows you to link it in the <head>, details, check wiki for more.

Modal:

  • V3/V4 fixed overlay handler details
  • V3/V4 further fix for resize handler details
  • V3/V4 evend bind fixes details

Button

  • V3/V4 component has the ability to activate radios and checkboxes on load for browsers that don't remember form validation status after submit details
  • V3 issues on IE details
  • V3/V4 allow component to work with elements other than <div class="btn-group"> details
  • V3 allow component to work with multiple data-TEXT options details

Tooltip
** V3/V4 Tooltip should close on resize details

Affix
** V3 component should not use resize on IE8 details

Popover
** V3/V4 component should not abuse event handlers on global objects details

Dropdown
** V3/V4 component should not abuse event handlers on global objects details

Modal and Tooltip improvements

05 Oct 09:42
Compare
Choose a tag to compare

Modal:

  • Overlay disappears when creating a modal during the hidden event of an existing modal #162

Tooltip

  • Don't show tooltips if the title is empty f3ff474
  • Allow tooltip to work with data-title, as title is invalid for SVG 5c5fb3d

Improvements

02 Oct 10:17
Compare
Choose a tag to compare

Carousel - details

  • Using the slideTo() public method now works properly when used outside the prototype
  • event handlers are more simple
  • demo updated to demo the use case

Dropdown details

  • event handlers are more simple
  • code cleanup

ScrollSpy - details

  • added offset option
  • code cleanup
  • documentation updates

Modal - details

  • fixed an issue setting scrollbar on IE

Button - details

  • more simple event handlers

Alert - details

  • more simple event handlers

Much needed improvements

22 Sep 13:38
Compare
Choose a tag to compare

Changes:

  • V3/V4 fixed Collapse and Tab private methods (details)
  • V3/V4 added "use strict" to improve performance
  • V3/V4 improved the initializaDataAPI utility for faster component initialization
  • Documentation updates

Minor fix

18 Aug 15:07
Compare
Choose a tag to compare

Fixed classList polyfill in polyfill.js and polyfill.min.js in regards to SVG, details thednp/minifill@b528a8d

Updated V4 to latest beta version

15 Aug 08:30
Compare
Choose a tag to compare
  • Tooltip and Popover updated
  • Carousel animation now works with IE10+
  • Dropdown updated, thanks to @ctl for #145
  • Documentation updates

Minor Improvements

06 Jul 13:58
Compare
Choose a tag to compare

Changes:

  • Dropdown now can work with dynamically added menu items and submenus #135
  • Dropdown handler fixed for good #114 (comment)
  • Fixing a potential issue with the show() method for Tab component when using the method via JavaScript #142 (comment)
  • Simplify Collapse function nesting for a bit better performance #139
  • Documentation updates