03 Nov, 2016
2 commits
-
- Bump Meteor to 1.4.2. - Bump all NPM packages to latest available versions. - Correct a few ESLint errors that were spotted. - Change casing of file names for components and containers to PascalCase. - Bump version of Base and Meteor in package.json and Index.js component. - Deprecate get-input-value.js module in favor of direct DOM selection via JS.
15 Aug, 2016
3 commits
-
- Bring Meteor up to 1.4.0.1. - Bring Meteor packages up to date. - Bring NPM packages up to date. - Fix console warnings from #157. Closes #157. Closes #162. - Remove import of bootstrap.js (was redundant). Closes #170. Closes #172
27 Jul, 2016
3 commits
-
Closes #163
19 Jul, 2016
2 commits
-
Closes #161
-
- Bump Meteor to v1.3.5.1 - Update Meteor version in index.js component - Update Meteor version in README.md
05 Jul, 2016
3 commits
-
Closes #155
14 Jun, 2016
4 commits
-
Closes #149
-
Closes #152
19 May, 2016
3 commits
-
Closes #143
-
- Bump Base version in README.md. - Bump Base version in /imports/ui/pages/index.js.
-
- Update NPM packages to latest versions. - Update Atmosphere packages to latest versions.
02 May, 2016
3 commits
-
- Update Atmosphere packages to latest versions. - Update Base version in README.md and imports/ui/pages/index.js
-
Merges #124 Fixes #126 Closes #129 Fixes #131 Closes #137
21 Apr, 2016
10 commits
-
- Fixes a bug where React Router wasn't able to redirect to the nextState value.
-
This made the loader look better but delayed data being added to the list
-
- Remove themeteorchef:jquery-validation for official NPM version. - Remove jquery for official NPM version. - Move to bootstrap NPM version and handle imports in imports/starutp/client/index.js - Add jQuery and jQuery Validation imports to modules using jQuery Validation.
-
- Bump Meteor to 1.3.2.4 - Update Meteor Version in README.md - Add an npm test command for running unit tests with Mocha - Remove unnecessary import of chai in api/documents/documents.tests.js and use assert directly.
-
- Fix eslint throwing a tantrum about React globals. - Update components to include propTypes. - Remove unnecessary imports. - Complete move to airbnb style guide.
20 Apr, 2016
1 commit
11 Apr, 2016
1 commit
07 Apr, 2016
1 commit
-
- Fixes issue where the active state for links wasn't updating. This is due to a bug in React and this implements a workaround which relies on setting { pure: false } on the main component container to prevent blocking re-renders when moving between routes (and leaving the active state on the old route). Hopefully this is fixed in the future as this isn't an ideal implementation.
05 Apr, 2016
3 commits
04 Apr, 2016
1 commit
-
- Gets active links working in nav with a bit of duct tape. TODO: - How can we remotely trigger updates on navigation when clicking links? Current solution is awfully clunky.