Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Misspelled word in javascript comment line #2642

Open
wants to merge 65 commits into
base: 3.1
Choose a base branch
from
Open

Misspelled word in javascript comment line #2642

wants to merge 65 commits into from

Commits on Jun 9, 2017

  1. Configuration menu
    Copy the full SHA
    af1a4be View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Additional iframe demo

    fancyapps committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    aa030c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    13e8aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b18d43c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    dbbf12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6d8e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. Configuration menu
    Copy the full SHA
    b4d7543 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. Configuration menu
    Copy the full SHA
    60c3724 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Collection of tweaks

    - package.json main file points to uncompressed version;
    - new "onFullscreenChange" event;
    - it is now possible to make elements clickable by setting
    `data-selectable="true"`;
    - fixed issue when ajax response contains additional elements;
    - improved "hash" module;
    fancyapps committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    8d2d48d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Couple of tweaks

    - Focus method now looks for first input with `autofocus` attribute
    - It is now possible to set only one dimension (width or height) for iframes (example: `iframe : { css : { width : '100%' }}`)
    - Removed `unbind` method for jQuery v3 compatibility
    fancyapps committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    fa1efbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c7433 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Fix #1661 and #1658

    - Enable custom click events on fancyboxed elements
    - Enable thumbs.autoStart using `data-options`
    fancyapps committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    913b6ea View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    cb73667 View commit details
    Browse the repository at this point in the history
  2. Updated to v3.2

    fancyapps committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    2148f30 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. See the description

    - New options:
        `defaultType : 'image' `  - Default content type if cannot be detected automatically
        `thumbs.parentEl : '.fancybox-container'` - Selector for element where thumbnails grid will be injected
    - Option `margin` now has default value 0 for mobile devices
    - Container is now placed at the bottom of the <body>
    - Thumbnail list should now scroll properly when `autoStart` is enabled
    - Share module uses current page link if hash module is not disabled
    - Bugfixes
    fancyapps committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    06690e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    c381e0d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Configuration menu
    Copy the full SHA
    94dec8b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Some code tweaks

    fancyapps committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    5d6598b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Improve zoom animation

    fancyapps committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    e68489e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Basic html5 video/audio support

    Automatically play first video/audio media element on opening and pause all on closing.
    fancyapps committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    5d34f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1efb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    63351b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. See description

    - redesigned share module;
    - switched mouse wheel direction (down/right=next);
    - improved touch handling (it is now possible to swipe inline content that is larger than container);
    - inline content is now preloaded (e.g., next/previous `image`/`inline` gallery items are now loaded on start)
    - Options width/height now can be used to set image max dimensions; this is also useful for setting dimensions for SVG images.
    fancyapps committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    d3000f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Basic HTML5 video support

    fancyapps committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    687451c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Updated to v3.3.0

    fancyapps committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    9c674c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. New option to customize share URL

    New option "share{ url: function(){} }" to customize URL for share modal. Demo - https://codepen.io/fancyapps/pen/BrOqmQ?editors=1010
    fancyapps committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    5eee4ec View commit details
    Browse the repository at this point in the history
  2. Add data-trigger demo

    fancyapps committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    c7a249e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Fix #1905

    fancyapps committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    2d1e511 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    c33194d View commit details
    Browse the repository at this point in the history
  2. Removed iOS hack related to input focus

    + fixed typo from the previous commit
    fancyapps committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    75abe74 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Fixed #1910 body jumps 1px

    + new option `hideScrollbar`
    fancyapps committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    059c440 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    27ab57c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1918 from pjdelport/patch-1

    Update project URL to current version (fancyBox 3)
    fancyapps committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    7c22ca9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. small typo

    found a small typo in code documentation
    krikke26 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0513718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1940 from krike/patch-1

    small typo
    fancyapps committed May 21, 2018
    Configuration menu
    Copy the full SHA
    03ce206 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Added style line to package.json, accepts @import

    This is to make it much easier to load the CSS when using a import tool
    like postcss-import, etc.
    MindTooth committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    0cac8ab View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Fix spelling

    fancyapps committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    6c63041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0e14d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. updated license URL for fancybox 3

    Jeroen Alewijns committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    689abb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Updated to v3.4.0

    Multiple bug fixes and improvements
    fancyapps committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0000b52 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Trap focus while loading

    fancyapps committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    072c417 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2016 from jeroenalewijns/master

    updated license URL for fancybox 3
    fancyapps committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    73d7ec0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1992 from MindTooth/add_style_file_to_package_json

    Added style line to package.json, accepts @import
    fancyapps committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    e11639e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Updated to v3.4.1

    * Revised focus trapping;
    * Navigation arrows are now buttons;
    * Slideshow now waits for html5 video to end;
    * Changed window.jQuery to global value;
    * Fixed issue with 2inline items in looping group
    * Fixed issue with custom full-screen button
    fancyapps committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    a829fab View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Updated to v3.4.2

    - Updated slideshow
        1) now waits for yt, vimeo video to end
        2) added progressbar
    - Revised transitions
    - Slightly updated visuals
    - Fixed IE11 issues
    fancyapps committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    48c7be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Updated to v3.5.0

    - New option `preventCaptionOverlap` enabled by default for desktop only;
    - HTML5 video now uses thumbnail image as poster;
    - Caption is now centered and without top border; caption does not hide when idling and `preventCaptionOverlap` is enabled;
    - It is now easier to set content height in % (especially for iframes), there is not need to adjust bottom margin and max-height as it is done automatically using JS
    
    - Fixed thumnbail visisbility detection (now works better with sliders);
    - Fixed share modal not closing on clicking outside content area;
    - Fixed iframe support for iOS
    fancyapps committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    42d6aab View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Updated to v3.5.1

    - Fix HTML5 video posters
    fancyapps committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    8f199f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Updated to v3.5.2

    Fixed #2090 - Html5 video in looping gallery;
    Fixed issue with long pdf files (by disabling iframe preloading)
    fancyapps committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    920b3e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Add protocol to jQuery URL

    URL without protocol does not work when using Fancybox locally without server.
    supermueller committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    ff3c62b View commit details
    Browse the repository at this point in the history
  2. Add protocol to jQuery URL

    URL without protocol does not work when using Fancybox locally without server.
    supermueller committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    ac84977 View commit details
    Browse the repository at this point in the history
  3. Updated to v3.5.2

    - Fixed #2122 - Focusable HTML5 video
    - Fixed #2128 - Missing smallBtn on mobile
    - Fixed #2096 - autoStart fullscreen AND slideshow
    - Fixed #2097 - German translation
    - Fixed #2132 - Youtube fullscreen
    
    - Captions now have linear-gradient background (instead of background image for pseudo element) and can have max-height and vertical scrollbar
    - Improved design for phones having the notch (https://webkit.org/blog/7929/designing-websites-for-iphone-x/)
    fancyapps committed Dec 10, 2018
    16 Configuration menu
    Copy the full SHA
    5f7dd47 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Updated to v3.5.4

    - Fixed #2147 - Caption overlaps bottom video-controls
    fancyapps committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    f5e272a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Updated to v3.5.5

    - Fixed #2150 - Caption is not cleared
    fancyapps committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4658124 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Update issue templates

    fancyapps committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    2434efc View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    fancyapps committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    bf3bd43 View commit details
    Browse the repository at this point in the history
  3. Updated to v3.5.6

    - Fixed #2151 - Swipes over the caption
    fancyapps committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    f2f8a40 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Updated to v3.5.7

    - Fixed #2213 keyboard navigation inside form dropdowns
    - Fixed #2210 - Depreciated: HTMLVideoElement.webkitExitFullscreen()
    fancyapps committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    b507d31 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Merge pull request #2146 from supermueller/master

    Add protocol to jQuery URL
    fancyapps committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    1154634 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    bfe5203 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2216 from mikestreety/master

    Fix documentation for base tpl
    fancyapps committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    fb7fa39 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    dc43fc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2232 from gergo85/patch-1

    Update the version of jQuery to latest version
    fancyapps committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    eea1345 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Remove a wrong semicolon

    thezjy committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    6fc0be2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2438 from thezjy/master

    Remove a wrong semicolon
    fancyapps committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c4fd903 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    504a80a View commit details
    Browse the repository at this point in the history