dependabot[bot]
8096bbd4a0
Bump lodash from 4.17.15 to 4.17.19 in /site ( #5155 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 11:57:30 +01:00
Wolfr
b54538e44f
Fixes #5153 ( #5154 )
2020-07-17 11:54:41 +01:00
Tan Li Hau
d472bd2f5e
invalidate $$props and $$restProps only when there are changes ( #5123 )
2020-07-14 17:32:24 -04:00
Lev Maximov
fd0b47d0da
site: use https in link in blog ( #5148 )
2020-07-14 16:13:19 -04:00
Stanislav Lashmanov
5c6730e382
Simplify each block bindings example ( #5094 )
...
No need for CSS here, the same effect could be achieved with just a `disabled` binding.
2020-07-14 18:27:42 +01:00
Tan Li Hau
fc7e99e9f0
fix $$props reactive for slots ( #5125 )
2020-07-13 12:03:12 -04:00
Orta Therox
8a8177b897
site: add FAQ entry for how to document a svelte component ( #5131 )
2020-07-13 11:46:24 -04:00
Luca Bonavita
c2788de652
site: remove an obsolete TODO in blog post ( #5135 )
2020-07-13 11:40:33 -04:00
Antony Jones
d19bcef690
Increase timeout for unit build
...
Also due to Mac occasionally taking longer than the allocated time.
2020-07-08 07:17:44 +01:00
Antony Jones
da7578cbf1
Increase timeout for unit tests
...
Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled.
2020-07-08 07:15:00 +01:00
Conduitry
87aeb1d609
-> v3.24.0
2020-07-07 13:52:10 -04:00
Tan Li Hau
4021063305
spread condition for input element ( #5004 )
2020-07-07 13:50:35 -04:00
Conduitry
d6392ad6b2
update changelog
2020-07-07 13:27:36 -04:00
Bassam Ismail
ce3d0461e9
fix(5018): compare wholeText instead of data ( #5028 )
2020-07-07 13:25:40 -04:00
Tan Li Hau
62345432ac
html anchor in head ( #5071 )
2020-07-07 11:37:35 -04:00
Tan Li Hau
f739b4772a
error on expression scope store ( #5079 )
2020-07-07 11:23:00 -04:00
Conduitry
e6026fe6f5
update changelog
2020-07-07 11:08:37 -04:00
Lukas Möller
f36b414d30
preprocess self-closing script and style tags ( #5082 )
2020-07-07 11:07:59 -04:00
Conduitry
4910f5797f
update changelog
2020-07-07 10:49:05 -04:00
Bob Fanger
3dfb178739
fix: Parameters with default values are optional ( #5083 )
2020-07-07 10:47:40 -04:00
Antony Jones
3f99e51a6f
make builds time out after a reasonable period ( #5100 )
2020-07-07 10:41:26 -04:00
Adam Ho
b56829c7b8
site: fix blog typo ( #5090 )
2020-06-30 10:44:44 -04:00
Orta Therox
9975169539
Update docs now the lang tools stuff is in prod ( #5081 )
2020-06-28 09:05:04 -04:00
Rich Harris
db0b3b3dfc
bump svelte-repl
2020-06-27 17:47:04 -04:00
Rich Harris
82b1025d44
fix regex used to build docs
2020-06-27 16:45:36 -04:00
Rich Harris
ab370963f5
merge
2020-06-27 15:22:25 -04:00
Rich Harris
324d18d9c2
update site-kit
2020-06-27 15:21:52 -04:00
Conduitry
9c0507e308
site: bump svelte-repl
2020-06-27 10:27:07 -04:00
Tan Li Hau
2450dd1ff0
update acorn@^7.3.1 for optional chaining support ( #5013 )
2020-06-27 05:58:21 -04:00
Tan Li Hau
55c809624d
fix collapsing HTML with static content ( #5059 )
2020-06-25 13:42:16 -04:00
Conduitry
d3ee85e5fe
update changelog
2020-06-25 11:06:52 -04:00
Bassam Ismail
46fe407478
make tweened options optional in types ( #5068 )
2020-06-25 11:05:50 -04:00
Tan Li Hau
1a71e04079
fix bind:this, skip checking before adding to binding_callbacks ( #5072 )
2020-06-25 08:33:30 -04:00
Bassam Ismail
0520a10dc0
site: check if mapbox key is set before generating the production build ( #5057 )
2020-06-24 20:43:03 -04:00
Tan Li Hau
e1b55f0fc3
add further cases where {@html} uses an anchor ( #5061 )
2020-06-24 18:17:21 -04:00
Bassam Ismail
1c39f6079f
chore(typo): address typo in the PR template ( #5058 )
2020-06-23 19:58:03 -04:00
Sam Saccone
2d5f1a6aa3
[a11y] Make anchor tag tutorial nav accessible ( #5055 )
...
Since the anchor tags only contain svg icons it makes these navigational elements not accessible by screen readers.
> aria-label. Providing a descriptive text label lets a user distinguish the link from links in the Web page that lead to other destinations and helps the user determine whether to follow the link. In some assistive technologies the aria-label value will show in the list of links instead of the actual link text.
https://www.w3.org/WAI/GL/wiki/Using_aria-label_for_link_purpose
2020-06-23 16:20:52 -04:00
Conduitry
e139bd4922
update changelog
2020-06-23 16:18:56 -04:00
Bassam Ismail
0e2bc352df
fix hoisting of imported, mutated stores ( #5022 )
2020-06-23 16:17:42 -04:00
Conduitry
92578706b0
update changelog
2020-06-23 16:07:09 -04:00
Bassam Ismail
10f7b5ee70
skip a11y-missing-content check with contenteditable bindings ( #5023 )
2020-06-23 16:06:05 -04:00
Tan Li Hau
6289dfcdcd
fix <select> one-way bind when options change ( #5054 )
2020-06-23 15:55:33 -04:00
Antony Jones
dc73b735ce
docs: clarify onMount with non-synchronous handlers ( #5053 )
2020-06-23 10:53:49 -04:00
Tan Li Hau
6e2b81663c
fix extracting names from ThisExpression ( #5036 )
2020-06-23 10:00:43 -04:00
Richard Harris
1644f207b1
make canvas example more fun
2020-06-16 08:16:28 -04:00
Rich Harris
8bb0c80c2c
remove BLM banner ( #5007 )
2020-06-12 06:04:40 -04:00
Conduitry
1c05785ddf
-> v3.23.2
2020-06-10 15:47:44 -04:00
Conduitry
6404656698
don't crash when using an arrow function as a statement ( #5000 )
2020-06-10 14:45:13 -04:00
Tan Li Hau
16a6cc1830
update puppeteer and add logs ( #4938 )
2020-06-10 13:21:29 -04:00
Tan Li Hau
7dfd9e9653
deconflict bind:this variable ( #4949 )
2020-06-10 13:17:46 -04:00