Skip to content

Commit 4995e89

Browse files
committed
chore: v2.2.0
1 parent 48a211b commit 4995e89

File tree

2 files changed

+34
-21
lines changed

2 files changed

+34
-21
lines changed

CHANGELOG.md

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# Changelog
22

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
417

518
- Added
619
- Use images titles for files names
720
- Handle soft lines breaks
821

9-
## 2.0.0 (2021-01-01)
22+
## 2.0.0
1023

1124
- Added
1225

@@ -63,92 +76,92 @@
6376
- `folders`
6477
- `updateMetadata`
6578

66-
## 1.14.0 (2019-09-16)
79+
## 1.14.0
6780

6881
- Added: tables styling by @justinsunho
6982

70-
## 1.13.0 (2019-07-26)
83+
## 1.13.0
7184

7285
- Added: `token` option
7386

74-
## 1.12.0 (2019-07-25)
87+
## 1.12.0
7588

7689
- Added: `timeBetweenCalls` option
7790
- Added: `debug` option
7891

79-
## 1.11.0 (2019-07-01)
92+
## 1.11.0
8093

8194
- Added: Transform subtitles to blockquotes
8295
- Fixed: Remove unwanted spaces before punctuation
8396

84-
## 1.10.0 (2019-07-01)
97+
## 1.10.0
8598

8699
- Added: Allow for google doc token env variable by @justinsunho
87100

88-
## 1.9.0 (2019-06-10)
101+
## 1.9.0
89102

90103
- Added: `convertImgToNode` config option by @victsant
91104

92-
## 1.8.0 (2019-05-27)
105+
## 1.8.0
93106

94107
- Added: Enable team drives by @victsant
95108

96-
## 1.7.0 (2019-04-26)
109+
## 1.7.0
97110

98111
- Added: `fieldsDefault` option
99112
- Updated: Improve Google drive API calls number
100113
- Updated: Dependencies
101114

102-
## 1.6.1 (2019-04-25)
115+
## 1.6.1
103116

104117
- Removed: Automatic `slug` field generation
105118

106-
## 1.6.0 (2019-04-24)
119+
## 1.6.0
107120

108121
- Added: Support for Google Drive trees
109122
- Added: `path` frontmatter with Google Drive tree
110123
- Added: `slug` field from custom slug or Google Drive path
111124
- Updated: files structure
112125

113-
## 1.5.0 (2019-04-16)
126+
## 1.5.0
114127

115128
- Added: Support for images titles by @dmouse
116129
- Fixed: Table headers by @dmouse
117130
- Updated: Jest Snapshot
118131

119-
## 1.4.0 (2019-04-12)
132+
## 1.4.0
120133

121134
- Added: Add support for font styles bold, italic, strikethrough by @KyleAMathews
122135

123-
## 1.3.0 (2019-04-09)
136+
## 1.3.0
124137

125138
- Added: Snapshot test by @KyleAMathews
126139

127-
## 1.2.0 (2019-03-20)
140+
## 1.2.0
128141

129142
- Added: Support for documents extra data using `Google Drive` description field
130143

131-
## 1.1.0 (2019-03-15)
144+
## 1.1.0
132145

133146
- Added: Support for nested lists by @horaklukas
134147
- Added: Support for ordered lists by @horaklukas
135148
- Added: Support for inlined hypertext links by @horaklukas
136149
- Fixed: Putting list items into the list they belong to by @horaklukas
137150
- Fixed: Splitting one line headings or texts into more lines by @horaklukas
138151

139-
## 1.0.1 (2019-03-14)
152+
## 1.0.1
140153

141154
- Fixed: Ensure `fields` config is optional by @davidhartsough
142155

143-
## 1.0.0 (2019-02-24)
156+
## 1.0.0
144157

145158
- Added: `foldersIds` option
146159
- Added: `fields` option
147160
- Added: `fieldsMapper` option
148161
- Removed: `documents` option
149162
- Updated: Default permissions to read document from Google Drive folders
150163

151-
## 0.1.0 (2019-02-07)
164+
## 0.1.0
152165

153166
- Added: Headings support
154167
- Added: Texts support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-google-docs",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "Gatsby plugin to use Google Docs as a data source",
55
"repository": "https://github.com/cedricdelpoux/gatsby-source-google-docs",
66
"author": "Cédric Delpoux <cedric.delpoux@gmail.com>",

0 commit comments

Comments
 (0)