Skip to content

Tags: ellinge/react-dropdown-tree-select

Tags

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
feat: Allow to display children of found matches (dowjones#204)

* Use different classname than bootstrap

`hide` classname is being used by bootstrap to hide elements. For us, we need to change the classname here in react-dropdown-tree-select to display everything correctly.

* Option to show children on search results

This allows for children of found matches to be displayed. With this option, one can search for the parent and then see all children and select any.

* Add docs/bundle.js

* Remove unnecessary line

* nicer code

* Code optimization

* Rename addChildrensToTree

* Update docs

* ESLint

* Remove bootstrap hide workaround

* test: Updated syntax after merging latest develop

* chore: Updated bundle after merging latest develop

v1.15.0

Toggle v1.15.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: Support disabled/readOnly states ✨ (dowjones#200)

* fix: Show cursor in Edge, IE 11 properly

* feat: Support readOnly state

* chore: Fix lint errors

* docs: Add documentation for form states

* chore: Use action's id if available, otherwise fall back to array index

* test: Add tests for actions

* test: Updated snapshots

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
Merge branch 'develop'

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
feat: disable input (dowjones#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

v1.12.7

Toggle v1.12.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: Remove event listner on unmount 🐛 (dowjones#182)

Fixes dowjones#180

v1.12.6

Toggle v1.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Correctly show parent nodes during search (dowjones#183)

Closes dowjones#155

v1.12.5

Toggle v1.12.5's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
chore: Adding back semantic-release

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Add showDropdown prop description to readme (dowjones#152)

Closes dowjones#144

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
fix: Do not run eslint on docs before build

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mrchief Hrusikesh Panda
fix: Remove console.table statements

Also prevent console statements from getting checked in

Closes dowjones#133