Skip to content

Releases: aFarkas/webshim

1.15.3

04 Sep 21:48
Compare
Choose a tag to compare
  • added postion: sticky polyfill (demo)
  • added canvas.toBlob feature as part of the filereader feature
  • improved cuechange event in performance and precision
  • fixed several regression bugs introduced with version 1.15.1 and 1.15.2

1.15.0

15 Aug 17:25
Compare
Choose a tag to compare
  • implemented getUserMedia feature (demo)
  • fixed data-grouprequired bug
  • improved youtube iframe lazy loading
  • added canvas.toBlob in browsers without native FormData (to be used with FormData/FileReader shim)
  • improved loading of xhr2/filereader feature
  • update es6-shim
  • improved youtube play bug on iOS and Android browsers

1.15.0-RC2

13 Aug 10:27
Compare
Choose a tag to compare
1.15.0-RC2

1.15.0-RC1

12 Aug 10:57
Compare
Choose a tag to compare
1.15.0

1.14.6

31 Jul 13:30
Compare
Choose a tag to compare
  • added URL polyfill
  • added canvas <-> mediaelement bridge (demo)
  • fixed custom controls in conjunction with youtube API and iOS/Android
  • fixed bug in conjunction with some AMD loading environments
  • improved type="number" detection
  • update picturefill polyfill
  • improve input type=time formatting
  • and one hidden/undocumented but awesome feature (demo) (still in alpha state)

1.14.5-RC2

18 Jul 06:58
Compare
Choose a tag to compare
1.14.5-RC2

1.14.5

18 Jul 16:09
Compare
Choose a tag to compare
  • force all browser to use new stepUp/stepDown algorithm
  • improve readyState complete detection
  • don't polyfill elements with the class 'ws-nopolyfill'
  • improve support for custom jQuery builds
  • recheck validilty of invalid textarea using input event
  • updated plugins (sizzle and ui.position)
  • improved performance for IE's
  • fixed several CSS issues for Android and iOS (especially input widgets sometimes not focusable on iOS5/6)
  • no restart of mediaelement after video ended
  • don't show main playbutton while in paused state (only on initial and ended state)

1.14.5-RC1

15 Jul 06:04
Compare
Choose a tag to compare
1.14.5-RC1

1.14.4

09 Jul 17:47
Compare
Choose a tag to compare
  • replaced promise with es6-shim (currently most things aren't feature detected, so only promise can be used safely)
  • removed dependency to Modernizr (still needed html5shiv or Modernizr to use semantic elements like section/article/main etc.), but not needed for video/audio/form and so on
  • improved runtime and network performance for mediaelement flash fallback
  • added track[kind="chapters"] support to mediaelement UI
  • added alternate-media plugin for mediaelement implementation use as quality switch or other alternative media sources (switch video with or without sign language or switch videos with different audiotracks and so on.)
  • fixed IE issue with custom styleable filechooser
  • improved textTrack feature detection
  • load all track sources on loadstart (use preload="none" to optimize for performance)
  • add matchMedia polyfill including addListener and removeListener interface
  • in case picture feature was requested, ready event of jQuery was delayed
  • improved touch support

1.14.3

28 Jun 16:06
Compare
Choose a tag to compare
  • added new language files (zh-TW and fa)
  • removed box-shadows and border-radius and added new metro theme (demo)
  • improved styles for custom styleable mediaelement controls
  • added popinline feature for form widgets (don't confuse with inlinePicker feature (demo), which is also great.)
  • added mediaelement debugger (just lunch with webshim.mediaelement.loadDebugger();)
  • improved selector performance
  • added srt and ttml subtitle support (but you really should still use vtt!)
  • improved touch support
  • fixed a change event bug in input[type="range"] polyfill