Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blaze

A powerful library for creating user interfaces by writing reactive HTML templates.
Collective - Host: opensource - https://opencollective.com/blaze - Website: https://blazejs.org/ - Code: https://github.com/meteor/blaze

{{@ annotations}}, better error messages

github.com/meteor/blaze - 8802cd05b80a542a597f2e07f908394ad8fadb38 authored over 11 years ago
{{@ annotations}}, better error messages

github.com/meteor/blaze - 067b23506b7e0ae6cd6498924bfc0bef0b5fb9f7 authored over 11 years ago
{{@ annotations}}, better error messages

github.com/meteor/blaze - 9a5559a6b031fb4915c229100ac1d3df3cebabbe authored over 11 years ago
Merge branch 'weak-sauce' into linker

Implements weak dependencies and uses them to fix {{currentUser}}

github.com/meteor/blaze - 1ab9642e29c5663507a57eb085da8a32bc3afd33 authored over 11 years ago
Test slices now never contain exports.

@export is now an error in test slices.

This is preparation for ensuring that any slice with ex...

github.com/meteor/blaze - ad8ceabc02aa5ab4c17976a92df761ea21657afc authored over 11 years ago
Test slices now never contain exports.

@export is now an error in test slices.

This is preparation for ensuring that any slice with ex...

github.com/meteor/blaze - 38ec2d2996e86c8d611e2b369d03aa20088ba6ac authored over 11 years ago
generic Components respect "content arg"; bugfix

github.com/meteor/blaze - a75fdaab69b5abcbe9ecd3efc65b9edc907a14b1 authored over 11 years ago
Merge branch 'linker' into shark

github.com/meteor/blaze - c2e14aceee05b828e9b2ad3cc5a6299d2929ecda authored over 11 years ago
Merge branch 'devel' into linker

