File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 8.1.0
2
+ - adding ` dir ` property to html element in layout.ejs
3
+ - ` dir ` is set with ` languageDir ` defined in snow's res-locals.js middleware
4
+
1
5
## 8.0.2
2
6
- allow fullySpecified: false for mjs files
3
7
- Brought about because of this issue we had with @react-spring .
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- <html lang =" <%= simpleLocale %>" >
2
+ <html dir = " <%= typeof languageDir !== 'undefined' ? languageDir : 'ltr' %> " lang =" <%= simpleLocale %>" >
3
3
<head >
4
4
<title >FamilySearch.org</title >
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/react-scripts" ,
3
- "version" : " 8.0.2 " ,
3
+ "version" : " 8.1.0 " ,
4
4
"upstreamVersion" : " 5.0.1" ,
5
5
"description" : " Configuration and scripts for Create React App." ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments