• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

netceteragroup / girders-elements / 82
83%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2017 07:49PM UTC
Jobs 1
Files 63
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
82

push

travis-ci

web-flow
feat(core): deprecate ui.forElement and ui.forElements

The `ui.forElement`and `ui.forElements` functions are deprecated and will be removed in a future release. Please use `uiFor` function provided as a property to your element ui implementation.

Each element in the UI tree must refer to an *unchanged* element in the state tree. Allowing arbitrary calls to `forElement(s)` allows the users to transform elements in an e.g. parent node before passing them down to child nodes, so they are deprecated.

Imposing this restriction allows us to optimize the re-rendering calls to just the sub-tree where the change had happened. This is an important optimization as a top-level elements often use 3rd party heavy components (e.g. react-navigation) which aren't optimized for frequent re-rendering like ordinary element UI is.

433 of 646 branches covered (67.03%)

31 of 31 new or added lines in 3 files covered. (100.0%)

523 of 662 relevant lines covered (79.0%)

20.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
packages/core/src/impl/deprecated.js
2
100.0
packages/core/src/impl/warning.js
Jobs
ID Job ID Ran Files Coverage
1 82.1 05 Apr 2017 07:49PM UTC 0
79.0
Travis Job 82.1
Source Files on build 82
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #82
  • eefa1597 on github
  • Prev Build on master (#80)
  • Next Build on master (#84)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc