File tree 7 files changed +2484
-922
lines changed
7 files changed +2484
-922
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": [
3
+ "plugin:jsx-a11y/recommended"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 80,
3
+ "bracketSpacing": false,
4
+ "singleQuote": true,
5
+ "trailingComma": "es5"
6
+ }
Original file line number Diff line number Diff line change 1
1
# Always
2
+
2
3
- Docs improvements! See [ ` FEEDBACK.md ` ] ( ./FEEDBACK.md ) for specific points.
3
4
- Loading patterns and auxiliary component examples
4
5
5
6
# v1
6
- - [ ] Elicit feedback and use cases for the public API
7
+
8
+ - [x] Upgrade devDeps
9
+ - [x] Upgrade microbundle
10
+ - [ ] Check --external all consequence
11
+ - [ ] Upgrade react-intersection-observer
12
+ - [ ] Split out renderXYZ components
13
+ - [ ] Refactor props
14
+ - [ ] Props getter
15
+ - [x] Elicit feedback and use cases for the public API
7
16
- [ ] Investigate container ` <div> `
8
17
- [ ] Solidify ` <noscript> ` fallback
18
+ - [ ] experimentalDecoding
9
19
10
20
# Investigate
21
+
11
22
- [ ] Auto sizes (if not handled already by browser behaviour)
12
23
- [ ] cancel loading on componentWillUnmount
13
24
14
25
# Later
26
+
15
27
- [ ] abort loading if image leaves viewport and it has not loaded sufficiently
16
28
- Likely a large change to how we do things
17
29
- Possibly with using fetch and cancelling it
You can’t perform that action at this time.
0 commit comments