Issues
- 0
GitHub actions test #2
#51 opened by ElliotNB - 0
GitHub actions test
#50 opened by ElliotNB - 0
Remove jQuery dependency
#49 opened by ElliotNB - 0
- 0
- 1
Add support for es6 imports
#29 opened by ConnerAiken - 0
- 0
Document the isReady method on the README
#27 opened by ElliotNB - 2
We need some way to prevent components from being unregistered if they're not contained in the parent component DOMNode
#20 opened by ElliotNB - 2
Improve ease of unregistering components that are registered during the _render method.
#26 opened by ElliotNB - 0
IE-11 throws error for _afterInDocument
#24 opened by ConnerAiken - 1
Document all lifecycle hooks in README
#21 opened by ElliotNB - 1
- 1
- 1
- 1
- 1
- 1
- 2
Consider a boolean flag in the config that allows dataBindings to trigger while `preventRender:true` (required) initList methods are running
#22 opened by ElliotNB - 0
Add the ObservableSlim `change` that triggered a `dataBinding` to the arguments of the handler method.`
#19 opened by ElliotNB - 2
dataBinding delayRefresh can have unintended side-effect of preventing an update
#7 opened by ElliotNB - 1
- 0
- 1
Document that uiBindings and dataBindings don't take effect until the component is initialized
#11 opened by ElliotNB - 1
Produce a more helpful error message and stack trace when a uiBinding or dataBinding method doesn't exist.
#16 opened by ElliotNB - 1
- 0
Figure out why <p> tags can't be containers.
#15 opened by ElliotNB - 0
Add checks to ensure that the tag name and repeatable section names do not overlap
#12 opened by ElliotNB - 0
- 1
Need to correct the constructor arguments and base class init in the README example
#4 opened by ElliotNB - 1
Document base class usage rules
#2 opened by ElliotNB - 1
Add Gulp, Mocha and Travis CI
#1 opened by ElliotNB - 1
uiBinding and dataBinding targets should be able to append a wildcard to qualify on changes to any nested children
#5 opened by ElliotNB