[go: nahoru, domu]

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: vakata/jstree Loading
base: 3.3.8
Choose a base ref
...
head repository: vakata/jstree Loading
compare: 3.3.9
Choose a head ref
  • 16 commits
  • 15 files changed
  • 6 contributors

Commits on Jun 21, 2019

  1. Removed unused var in massload

    var `nodesString = JSON.stringify(nodes)` is never used, but does some intense work on many nodes.
    duzun committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    d3f3cbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2257 from duzun/patch-2

    Removed unused var in massload
    vakata committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    3b90914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b14a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request #2259 from duzun/callback

    jstree._append_json_data() callback always asynchronous, even when no worker is used
    vakata committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    70b13cc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Add a class to the jstree-marker indicating its position

    By adding this class we can set custom icons for the different positions in our CSS.
    Katrienvh committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    24be100 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. added separate plugin

    vdkkia committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    7cdc902 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. #2342 fix for DnD stop events triggered by non-jsTree origins

    Mykola Peleshchyshyn committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    1b393a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Merge pull request #2326 from vdkkia/separatePlugin

    Added item separator, badge and action button
    vakata committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    ebf2112 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2343 from mpelesh/bugfix/2342

    #2342 fix for DnD stop events triggered by non-jsTree origins
    vakata committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    ce0a759 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. fixed role - close #2307

    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4d83c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee58485 View commit details
    Browse the repository at this point in the history
  3. build

    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b5bbfd9 View commit details
    Browse the repository at this point in the history
  4. fixed keyboard combos - close #2322

    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    392c973 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2271 from Katrienvh/patch-1

    Add a class to the jstree-marker indicating its position
    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    857cef8 View commit details
    Browse the repository at this point in the history
  6. build after merge

    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    bd87364 View commit details
    Browse the repository at this point in the history
  7. 3.3.9

    vakata committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a7f2242 View commit details
    Browse the repository at this point in the history
Loading