Commit Graph

30 Commits

Author SHA1 Message Date
jacobawenger
97c59f7f77 Added examples' bower_components to repo 2014-11-10 18:42:26 -08:00
jacobawenger
47e7b75089 Removed example bower_components 2014-11-10 18:41:32 -08:00
jacobawenger
646ca48928 Added example bower_components to repo 2014-11-10 18:36:48 -08:00
jacobawenger
f3b5c8e0db Updated bower_components for examples 2014-11-06 15:37:41 -08:00
jacobawenger
1906d84a7c Bumped Firebase dependency to 2.0.0 2014-11-05 15:44:24 -08:00
jacobawenger
b74a5aebda Updated wording in Todo app example 2014-09-04 00:04:41 -07:00
jacobawenger
db12b27dbb Cleaned up Todo App example 2014-09-04 00:03:47 -07:00
jacobawenger
8f62692c1b Upgraded examples to ReactFire 0.2.0 and updated their READMEs 2014-09-03 23:49:31 -07:00
jacobawenger
0c726ef287 Repo cleanup to comply with new catapult deploy process
- Added /dist/ folder to `.gitignore`
- Replaced references to version number with `XXX_VERSION_XXX`
- Replaced all-release `CHANGELOG.md` with per-release `changelog.txt`
- Removed `release.sh` script
- Added build task to `gulpfile.js`
- Updated `npm test` to build the distribution files before testing
- Updated the dist file header and made it preserved across both
minified and unmagnified files
2014-08-24 01:02:21 -07:00
jacobawenger
7b1943ee3a Making sure examples work and cleaning up random files 2014-06-29 15:16:18 -07:00
jacobawenger
9d51a216f3 Fixed issue with limit() queries and added test suite
- Fixed issue when binding to Firebase limit() query
- Added error checking
- Added basic test suite
- Added travis integration
- Updated README
- Added limit query to todoApp demo
2014-06-29 14:17:39 -07:00
jacobawenger
d64aaeeca4 Updated bower_components in todoApp to include ReactFire 0.1.5 2014-05-23 21:55:08 -07:00
Jacob Wenger
eef41d4aa8 Merge pull request #7 from llad/master
Adds React Tutorial Comment Box Example
2014-05-17 12:30:42 -07:00
Mark Woodall
20533a2b60 Commented code in index.html 2014-05-16 12:31:42 -05:00
Mark Woodall
e9d1ce0453 Expanded description in README.md 2014-05-16 12:29:12 -05:00
Mark Woodall
d7306a34a9 Shortened the title 2014-05-16 12:15:24 -05:00
Mark Woodall
c72826a48c added commentBox example
Working comment tutorial from react website updated with ReactFireMixin.
2014-05-16 12:11:24 -05:00
jacobawenger
773072a728 Now using v0.1.4 in todo example 2014-05-13 08:32:01 -07:00
jacobawenger
1bef33a483 Adding bower_components to version control for todo app example
We are using the todo app example as the ReactJS example for `firebase
bootstrap` on the CLI and we want it to work out of the box. So we need
to check in bower_components to make that work.
2014-05-12 18:53:43 -07:00
jacobawenger
0c02deccd2 Fixed v0.1.3 release data in change log 2014-05-03 17:30:01 -07:00
jacobawenger
9acf14043d Cleaned bottom of page styling in todoApp example 2014-05-02 11:26:24 -07:00
jacobawenger
d9b3d13a27 Fixed typo in bower.json. 2014-05-02 11:22:48 -07:00
jacobawenger
3ef7d74d11 Better implementation of _isArray() and _toArray() helpers within ReactFireMixin. 2014-05-02 11:14:46 -07:00
jacobawenger
6d63d61336 No longer allow empty strings to be submitted to Firebase. 2014-05-02 11:11:24 -07:00
jacobawenger
6df0136bb4 Added READMEs for examples and todoApp directories 2014-05-01 10:15:27 -07:00
jacobawenger
afc529856b Added ReactFire to bower and now reference it from todoApp example. Cleaned up todoApp example directory. 2014-04-30 19:16:48 -07:00
jacobawenger
e018314b3b Started using bower and cleaned up file references 2014-04-30 19:00:18 -07:00
jacobawenger
2aa7cd80e0 Minor name references cleanup. 2014-04-30 18:35:04 -07:00
jacobawenger
0623d37d33 Renamed bindTo* methods to bindAs*. Cleaned up demo page UI. Updated README. Updated todoApp example directory to support Firebase hosting. 2014-04-30 18:20:15 -07:00
jacobawenger
52a26aa579 Added reactFireMixin and Todo app example
Added reactFireMixin
Added Todo app example
Updated README
2014-04-29 16:27:30 -07:00