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: dowjones/react-dropdown-tree-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: dowjones/react-dropdown-tree-select
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 17 commits
  • 13 files changed
  • 4 contributors

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    33b69f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624b437 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. fix: Empty dropdown while searching for deeper nodes 🐛 (#186)

    * chore: Remove unused dep 🔥
    
    * chore: Selected package upgrades ⚡
    
    * fix: Filter hidden nodes so dropdown is not empty
    
    * fix: Only return matched nodes
    
    * chore: Babel upgrade due to deprecated presets ⚡
    
    https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets
    
    * fix: Revert Babel-7 craziness. Restore sanity
    
    * chore: Update tests
    
    * chore: Update docs bundle
    
    * fix: Restore existing behavior
    mrchief authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e670002 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. feat: disable input (#188) ✨

    * chore: Update package.json dependencies
    
    * feat: Add disabled prop to Input and DropdownTreeSelect
    
    * chore: Rebuild bundle.js
    
    * style: Show arrow as disabled, update disabled logic
    
    * chore: Update docs
    
    * chore: Make demo script easier to use
    itrombitas authored and mrchief committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    dbcd71e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Create CODE_OF_CONDUCT.md

    mrchief authored Oct 27, 2018
    Configuration menu
    Copy the full SHA
    f14f6b2 View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    mrchief committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    e4f2273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    487ffc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7426a25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa45aeb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. docs: Add all contributors 📚 (#191)

    * chore: Setting up all-contributors spec
    
    * docs: Adding contributors
    
    * chore: Fix template issues
    
    * docs: Add issue contributers
    mrchief authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    073c0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5289562 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. chore: Upgrading classnames package to 2.2.6 (#197)

    * chore: Upgrading classnames package
    
    Upgrading classnames package to fix ie10 transpiling issues
    
    * chore: Fixing bundle.js
    
    Fixing bundle.js and classnames source registry
    
    * chore: Reverting test file
    
    Reverting flatten-tree.test.js
    dilip025 authored and mrchief committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    6094082 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    24edcd5 View commit details
    Browse the repository at this point in the history
  2. fix: Keep search tree intact upon selection 🐛 (#194)

    * fix: Keep search tree intact upon selection
    
    Closes #190
    
    * chore: Updated bundle
    mrchief authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    db2ada4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    # Conflicts:
    #	docs/bundle.js
    #	package.json
    #	src/tree-manager/index.js
    #	yarn.lock
    mrchief committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    7effb41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f200152 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    mrchief committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    c93f13f View commit details
    Browse the repository at this point in the history
Loading