Commit Graph

10378 Commits

Author SHA1 Message Date
a3b0ac8dfa chore(package): update redux-epic to version 0.2.0
https://greenkeeper.io/
2017-04-11 17:49:00 -07:00
d3a815a0a8 improve weather app project instructions (#14339) 2017-04-11 16:25:15 -05:00
5ea973cafc Merge pull request #14346 from Manish-Giri/fix/improve-test-for-span
Edit test for right span content
2017-04-11 15:58:08 -05:00
182d4f9fdc Edit test for right span content 2017-04-10 22:16:10 -04:00
a931e7fe4d Merge pull request #14275 from Manish-Giri/fix/add-instruction-css-animation
Add instruction to CSS Animations
2017-04-10 11:53:46 -05:00
9cd9583311 Merge pull request #14277 from Manish-Giri/fix/remove-redundant-challenge
CSS color - delete redundant challenge
2017-04-07 13:31:59 -05:00
209ead5848 CSS color - delete redundant challenge 2017-04-06 15:42:21 -04:00
43c54d6b12 Add instruction to CSS Animations 2017-04-06 15:10:54 -04:00
bbfdd2f992 Merge pull request #14186 from SlyTy7/fix/challenge-complete-backdrop
Update Modals.less
2017-04-05 20:49:07 -05:00
7f99a49b95 Merge pull request #14165 from Manish-Giri/fix/add-description-for-front-priority-queue
Add description about front() in Priority Queue
2017-04-05 07:56:29 -04:00
9149d55d83 Merge pull request #14120 from Manish-Giri/fix/fix-tests-make-a-person
Add empty method body for make a person(staging)
2017-04-04 19:43:16 -05:00
1df95fc586 Merge pull request #14233 from JoolsMcFly/fix/minor-text-changes-to-contributing-guide
minor text changes (then => than)
2017-04-04 19:00:09 -05:00
030f594ab7 Merge pull request #14237 from cwperks/fix/add-units-to-map-the-debris
Add units to map the debris challenge
2017-04-04 15:18:17 -07:00
1aaf0cfc2b Merge pull request #14117 from JoolsMcFly/fix/empty-spaces-should-be-allowed-between-style-attribute-and-its-value
allow spaces between style attribute and its value
2017-04-04 17:51:28 -04:00
c1af13959e Add units to map the debris challenge 2017-04-04 10:29:01 -04:00
1cb1427a27 minor text changes (then => than) 2017-04-04 11:01:07 +02:00
281d80cfcd allow multiple variants of "color:red" in style attribute 2017-04-04 09:44:41 +02:00
84258f8848 Merge pull request #14176 from cch5ng/fix/fa_icon_text
fix: #14051; update instructions text
2017-04-01 20:25:35 -05:00
e8a7e31618 Update Modals.less 2017-04-01 00:56:33 -07:00
1bee5ba2a4 fix: #14051; update instructions text 2017-03-31 10:42:45 -07:00
67d86cfb4d Add description about front() in Priority Queue 2017-03-30 22:02:52 -04:00
03cde424f7 Merge pull request #14136 from techstonia/fix/target-a-specific-child-of-an-element
Add a Test Case to Target a Specific Child of an Element
2017-03-30 19:33:58 -05:00
60a687597c Improve wording and formatting (#14061) 2017-03-31 00:39:59 +05:30
3351c1ea95 Merge pull request #14121 from Manish-Giri/fix/add-dot-com-to-code-example
Add .com to code example
2017-03-29 00:00:47 -07:00
533e496f9b Merge pull request #14135 from mbrien12/fix/typo-basic-javascript
Fixed typo in Basic Javascript exercise - 'storing values with assignment operator'
2017-03-28 17:34:58 -05:00
e122deec1c fixed typo in storing values exercise 2017-03-28 20:51:17 +01:00
56bc714dcc Assert the number of bouncing elements 2017-03-28 22:49:28 +03:00
05581b507a Merge pull request #14133 from BerkeleyTrue/lint/gulp-file
fix(build): gulp server process never finishing
2017-03-28 14:42:43 -05:00
8ee371fff4 fix(build): gulp server process never finishing 2017-03-28 12:30:42 -07:00
f6068e5e14 Merge pull request #14126 from Manish-Giri/fix/add-tests-for-shorthand-padding
Add test to verify usage of clockwise padding notation
2017-03-28 14:06:10 -05:00
a2998c4b9c style(gulp): Linted gulpfile (#13978) 2017-03-28 13:25:08 -05:00
6a72a114e0 Add test to verify usage of clockwise padding notation 2017-03-28 02:36:18 -04:00
e442a2d563 Add .com to code example 2017-03-27 18:13:45 -04:00
56e49eb644 Add empty method body for make a person(staging) 2017-03-27 18:02:45 -04:00
662ab00d6b Tweaked title and description of JSON APIs and AJAX challenge (#13988) 2017-03-26 14:10:09 +05:30
7da6bcd08d Merge pull request #14054 from ZZhaoTireless/fix/replace-gomax-to-glitch
Fix: replace all GoMix with Glitch
2017-03-24 13:34:21 -05:00
45f1c92d79 Fix: replace all GoMix with Glitch 2017-03-23 22:26:45 -04:00
107eecdd37 Merge pull request #14052 from Marmiz/fix/capitalization-css
Added capitalization warning during CSS introduction
2017-03-23 19:59:05 -05:00
3898d9ae7d Merge pull request #14013 from JoolsMcFly/fix/simplify-solution-to-priority-challenge
add a simpler solution to Priority Queue
2017-03-22 18:21:17 -07:00
75286773bf added capitalization warning 2017-03-22 23:24:34 +07:00
b4fd0e52bf Update challengeSeed in use spread operator challenge (#13979) 2017-03-22 01:00:05 -05:00
8622285ca4 Refactor ES6 challenge descriptions (#13629) 2017-03-22 00:59:20 -05:00
4e86f6f0d0 Clarify challenge title (#13719) 2017-03-22 00:58:13 -05:00
f017c57730 add test case to Basic Algorithm Scripting: Confirm the Ending (#14000)
Current checks do not cover use cases where target string is found elsewhere in the original string.
closes #13944
2017-03-22 00:46:15 -05:00
9eb80b6220 CSS fix for issue - Night Mode Poor Contrast #13959 (#14037) 2017-03-22 00:17:58 -05:00
8dd66b5084 fix(classic-challenge): should not show scroll bar if not needed (#13981) 2017-03-22 00:06:58 -05:00
b7173c29ce Enhancement: add pipe symbol explanation (#14035) 2017-03-22 00:04:51 -05:00
8b23b1a887 Merge pull request #13984 from Manish-Giri/fix/use-higher-numbers-as-array-elements
Update challenge to use higher numbers as array elements
2017-03-21 20:23:45 -05:00
74ea016e73 Merge pull request #13991 from frdmn/fix/remove-newlines
Remove multiple redundant new lines
2017-03-21 13:03:13 -07:00
4afd16064e Merge pull request #14012 from JoolsMcFly/fix/priority-queue-description
correct grammar in description for PrioriyQueue challenge
2017-03-21 09:17:03 -07:00