Files
ui-bootstrap4/ROADMAP.md
T
2014-01-20 15:02:10 +01:00

1.6 KiB

Roadmap

Directive Maintainers

Who will take the lead regarding any pull requests or decisions for a a directive?

ComponentMaintainer
accordion@ajoslin
alert@pkozlowski
bindHtmlfrozen, use $sce?
buttons @pkozlowski
carousel@ajoslin
collapse$animate (@chrisirhc)
datepicker@bekos
dropdownToggle@bekos
modal@pkozlowski
pagination@bekos
popover/tooltip@chrisirhc
position@ajoslin
progressbar@bekos
rating@bekos
tabs@ajoslin
timepicker@bekos
transition@frozen, remove (@chrisirhc)
typeahead@pkozlowski, @chrisirhc

Attribute Prefix

Each directive should make its own two-letter prefix

<tab tb-active=”true” tb-select=”doThis()”>

Use $animate

  • @chrisirhc is leading this

New Build system

  • @ajoslin is leading this
  • Building everything on travis commit
  • Push to bower, nuget, cdnjs, etc

Switch to ngdocs

Conventions for whether attributes/options should be watched/evaluated-once

  • Boolean attributes
  • Stick AngularJS conventions rather than Bootstrap conventions