Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jonathantneal/svg4everybody
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.9
Choose a base ref
...
head repository: jonathantneal/svg4everybody
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 7 files changed
  • 7 contributors

Commits on Apr 11, 2016

  1. use importNode instead cloneNode.

    Oleg Babich authored and Oleg Babich committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    c873e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

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

Commits on Mar 9, 2018

  1. Fix issue appending svg element in IE 11 (fixes #159) (#165)

    * Fix issue appending svg element in IE 11 (fixes #159)
    
    Fix issue appending svg element in IE 11 when document.domain is manually set in javascript, and differs from the full domain in the url.
    Fixes #159
    
    * add semicolon
    
    * Update svg4everybody.js
    Tim91084 authored and timeiscoffee committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5016b32 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. docs: fix typo

    Jason-Cooke committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    22d1354 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Merge pull request #195 from Jason-Cooke/patch-1

    docs: fix typo
    jonathantneal committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0b422e2 View commit details
    Browse the repository at this point in the history
  2. Fix issue that caused oninterval() to stop processing SVGs after vali…

    …date() returns false the first time. (Any SVGs that loaded after that point were not being processed.) (#196)
    
    Prevent "invalid argument" error on document domain assignment in loadreadystatechange() when document domains are equal.
    corvus-brachyrhynchos committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d6ea438 View commit details
    Browse the repository at this point in the history
  3. Support for attributes on <use> and importNode usage (#152)

    * Allow arbitrarily nested <use> elements
    
    * Updating grunt-umd to 2.4.0
    
    * updating test with case for nested <use>
    
    * Merge remote-tracking branch 'jonathantneal/master'
    
    * xlink:href to href in README
    
    * Wrapping embed in g and copying attributes
    
    - extended embed to copy all existing attributes to outer g
    - relaxing eslint rule to allow params more than 3
    
    * Use importNode if available, fallback to cloneNode otherwise
    
    Co-authored-by: Jonathan Neal <[email protected]>
    timeiscoffee and jonathantneal committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b8cb7c1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'importNode' of git://github.com/OlegBabich/svg4everybod…

    …y into OlegBabich-importNode
    
    # Conflicts:
    #	dist/svg4everybody.js
    #	dist/svg4everybody.legacy.js
    #	dist/svg4everybody.legacy.min.js
    #	dist/svg4everybody.min.js
    #	lib/svg4everybody.js
    jonathantneal committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    cb544f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bd7110 View commit details
    Browse the repository at this point in the history
Loading