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

Updated html-scanner-tests.js so both Meteor and Blaze pass tests

github.com/meteor/blaze - d2ee1ac5ca2f9e7b943699e31924b316d1cbc954 authored almost 8 years ago
Changed minifier-js to stay at 1.2.17 instead of Meteor's 2.0.0

github.com/meteor/blaze - c4413b2f48bf6d890b234cc08b6b45791f595223 authored almost 8 years ago
Escape / as well.

github.com/meteor/blaze - 7c77ad019e91fce111695c15d19a3bd79f5ae4e5 authored almost 8 years ago
Version 2.3.0 released.

github.com/meteor/blaze - d00f49e102ed34d1482d1d219d09d771a6873753 authored about 8 years ago
Merge pull request #229 from LarsBuur/master

Spring cleaning. After Meteor 1.4.0.1 PACKAGE_DIRS is deprecated and …

github.com/meteor/blaze - 315184d9841099e7d2994033ea400d14eb0b4f4e authored about 8 years ago
Spring cleaning. After Meteor 1.4.0.1 PACKAGE_DIRS is deprecated and METEOR_PACKAGE_DIRS should be used instead.

github.com/meteor/blaze - fe1eba2f491928c279f12e4b61258d48da2598bf authored about 8 years ago
Updating history.

github.com/meteor/blaze - 90454d5f1399f50ec3905f7addd7a19b43a0dd57 authored about 8 years ago
Correctly initialize variable in a loop.

Fixes: #228

github.com/meteor/blaze - f5791658aa1b7a013e2e0c1ee62ec12f397b3345 authored about 8 years ago
Merge pull request #224 from lesliechw/patch-1

template name correction

github.com/meteor/blaze - bcdea35582970b5bbd88b530dd73be57e14dc2b6 authored about 8 years ago
template name correction

github.com/meteor/blaze - 7ed37ed28df84fc1bbc07f9e1a7fabe52e1c2d37 authored about 8 years ago
Support for chaining block helpers syntax sugar.

Fixes: #39

github.com/meteor/blaze - 2fa3cabcf446a1db571fd63aabea60b974d2c1a0 authored about 8 years ago
Better test for diffing optimization.

This really checks how many times we materialize.

See: e17991a9ed4fd27d9ee91931291d68e8edf26346

github.com/meteor/blaze - 32a2e592c077eb77c7e07a4b354bbfd89a993192 authored about 8 years ago
Prevent unnecessary materialization of DOM.

Based on #103.

github.com/meteor/blaze - e17991a9ed4fd27d9ee91931291d68e8edf26346 authored about 8 years ago
Version 2.2.1 released.

github.com/meteor/blaze - 11b315439d789f4da253d2b1e29ce91d729fa5bf authored about 8 years ago
Keep the order inside style and class attributes.

Fixes: #141

github.com/meteor/blaze - 012c9d91062f5c53469f4e0313e50ffcfe281616 authored about 8 years ago
Allow extending joining in _DiffingAttributeHandler.

github.com/meteor/blaze - 90b06d589776780d7d065b58ccb81fae8838820c authored about 8 years ago
Video tag's muted should be set as a property.

github.com/meteor/blaze - 4720869cb324b272ddac7028d3fe9309ef9f9d6a authored about 8 years ago
Sandbox is not really a boolean property.

So let's not test for it.

github.com/meteor/blaze - ff3f791e182a8176d486a1f4903a1fee67d0fd81 authored about 8 years ago
Added TODO.

See: #200.

github.com/meteor/blaze - 9347d6375324d8be7803a35cf061984b7a0a37b6 authored about 8 years ago
Fixes regression reported in #151.

Reverted #102 and made a different fix for removing attributes for
`false` values in dynamic att...

github.com/meteor/blaze - 84c58a651c2cfbb3de825811a7b580afb7382f74 authored about 8 years ago
Use explicit versions in packages.

Fixes: #222

github.com/meteor/blaze - 1e60dfe4d71c3ba6b568804a4f52a5eb06a1c870 authored about 8 years ago
Added icon.

github.com/meteor/blaze - 3e07d163dddb8967d322008e6afd6f4684409caf authored about 8 years ago
Fixing missing merges.

