|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 2.1.0 (2021-10-28) |
| 3 | +## 2.2.0 |
| 4 | + |
| 5 | +- Added |
| 6 | + |
| 7 | + - Gatsby v4 support |
| 8 | + |
| 9 | +- Updated |
| 10 | + |
| 11 | + - `createRemoteFileNode` is now called from `sourceNodes` instead of `onCreatedNode` |
| 12 | + |
| 13 | +- Removed |
| 14 | + - depracated MarkdownNodes cover support |
| 15 | + |
| 16 | +## 2.1.0 |
4 | 17 |
|
5 | 18 | - Added |
6 | 19 | - Use images titles for files names |
7 | 20 | - Handle soft lines breaks |
8 | 21 |
|
9 | | -## 2.0.0 (2021-01-01) |
| 22 | +## 2.0.0 |
10 | 23 |
|
11 | 24 | - Added |
12 | 25 |
|
|
63 | 76 | - `folders` |
64 | 77 | - `updateMetadata` |
65 | 78 |
|
66 | | -## 1.14.0 (2019-09-16) |
| 79 | +## 1.14.0 |
67 | 80 |
|
68 | 81 | - Added: tables styling by @justinsunho |
69 | 82 |
|
70 | | -## 1.13.0 (2019-07-26) |
| 83 | +## 1.13.0 |
71 | 84 |
|
72 | 85 | - Added: `token` option |
73 | 86 |
|
74 | | -## 1.12.0 (2019-07-25) |
| 87 | +## 1.12.0 |
75 | 88 |
|
76 | 89 | - Added: `timeBetweenCalls` option |
77 | 90 | - Added: `debug` option |
78 | 91 |
|
79 | | -## 1.11.0 (2019-07-01) |
| 92 | +## 1.11.0 |
80 | 93 |
|
81 | 94 | - Added: Transform subtitles to blockquotes |
82 | 95 | - Fixed: Remove unwanted spaces before punctuation |
83 | 96 |
|
84 | | -## 1.10.0 (2019-07-01) |
| 97 | +## 1.10.0 |
85 | 98 |
|
86 | 99 | - Added: Allow for google doc token env variable by @justinsunho |
87 | 100 |
|
88 | | -## 1.9.0 (2019-06-10) |
| 101 | +## 1.9.0 |
89 | 102 |
|
90 | 103 | - Added: `convertImgToNode` config option by @victsant |
91 | 104 |
|
92 | | -## 1.8.0 (2019-05-27) |
| 105 | +## 1.8.0 |
93 | 106 |
|
94 | 107 | - Added: Enable team drives by @victsant |
95 | 108 |
|
96 | | -## 1.7.0 (2019-04-26) |
| 109 | +## 1.7.0 |
97 | 110 |
|
98 | 111 | - Added: `fieldsDefault` option |
99 | 112 | - Updated: Improve Google drive API calls number |
100 | 113 | - Updated: Dependencies |
101 | 114 |
|
102 | | -## 1.6.1 (2019-04-25) |
| 115 | +## 1.6.1 |
103 | 116 |
|
104 | 117 | - Removed: Automatic `slug` field generation |
105 | 118 |
|
106 | | -## 1.6.0 (2019-04-24) |
| 119 | +## 1.6.0 |
107 | 120 |
|
108 | 121 | - Added: Support for Google Drive trees |
109 | 122 | - Added: `path` frontmatter with Google Drive tree |
110 | 123 | - Added: `slug` field from custom slug or Google Drive path |
111 | 124 | - Updated: files structure |
112 | 125 |
|
113 | | -## 1.5.0 (2019-04-16) |
| 126 | +## 1.5.0 |
114 | 127 |
|
115 | 128 | - Added: Support for images titles by @dmouse |
116 | 129 | - Fixed: Table headers by @dmouse |
117 | 130 | - Updated: Jest Snapshot |
118 | 131 |
|
119 | | -## 1.4.0 (2019-04-12) |
| 132 | +## 1.4.0 |
120 | 133 |
|
121 | 134 | - Added: Add support for font styles bold, italic, strikethrough by @KyleAMathews |
122 | 135 |
|
123 | | -## 1.3.0 (2019-04-09) |
| 136 | +## 1.3.0 |
124 | 137 |
|
125 | 138 | - Added: Snapshot test by @KyleAMathews |
126 | 139 |
|
127 | | -## 1.2.0 (2019-03-20) |
| 140 | +## 1.2.0 |
128 | 141 |
|
129 | 142 | - Added: Support for documents extra data using `Google Drive` description field |
130 | 143 |
|
131 | | -## 1.1.0 (2019-03-15) |
| 144 | +## 1.1.0 |
132 | 145 |
|
133 | 146 | - Added: Support for nested lists by @horaklukas |
134 | 147 | - Added: Support for ordered lists by @horaklukas |
135 | 148 | - Added: Support for inlined hypertext links by @horaklukas |
136 | 149 | - Fixed: Putting list items into the list they belong to by @horaklukas |
137 | 150 | - Fixed: Splitting one line headings or texts into more lines by @horaklukas |
138 | 151 |
|
139 | | -## 1.0.1 (2019-03-14) |
| 152 | +## 1.0.1 |
140 | 153 |
|
141 | 154 | - Fixed: Ensure `fields` config is optional by @davidhartsough |
142 | 155 |
|
143 | | -## 1.0.0 (2019-02-24) |
| 156 | +## 1.0.0 |
144 | 157 |
|
145 | 158 | - Added: `foldersIds` option |
146 | 159 | - Added: `fields` option |
147 | 160 | - Added: `fieldsMapper` option |
148 | 161 | - Removed: `documents` option |
149 | 162 | - Updated: Default permissions to read document from Google Drive folders |
150 | 163 |
|
151 | | -## 0.1.0 (2019-02-07) |
| 164 | +## 0.1.0 |
152 | 165 |
|
153 | 166 | - Added: Headings support |
154 | 167 | - Added: Texts support |
|
0 commit comments