Skip to content

Commit 261c9ef

Browse files
author
fpapado
committed
Bump devDeps, microbundle, use TS strict mode
1 parent b79b808 commit 261c9ef

File tree

7 files changed

+2484
-922
lines changed

7 files changed

+2484
-922
lines changed

.eslintrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"plugin:jsx-a11y/recommended"
4+
]
5+
}

.prettier

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"printWidth": 80,
3+
"bracketSpacing": false,
4+
"singleQuote": true,
5+
"trailingComma": "es5"
6+
}

ROADMAP.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
# Always
2+
23
- Docs improvements! See [`FEEDBACK.md`](./FEEDBACK.md) for specific points.
34
- Loading patterns and auxiliary component examples
45

56
# 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
716
- [ ] Investigate container `<div>`
817
- [ ] Solidify `<noscript>` fallback
18+
- [ ] experimentalDecoding
919

1020
# Investigate
21+
1122
- [ ] Auto sizes (if not handled already by browser behaviour)
1223
- [ ] cancel loading on componentWillUnmount
1324

1425
# Later
26+
1527
- [ ] abort loading if image leaves viewport and it has not loaded sufficiently
1628
- Likely a large change to how we do things
1729
- Possibly with using fetch and cancelling it

0 commit comments

Comments
 (0)