Граф коммитов

488 Коммитов

Автор SHA1 Сообщение Дата
dependabot-preview[bot] c0fbc8541c
[Security] Bump dot-prop from 4.2.0 to 4.2.1
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. **This update includes a security fix.**
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-18 13:15:21 +00:00
dependabot-preview[bot] 4998c158d2 Bump tslint from 5.13.0 to 5.20.1 (#153)
Bumps [tslint](https://github.com/palantir/tslint) from 5.13.0 to 5.20.1.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.13.0...5.20.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-08 08:13:50 -08:00
dependabot-preview[bot] 3cafd06c12 [Security] Bump mixin-deep from 1.3.1 to 1.3.2 (#135)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-05 14:26:14 -07:00
dependabot-preview[bot] 17f34e453f [Security] Bump lodash from 4.17.11 to 4.17.15 (#133)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-05 12:45:51 -07:00
Tarun Telang 52f24db1ec Create answers.html (#128)
* Create answers.html

* Incorporating Review comments

* Update answers.html

spacing for better readability

* Update answers.html

spacing
2019-08-19 13:32:43 -07:00
JakubK44 cb21996186 Step1/04 - React Intro - final demo - fix to show the customized buttons (#131)
* Fix Step1/04 - React Intro - final

Problem:
1. Customized Button.tsx is not used in Counter.tsx
2. index.tsx still renders the 'hello world' text

Fix:
1. Use customized Button.tsx in Counter.tsx
2. Have index.tsx render the App component instead of 'hello world' text

Notes:
Validated customized button now show correctly.

* Add missing blank line.
2019-08-19 13:13:42 -07:00
Li Li 6de6cb0f1e fix typo in README (#127) 2019-08-19 08:00:01 -07:00
Tarun Telang 00ea1f5521 Updated answers.css with problem details for easy reference (#129)
* Update answers.css

* Update answers.css

adding comments in the answers.css for easy reference.
2019-08-19 07:55:49 -07:00
Mr 7ad04d27ef fix the description of access state value (#132) 2019-08-19 07:49:37 -07:00
Elizabeth Craig 55d70afa25
Update theme designer link 2019-05-06 10:45:08 -07:00
HemendraKhatik 23a91192c7 Update README.md (#124)
* Update README.md

* Update index.html
2019-04-16 19:46:29 -07:00
Mark Johnson e22cfe374b Fix typo in README (#121) 2019-04-08 09:15:58 -07:00
Vlad M 63e97d98a8 Update README.md (#118)
Renamed misnamed exercise link
2019-04-03 12:09:58 -07:00
Nhat Nguyen f4d7a68c6a Add responsive meta tag (#117) 2019-03-25 10:11:50 -07:00
Bekzat Samatov 413cd6f049 null return calls errors (#115) 2019-03-16 15:24:08 -07:00
Justin bee9647d85 fix typo in readme (#113) 2019-03-13 14:50:08 -07:00
Inna Nikolenko 09e2f5cca1 updated readme for step 01-05 (#111) 2019-03-11 09:11:48 -07:00
Dharmin K Shah 0001577eb8 Fix initialization of day 1/step 1 exercise. (#108) 2019-03-11 09:10:29 -07:00
Jonathan Souza b4ba11f317 Add guidelines fixes #97 (#99)
* Add guidelines fixes #97

* Update README.md
2019-03-11 09:05:17 -07:00
Sam Odum 432ae83282 Associate label with input. Include name in input. (#92)
* Associate label with input. Include name in input.

* Reverted input name attribute addition

* Reverted accidental changes
2019-03-11 08:54:20 -07:00
Riccardo Erra 74b103dcb8 Folders hierarchy fix (#109)
Was 'components/src/TodoHeader.tsx', based on previous and successive examples and that's incorrect
2019-03-09 18:06:23 -08:00
Elizabeth Craig 674659989a Mostly day 2 step 6 updates (#85) 2019-03-07 15:45:36 -08:00
Elizabeth Craig 6dfc948054
Fix JS syntax, improve wording about onclick 2019-03-06 14:27:49 -08:00
Elizabeth Craig 58dbff2d1a
Fix pre tag formatting 2019-03-06 14:21:33 -08:00
Andrew Artajos c0053a2e6a fix(readme): Eventing -> Events, removed () from displayMatches (#98) 2019-03-06 14:09:54 -08:00
Elizabeth Craig 2ad3064111 Add step2-01 final folder with solutions 2019-03-05 14:17:56 -08:00
Elizabeth Craig 5ce0dba5c4 Vertically center elements in TodoFooters 2019-03-05 13:36:07 -08:00
Elizabeth Craig 122ce81496 Add styles example to 2.3 demo 2019-03-05 13:35:50 -08:00
Micah Godbolt 17ab94ff15
Update README.md 2019-03-05 12:47:55 -08:00
fayeah 5dfda79e02 Update README.md (#86) 2019-03-05 12:38:55 -08:00
Micah Godbolt 7bdbc1b8ca
Update package.json (#89) 2019-03-05 11:22:18 -08:00
Micah Godbolt 97fdb46df8
Revert "Fixing the spread on theme.effects.elevation due to some chnages (#87)" (#88)
This reverts commit 6e014b20af.
2019-03-05 10:53:25 -08:00
Vitalie Braga 6e014b20af Fixing the spread on theme.effects.elevation due to some chnages (#87) 2019-03-05 10:07:56 -08:00
Ken a2c2b0f3e9 Merge branch 'master' of github.com:Microsoft/frontend-bootcamp 2019-03-05 08:38:00 -08:00
Ken a9d83d421f Adding some perf notes on Redux 2019-03-05 08:37:53 -08:00
Elizabeth Craig 49c15bdaa7 Add special case to webpack config for step1-04 docs 2019-03-05 04:01:22 -08:00
Elizabeth Craig 852b5347e6 Jest step updates 2019-03-05 03:30:40 -08:00
Elizabeth Craig bdb17109a1 Step numbers in todo app headers 2019-03-05 02:58:04 -08:00
Elizabeth Craig 46094abe9d Day 2: title formatting coherence, minor edits 2019-03-05 02:42:26 -08:00
Elizabeth Craig 8c99c83353 Day 1: title formatting coherence, other edits 2019-03-05 02:20:22 -08:00
Elizabeth Craig 886738d12a
Update table of contents, what to expect, and setup instructions 2019-03-05 01:18:26 -08:00
Ken 0491533d5c Merge branch 'master' of github.com:Microsoft/frontend-bootcamp 2019-03-04 19:36:51 -08:00
Ken fe39db85ef enables react-profiler 2019-03-04 19:36:44 -08:00
Elizabeth Craig ee1d984ee1 Day 1 readme edits (#79)
* Day 1 readme edits

* Add back some explanations that got deleted in rewrites
2019-03-04 19:11:45 -08:00
Ken 8469521c75 got rid of extra link 2019-03-04 19:04:18 -08:00
Ken f1545d02be fixing relative links 2019-03-04 19:01:59 -08:00
Ken 1c65b231f2 Clearer picture of what step 2.5 combinereducer looks like 2019-03-04 18:43:39 -08:00
Elizabeth Craig 681f098e78 Day 2 step 5 updates (#83) 2019-03-04 18:37:43 -08:00
Ken 945bc22f27 fixed the mention of hooks 2019-03-04 18:17:59 -08:00
Elizabeth Craig 4a6878ca31
Add note about checking for updates 2019-03-04 15:48:22 -08:00