-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lib): use inject to pass container reference to selectableItem #169
base: master
Are you sure you want to change the base?
Commits on Nov 28, 2022
-
fix(lib): start selection inbetween select items
This commit fixes the issue of not being able to start a selection if mousedown occured on neither Host element nor select item element but inbetween. The issue occurs if `SelectItem`s are not direct children of the `SelectContainer`. Fixes d3lm#144
Configuration menu - View commit details
-
Copy full SHA for 308a731 - Browse repository at this point
Copy the full SHA 308a731View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 22ea2cc - Browse repository at this point
Copy the full SHA 22ea2ccView commit details -
docs: added nested directive demo with drag and drop
refactor: removed dead code from change and fixed circular dependency caused by DI
Configuration menu - View commit details
-
Copy full SHA for f08cae2 - Browse repository at this point
Copy the full SHA f08cae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132e52a - Browse repository at this point
Copy the full SHA 132e52aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 907488d - Browse repository at this point
Copy the full SHA 907488dView commit details -
docs(lib): added section to readme about components capturing events
test(app): added cypress test for new example demo
Configuration menu - View commit details
-
Copy full SHA for 750c669 - Browse repository at this point
Copy the full SHA 750c669View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14b9f9 - Browse repository at this point
Copy the full SHA f14b9f9View commit details -
refactor(app): renamed drag-and-drop
docs: updated grammar
Configuration menu - View commit details
-
Copy full SHA for f21b63e - Browse repository at this point
Copy the full SHA f21b63eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f82aa - Browse repository at this point
Copy the full SHA 22f82aaView commit details -
style: updated cypress comments
style: update whitespace
Configuration menu - View commit details
-
Copy full SHA for 7aaf934 - Browse repository at this point
Copy the full SHA 7aaf934View commit details -
refactor(app): moved drag-and-drop above mobile and hides
style(app): linting some scss
Configuration menu - View commit details
-
Copy full SHA for 69b9cde - Browse repository at this point
Copy the full SHA 69b9cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a1f77 - Browse repository at this point
Copy the full SHA 56a1f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6960d4c - Browse repository at this point
Copy the full SHA 6960d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68bf5b7 - Browse repository at this point
Copy the full SHA 68bf5b7View commit details -
test(lib): fixed bug when running all tests
For some reason `itemDeselected` emits another event after Jest starts cleaning up the test component which resulted in a failing `expect`
Configuration menu - View commit details
-
Copy full SHA for f0a11a9 - Browse repository at this point
Copy the full SHA f0a11a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d695b83 - Browse repository at this point
Copy the full SHA d695b83View commit details -
fix(lib): use internal memory of currentlyselected items
If `selectedItems` has not two-way binding by an outside component then it will not contain a list of the currently selected items
Configuration menu - View commit details
-
Copy full SHA for b558485 - Browse repository at this point
Copy the full SHA b558485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619943a - Browse repository at this point
Copy the full SHA 619943aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40316b1 - Browse repository at this point
Copy the full SHA 40316b1View commit details