-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue 4 of cosmoz-treenode-navigator #1
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
92c303e
Refactor search(), demo added
JaySunSyn 9dca38a
Cleanup & Demo via iron-component-page
JaySunSyn b19a36f
Refactor to fit cosmoz-treenode-navigator
JaySunSyn b9fb2ff
added cosmoz-tree-behavior
JaySunSyn f7d2fdb
added hook for tree class; added notify tree changes
JaySunSyn dea0b9a
add properties to afterFound Hook
JaySunSyn 760b426
refaktor to make it renderLevel sensitive
JaySunSyn 1c88582
Defaults to ES5
JaySunSyn cd64e21
fixes of PR comments
JaySunSyn 5a2064e
PR comments (without rename)
JaySunSyn f8b75df
PR comments (back to old naming)
JaySunSyn 5af285e
Removed & Exposed Methods, fixed issues
JaySunSyn d8e9ffd
Rename getPath() => getPathNodes()
JaySunSyn e878ec1
re-added getNodeByProperty() getPathStringByProperty()
JaySunSyn 00bb3de
getChildren() refactor
JaySunSyn 44ca085
Added comments and some (default) properties
JaySunSyn 13f837a
PR comments: minor fixes, added childProperty as class attribute
JaySunSyn 4174ae1
PR comments: search() refactor; findNode() added
JaySunSyn 47dfbf0
Fix getPathNodes(); add hasChildren(); utilise _searchNodes() in getN…
JaySunSyn 16dcf27
added Init options of DefaultTree
JaySunSyn 90122a3
fixed consistent return of search()
JaySunSyn fa33008
Refactor getPathNodes()
JaySunSyn e465ec6
'basic' Test added; & adjustments
JaySunSyn 9e5078d
'multiRoot' Test fix
JaySunSyn 3c5318f
'missingAncestor' Test getPathNodes() in Progress
JaySunSyn 23ab530
adjusted getPathNodes()
JaySunSyn 5308aae
adjusted getPathNodes() Tests
JaySunSyn 20a3aad
getPathNodes() => map(); added some tests
JaySunSyn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
bower_components/ | ||
node_modules/ | ||
debug.log | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As in comment, needs to stay.