github.com/meteor/blaze - d95e9f490333bfc30988ed0fe09aeeb2518a35da authored about 8 years ago
Add back raw/endraw to `{{#if}}/`{{#each}}` in intro to docs

meteor/blaze#135 seems to have introduced this change which broke `hexo generate`. Per my comme...

github.com/meteor/blaze - b65516ed245e3afb5032914ed1727bafcfbd7fd8 authored about 8 years ago
Run doc generation to see if it would trigger a failure during deploy

Previously, the doc generation was only occurring during the deploy and therefore not able to de...

github.com/meteor/blaze - a037563c651827d18f159b83fb49d660a7e5f51e authored about 8 years ago
Update hexo-s3-deploy to latest version

This ensures that the deploy will fail properly when a breaking change is introduced:

Incorpora...

github.com/meteor/blaze - 7d01b4c79b5f7c4f3f336232ec72a28171a846f3 authored about 8 years ago
Version bump.

github.com/meteor/blaze - 02535b8049858a98e49481450b3045df0789ad24 authored about 8 years ago
Tests for #148.

github.com/meteor/blaze - 9ee91ed8b58b613e079ca7bc0f25387e8b7dad4f authored about 8 years ago
Allow nested template.autorun calls.

Fixes: #148

github.com/meteor/blaze - 69f3aa4a11643bc35694478571912e920ffafef7 authored about 8 years ago
Remove redundant code/text, correct list of falsy values, others minor edits

github.com/meteor/blaze - d8c4b9cbc9fe755e9f24a8715f286048d54c1560 authored about 8 years ago
correct anchor link

github.com/meteor/blaze - 4a37621627d5a4afd43f717a590f1048e8b5e4c4 authored about 8 years ago
Remove documentation leftovers

github.com/meteor/blaze - 4497b44ce84b732e63a18f9156870d87731ec9a4 authored about 8 years ago
Add {{else}} to the first examples

As suggested in https://github.com/meteor/meteor/issues/5566

github.com/meteor/blaze - 5e405cb87cc415b6c80f2f83333dfe3bd67e56dc authored about 8 years ago
Link to projects.

github.com/meteor/blaze - a681233d37d409abde8bf7bd569dddd06a52fe4b authored about 8 years ago
Mention "contributions welcome" label.

github.com/meteor/blaze - 1f362f447a31b6a7b5d35a224becbc0836341c8a authored about 8 years ago
Correct anchor link

github.com/meteor/blaze - 60f86bcd16b3037a6c89edd3ee7ddcf47c69c115 authored about 8 years ago
Potential speedup by using a specialized `_.bind` function.

github.com/meteor/blaze - 93f2d20f992445d038fabafc262ac228dfd2f63e authored about 8 years ago
Added backers and sponsors from OpenCollective

now sponsors&backers will automatically appear here. An example of how it'll look https://github...

github.com/meteor/blaze - c36cb5e5fa29286045acf4b3db0bc171a9f03579 authored about 8 years ago
Microscore is not really used.

We should anyway go for lodash and then import only things we need.

github.com/meteor/blaze - d205ec88694b4042e1399568eebbc9ed26c241a9 authored about 8 years ago
Initial version of contributing guide.

github.com/meteor/blaze - 3f51585a5cb8c37b51de2871b9c59c634dabbaad authored about 8 years ago
Updated the link.

github.com/meteor/blaze - bdd03dc7edc4f51e1c06efd12b32b7ab68af586a authored about 8 years ago
Flush Tracker changes

github.com/meteor/blaze - 9ee65abc525e5d2f9c4a7e65f60795240358d75f authored about 8 years ago
More tests for iframe mode sandbox

github.com/meteor/blaze - 0f4ef1d1fb783e68d668fae3ef9b836c943e79ef authored about 8 years ago
Pass a boolean value to BooleanHandler when IFrame

github.com/meteor/blaze - e59d2bb9a7561447fb997a76274f27ba510e2584 authored about 8 years ago
Add comment on sidebar_categories config setting

just to make sure future contributors know this setting is also used for
page order and generati...

github.com/meteor/blaze - baaafd5cda27d01889c650db99fa0e7ab1607ab7 authored about 8 years ago
remove order fields from page front matter blocks

no longer needed now that page order is defined in config file

github.com/meteor/blaze - cc6ca05937aaf3bdbbdfcf6326cc1b3711dba3de authored about 8 years ago
update submodule

github.com/meteor/blaze - b99a553fb9b8c48a1937da67e642694510b01e7b authored about 8 years ago
Indentation

github.com/meteor/blaze - f319444872de14c97daded6480ee42cde0a5a659 authored about 8 years ago
Fixed Unexpected token

github.com/meteor/blaze - c72d1c0e921881a899bd73f4686d1e02f99e88cc authored about 8 years ago
Correct sandbox value

github.com/meteor/blaze - 11c9022601b70d4f4b8dbaa45a95973cdc68d1d1 authored about 8 years ago
Removed autocomplete property

github.com/meteor/blaze - 93b81578b9d9fe09ec167b1211254427925bb0a1 authored about 8 years ago
Removed spellcheck test

- Spellcheck attribute is a boolean, but is handled like strings.
- Removed <script> async

github.com/meteor/blaze - bc81d39cb76b41a949cbf7076da805dbd387afdd authored about 8 years ago
Removed spellcheck property

- Spellcheck attribute is a boolean, but is handled like strings.
- Fix iframe sandbox with oth...

github.com/meteor/blaze - 14d0ec62bc23480ca77c0c7cc2e2654389b6f211 authored about 8 years ago
Fix JS HTML attribute names

- Removed autocomplete (not a boolean attribute)
- Fix names of DOM properties

github.com/meteor/blaze - e6c0483bb5b7860587dd98e03d3847f46560df49 authored about 8 years ago
Add Tests to better support for HTML5 attributes

- Alphabetic order for constructors of HTML elements
- Issue #52, PR #102

github.com/meteor/blaze - 04db0d40cef726cac73736629c164d404a39d54d authored about 8 years ago
Correction of elem.contentEditable

github.com/meteor/blaze - ad4c1dcf52c22a24989725ab37d0735acf1fe5d9 authored about 8 years ago
Removed tabs

github.com/meteor/blaze - e1ad204b92b266e96b709da3970cfa082a393cce authored about 8 years ago
Readability of spellcheck

github.com/meteor/blaze - 2bdb4c2b79abd6b45084450f02164a9c3fa65a08 authored about 8 years ago
Changed history do PR #102

github.com/meteor/blaze - 6fceaba6fd7b9703adf922ae618c650d32b568f9 authored about 8 years ago
Indentation+

github.com/meteor/blaze - 075f70af5dafc930b54e0af719397aa28460afdc authored about 8 years ago
Better support for HTML5 attributes

Better support for HTML5 attributes in Spacebars Helpers. Before HTML5 is not handled properly.

github.com/meteor/blaze - 98251609b75b2f8190a8459c69b772554e48fa3f authored about 8 years ago
Fix 'Edit on GitHub' links

update hexo config file to point the correct github path

github.com/meteor/blaze - 3fe2119816dc3f5f4222c6554e0602c681374e4f authored about 8 years ago
Version 2.1.9 released.

github.com/meteor/blaze - e405b14f9a0c34a40618799e0ddb0129ad4cc4e2 authored about 8 years ago
blaze-html-templates version bump.

github.com/meteor/blaze - 8990223a7b3a28fdf368b69f93d2a131ae8af2e1 authored about 8 years ago
ui version bump.

github.com/meteor/blaze - 61e4b1cc53a2f7741bc40086ab115e9b725331d4 authored about 8 years ago
Making stand-alone.

github.com/meteor/blaze - 63a5d06a6da13b3aba9b70870b298d99fec64e2c authored about 8 years ago
Merging ui package.

github.com/meteor/blaze - 412aca826985c6f466ba00b9cce1df234d754f1f authored about 8 years ago
templating-compiler version bump.

github.com/meteor/blaze - e1baf9e75fc5f2f8a0076db812bda007e3f305a8 authored about 8 years ago
templating version bump.

github.com/meteor/blaze - 127a0cc2d60d555b3361c2da1e2a8c124aa4d41c authored about 8 years ago
Missing version.

github.com/meteor/blaze - ce71f735660b443fea26e94fc5cc1e2295538122 authored about 8 years ago
Updating history.

github.com/meteor/blaze - bf2b507e6a96e3b176d0050fe049e130b6f16123 authored about 8 years ago
templating-runtime version bump.

github.com/meteor/blaze - d2ca1ba419e6dcd3ab9b18b6fbfeec6add9dbed1 authored about 8 years ago
spacebars version bump.

github.com/meteor/blaze - 3f6b0464ad7fde1f386b7811afb9559250bbd48c authored about 8 years ago
spacebars-tests version bump.

github.com/meteor/blaze - b1742254fd67c78a09ed45dda57870a53e4d33ca authored about 8 years ago
blaze version bump.

github.com/meteor/blaze - 823f715fa82477b12fa3e976e29e0212db839e1f authored about 8 years ago
static-html version bump.

github.com/meteor/blaze - 88a8ffdde68b296090e827395093f04251e912f7 authored about 8 years ago
templating-tools version bump.

github.com/meteor/blaze - be3f03bd78c8e37493a8ece2e8b5885aeaa22f3a authored about 8 years ago
Missing versions.

github.com/meteor/blaze - 48de0c19eb7c47e175d919f791ed855ab6e3e56c authored about 8 years ago
html-tools version bump.

github.com/meteor/blaze - fe919c00dc97f8ca80abb0e2026f22e9f001e319 authored about 8 years ago
Imply needs versions, too.

github.com/meteor/blaze - 54f9fbf7574673de0c1d50a901c780aebb8f9301 authored about 8 years ago
blaze-tools version bump.

github.com/meteor/blaze - 9af7eb0b90a281bfe3cefca43fc77cd393694e15 authored about 8 years ago
caching-html-compiler version bump.

github.com/meteor/blaze - 0c84b736f3f90d3c73aeddd60b9f347cd5a36684 authored about 8 years ago
Updating all package.js files.

To make them stand-alone.

github.com/meteor/blaze - e18a73b045776dbc6bdd69abc794748f64291edd authored about 8 years ago
spacebars-compiler version bump.

github.com/meteor/blaze - 39ffeeab5a842b1b58fa9d6145e47a48fea71749 authored about 8 years ago
htmljs version bump.

github.com/meteor/blaze - 577094f4e9e3d4c86cedf367e145ee86e2fa36f7 authored about 8 years ago
Updated gitignore.

github.com/meteor/blaze - 79dec1a3c805a0c193c53a7cb4917a93106b6259 authored about 8 years ago
Fix the links in the readme of the packages

- Redirect the links correct

github.com/meteor/blaze - 6c479238ff6807c8df8d62f49c94cf280fb5b5bb authored about 8 years ago
Duplicate content

There is already a detailed section Spacebars Syntax
http://blazejs.org/api/spacebars.html

github.com/meteor/blaze - 3b6a27ba1fd7b8c66a63afb232ec31130e153b33 authored about 8 years ago
Fix all links inside content

github.com/meteor/blaze - 9c02550914542e5a8cc61a8ee365aa68e3f86250 authored about 8 years ago
Added HISTORY file.

github.com/meteor/blaze - 637dac59146e74e2d384e8ea15b4cb7a8cb67896 authored about 8 years ago
Upgrading node to get Promise.

github.com/meteor/blaze - 8494fe94cfac83dcbf384e3ea9351427225b27a9 authored about 8 years ago
Moving documentation to S3.

github.com/meteor/blaze - 0f79b57bc3843b7d73c3ed63627d9712a1295eeb authored about 8 years ago
Deploy for all version branches as well.

github.com/meteor/blaze - ea5e8380d7a32926b830fca14607e8684c842074 authored about 8 years ago
Update spacebars.md

github.com/meteor/blaze - ccbe8be2d9a4c1138802405329055bae346c11b6 authored about 8 years ago
Fix broken link to 'https://meteor.com/tracker'

Since 'https://meteor.com/tracker' currently redirects to 'https://www.meteor.com/developers', I...

github.com/meteor/blaze - ea39a0fdb7e9956a4f78c85cea8849a1ec243ca1 authored about 8 years ago
Synced version with Blaze.

github.com/meteor/blaze - a4eaa26b5639a3ac0e774a2e8a63e8bbeac00af3 authored about 8 years ago