github.com/meteor/blaze - 0b9b82cefe297d40d47d4eda3173a9dbf23e9557 authored over 11 years ago
fix Spark memory leak (#1157)

github.com/meteor/blaze - bd79c9059841cd66d34ee229215e3ed41e180213 authored over 11 years ago
Merge branch 'devel' into linker

github.com/meteor/blaze - c86c870b0ebc3ecd6f806189e59dbdb2a39b1372 authored over 11 years ago
body/else become content/elseContent

github.com/meteor/blaze - 6afd172a661066f843636ee9c636c301411dee74 authored over 11 years ago
body/else become content/elseContent

github.com/meteor/blaze - 14f9fc1387f902d95783188a729fe33f1fd2ad86 authored over 11 years ago
lookup searches up for "data" arg

try `{{> content}}` instead of `body`

github.com/meteor/blaze - a3b03ec039a8726aa92d4e4d198eeb833932911e authored over 11 years ago
search Template.foo namespace for components

fix inheritance superClass tracking

github.com/meteor/blaze - 1aa45e4dc361a636592aec55f8052be9d2883fab authored over 11 years ago
search Template.foo namespace for components

fix inheritance superClass tracking

github.com/meteor/blaze - 286184f97298369d1e83a2537eb37573238c6417 authored over 11 years ago
search Template.foo namespace for components

fix inheritance superClass tracking

github.com/meteor/blaze - 86dcd638951732d0a40a7f5a3ee4266a46bee52d authored over 11 years ago
alias MyComp.augment to MyComp(…)

github.com/meteor/blaze - fb9be327d3ceed8050276bd525e33aed54e1266e authored over 11 years ago
Comp.augment (to be aliased to Comp(...))

github.com/meteor/blaze - e534fc6c5aaaf586f4a8d43048688db56dda7740 authored over 11 years ago
Templates in Template.foo (wip)

github.com/meteor/blaze - 4156d8642d0b6a8e1151574035f9a599eb6c0b53 authored over 11 years ago
Templates in Template.foo (wip)

github.com/meteor/blaze - 162da008d3b0471331d80f4e602f8d6403a61b3a authored over 11 years ago
Don't mutate template AST in evaluate. Fixes #1143

github.com/meteor/blaze - 5cc211a081287e151c290aefd678a1ad660e00e9 authored over 11 years ago
Merge branch 'spacebars' into shark

github.com/meteor/blaze - 0b3129fa42abb45db01c9c9eeb37b6180f7aecab authored over 11 years ago
expand comp.lookup behavior

also bodyClass,elseClass become body,else

github.com/meteor/blaze - 9460b88fd88abe5ecdf00d0948b7dc2d1fbe400f authored over 11 years ago
expand comp.lookup behavior

also bodyClass,elseClass become body,else

github.com/meteor/blaze - e94db22f60c258133dc12b54bcf5c0e6e3e1c831 authored over 11 years ago
Merge branch 'devel' into linker

github.com/meteor/blaze - c525998031cc4e6987b3b5eac82aae85c4c5e57d authored over 11 years ago
Merge branch 'spacebars' into shark

github.com/meteor/blaze - 2dcc07ec6c89434fb8bff7ea82718e1c67f9216f authored over 11 years ago
RootComponent calls init

github.com/meteor/blaze - e4b95f35eabce8e8084a118f41c78095ead38a49 authored over 11 years ago
warn when Body not a RootComponent

github.com/meteor/blaze - e068eeb7025215a450f0ff948dc86da18541958e authored over 11 years ago
use spacebars for templating in build

github.com/meteor/blaze - 6feae71fd2e09524531e00ef1164b1a1a120722f authored over 11 years ago
warn when Body not a RootComponent

github.com/meteor/blaze - fd7f8a3cdbc47b6bbcfb2007f02cb34e6a526b00 authored over 11 years ago
use spacebars for templating in build

github.com/meteor/blaze - a513791c336250b84b2097b5a25eed92c180a65b authored over 11 years ago
track attached RootComponents

github.com/meteor/blaze - 0a66f393210c8a562913cdce4c20565e308a8f54 authored over 11 years ago
Components can gen "preview HTML" for ss rendering

github.com/meteor/blaze - aae79a3f92945541072ca644b97c0488fd4926d8 authored over 11 years ago
fix typo in replaceChild

github.com/meteor/blaze - 1212f5e5138c727347f549b1fbc511cd3d5840f6 authored over 11 years ago
fix typos; If/Each; make shark example work

github.com/meteor/blaze - e81d32d604b3a8dff9ca2dbf1f610c2926535b8d authored over 11 years ago
fix typos; If/Each; make shark example work

github.com/meteor/blaze - 6ffc88a1c51a4a9a1b71f8fc24270466091692ad authored over 11 years ago
define EmptyComponent

github.com/meteor/blaze - a0b7377c600a51f9b0dc550e4e43dd259b5efb96 authored over 11 years ago
handle falsy helper result

github.com/meteor/blaze - 655937542d5e2501788940d64bc12df7ee148417 authored over 11 years ago
complete Spacebars code gen

github.com/meteor/blaze - 2734994964a3935faa68e7f8555dcecf23f33ae0 authored over 11 years ago
kill old code

github.com/meteor/blaze - a6a32432f7e899686ef8618b32421d8170780b75 authored over 11 years ago
reactive double/triple stache code gen

github.com/meteor/blaze - 2e7f152d1a5c19ed0185a04a2ba9221251513b59 authored over 11 years ago
reactive double/triple stache code gen

github.com/meteor/blaze - 583655225f314a41b35659c761c9f54f30e139d2 authored over 11 years ago
kill old code

github.com/meteor/blaze - 23f709efab88be5d8ea1e1115b842e3592eb01ff authored over 11 years ago
component inclusion code gen

github.com/meteor/blaze - a174c107e3e0459ac9c4852e96a9421027e29d4c authored over 11 years ago
component inclusion code gen

github.com/meteor/blaze - a238038c74c6a0154af5d0312b72fbc88b84c038 authored over 11 years ago
complete Spacebars code gen

github.com/meteor/blaze - f953cec822035e956670f570d1e3029d1cd7c6cb authored over 11 years ago
handle falsy helper result

github.com/meteor/blaze - 9584768f38fab400b5f2c75eebaeab7103a29232 authored over 11 years ago
towards helpers

github.com/meteor/blaze - 5b8068bfb0768d4ef7eb7f52e6a2c3829d767338 authored over 11 years ago
comments about template init

github.com/meteor/blaze - 4b5994758edb92ef7c78535b22042b6144ae0e53 authored over 11 years ago
dummy comp.lookup for testing

github.com/meteor/blaze - dc1d382a8d0a9b9794c940a59ef9880316f1db82 authored over 11 years ago
start of helper code gen

github.com/meteor/blaze - 96b5ac84ae1132a60574031e1729e9c63289969d authored over 11 years ago
implement Spacebars.{index,call}

github.com/meteor/blaze - c6661279981993eab6bd7b2ca615f5665e591af7 authored over 11 years ago
start of helper code gen

github.com/meteor/blaze - a23ba3e23a7328574399d3c9d240095e1dbf0da4 authored over 11 years ago
begin attempt at Component/template joint def

github.com/meteor/blaze - b50aa9dd9c11d1f661df09a67880a4bb13633f43 authored over 11 years ago
Annotations for linker and proper dependencies

github.com/meteor/blaze - 8ac4e868442859a08893605ff74c2a86c1db3350 authored over 11 years ago
towards helpers

github.com/meteor/blaze - dd939c21b2bdebfb1f2181c9842f2ab5ece7e205 authored over 11 years ago
spacebars compiler minus components and helpers

github.com/meteor/blaze - c59f58d7eead73b53ff3314fa0ab73197a33a19e authored over 11 years ago
template parser tests

github.com/meteor/blaze - 2fbf1e990ed3fbce73ec51ee427e1250fae58bfc authored over 11 years ago
compiler unit test harness

github.com/meteor/blaze - ddfa31c160a61c9f18f233e7e16b94048e1654d6 authored over 11 years ago
compiler unit test harness

github.com/meteor/blaze - 519e8ecb13092e42f678befdc5d5c783ebc86882 authored over 11 years ago
fix empty interpolation

github.com/meteor/blaze - 51d5dfeda9cf95113d84e133bc946eb08aa49352 authored over 11 years ago
fix empty interpolation

github.com/meteor/blaze - b4f1aca055ef5346b69fe1d017f9df9a9f4ed2a3 authored over 11 years ago
template parser tests

github.com/meteor/blaze - 05b8c3d8f65f8cbfcfc1a7beea0f93b29b5b5595 authored over 11 years ago
spacebars compiler minus components and helpers

github.com/meteor/blaze - 329600cfba0831d324cb079e03c7f6af5c45195b authored over 11 years ago
Annotations for linker and proper dependencies

github.com/meteor/blaze - 76b3f669d84b43aeb8f0b7bb8645ad1f74d44e75 authored over 11 years ago
more helper support

github.com/meteor/blaze - 210f04326dd1deee0f4e3bbc0c24ab1e1cdcbc5c authored over 11 years ago
implement Spacebars.{index,call}

github.com/meteor/blaze - 2e412bd87fb01939052afda111ed8e7f166e223f authored over 11 years ago
more helper support

github.com/meteor/blaze - 0f33c697a2df44d94da4fb01ecc02a7945f08a59 authored over 11 years ago
more spacebars WIP

github.com/meteor/blaze - 888f6fe2cd50a9ad809cc2458878a8dc9c1927cc authored over 11 years ago
spacebars code gen wip

github.com/meteor/blaze - 2fdf53d5f2c4159f53ee0dcfa277ffac33c467a8 authored over 11 years ago
fix empty Component using Component.create()

github.com/meteor/blaze - 673d2c1cf4ad3516bb1889eb842dc8a428484ebf authored over 11 years ago
registerElement

github.com/meteor/blaze - cbda2d0af60d2c9dd8bd4e68efad13a4e47a1227 authored over 11 years ago
reactive attributes in renderbuffer

github.com/meteor/blaze - 33e0a31fce859087cd45c71f9067d5fff1f74025 authored over 11 years ago
reactive child components (untested)

github.com/meteor/blaze - 226d8d47ba6d06e4799352197a6a4374070f530f authored over 11 years ago
remove old comments

github.com/meteor/blaze - 799494952ccd4d59f50a2f6497e42114d967ce96 authored over 11 years ago
functional Each component

github.com/meteor/blaze - fdcfce66d2727518d4bbb7079d226bb1c1784ec4 authored over 11 years ago
spacebars code gen wip

github.com/meteor/blaze - 9421e46653310a6632f3b362bd7764d548aeeb9e authored over 11 years ago
more spacebars WIP

github.com/meteor/blaze - f7554b5290e090e0c4a1d4730b4a6e555805ffe6 authored over 11 years ago
no stache tags in HTML tag names

github.com/meteor/blaze - 1e3277251f06a6bcc0e1229e6a80e9ad61f4dc74 authored over 11 years ago
more Meteor UI

github.com/meteor/blaze - f0982049371262b5c153106f52f45a2a5c237149 authored over 11 years ago
component model next rev WIP

next step: component.addChild([key], comp,
[parentNode], [beforeNode]). Builds on the
client bu...

github.com/meteor/blaze - 8607b6580ed6cafb9323476f618d1bcb8e202030 authored over 11 years ago
work on ui API

github.com/meteor/blaze - 0a9f7e0037da2cc97b98af59c11157e969523a5d authored over 11 years ago
work on HtmlBuilder

github.com/meteor/blaze - 0c2cd596a485c7b0112c461af3965c112d06314d authored over 11 years ago
import of shark work (UI Components)

github.com/meteor/blaze - b29e3be7ec6f9324d79e7ab0e39c1066a03f4e64 authored over 11 years ago
component.getArg

github.com/meteor/blaze - c8cc2d5c9c8a3a6661d6c9145de9c32a1160b8a1 authored over 11 years ago
no stache tags in HTML tag names

github.com/meteor/blaze - f464a31d57eb2bd0b6ad756d5f9be75e255e94fb authored over 11 years ago
component names are paths

github.com/meteor/blaze - b6a4c186f1d2aa1fb0e0048dd735e2bfc1c27073 authored over 11 years ago
component names are paths

github.com/meteor/blaze - 9faa1f0ec7af37b02f41d15931da59d4289e8298 authored over 11 years ago
nail down add/remove/attach/detach logic

github.com/meteor/blaze - ccafbc856a50a4a71eee4e9679b9ca0d3d16af9e authored over 11 years ago
toy EventEmitter

github.com/meteor/blaze - 9e62704b22faa18902aca3a92a6ce0fecc85be62 authored over 11 years ago
fix package dependencies

github.com/meteor/blaze - cf35d223ce8c4d94b4759b7b0598f2ae503a8918 authored over 11 years ago
parser and most of a compiler

github.com/meteor/blaze - b9dd0c59d23a61d2c75faab329209a8074c7e62d authored over 11 years ago
parser and most of a compiler

github.com/meteor/blaze - 8868d51cc1e8df96a2d22d63b4ce5753fe090810 authored over 11 years ago
new stache-tag parser

github.com/meteor/blaze - c3fcfe6f40ee6fff5244172ed5471acb51a855d6 authored over 11 years ago