Skip to content

Commit

Permalink
chore: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdelpoux committed Nov 14, 2021
1 parent 48a211b commit 4995e89
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 21 deletions.
53 changes: 33 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# Changelog

## 2.1.0 (2021-10-28)
## 2.2.0

- Added

- Gatsby v4 support

- Updated

- `createRemoteFileNode` is now called from `sourceNodes` instead of `onCreatedNode`

- Removed
- depracated MarkdownNodes cover support

## 2.1.0

- Added
- Use images titles for files names
- Handle soft lines breaks

## 2.0.0 (2021-01-01)
## 2.0.0

- Added

Expand Down Expand Up @@ -63,92 +76,92 @@
- `folders`
- `updateMetadata`

## 1.14.0 (2019-09-16)
## 1.14.0

- Added: tables styling by @justinsunho

## 1.13.0 (2019-07-26)
## 1.13.0

- Added: `token` option

## 1.12.0 (2019-07-25)
## 1.12.0

- Added: `timeBetweenCalls` option
- Added: `debug` option

## 1.11.0 (2019-07-01)
## 1.11.0

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

## 1.10.0 (2019-07-01)
## 1.10.0

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

## 1.9.0 (2019-06-10)
## 1.9.0

- Added: `convertImgToNode` config option by @victsant

## 1.8.0 (2019-05-27)
## 1.8.0

- Added: Enable team drives by @victsant

## 1.7.0 (2019-04-26)
## 1.7.0

- Added: `fieldsDefault` option
- Updated: Improve Google drive API calls number
- Updated: Dependencies

## 1.6.1 (2019-04-25)
## 1.6.1

- Removed: Automatic `slug` field generation

## 1.6.0 (2019-04-24)
## 1.6.0

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

## 1.5.0 (2019-04-16)
## 1.5.0

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

## 1.4.0 (2019-04-12)
## 1.4.0

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

## 1.3.0 (2019-04-09)
## 1.3.0

- Added: Snapshot test by @KyleAMathews

## 1.2.0 (2019-03-20)
## 1.2.0

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

## 1.1.0 (2019-03-15)
## 1.1.0

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

## 1.0.1 (2019-03-14)
## 1.0.1

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

## 1.0.0 (2019-02-24)
## 1.0.0

- Added: `foldersIds` option
- Added: `fields` option
- Added: `fieldsMapper` option
- Removed: `documents` option
- Updated: Default permissions to read document from Google Drive folders

## 0.1.0 (2019-02-07)
## 0.1.0

- Added: Headings support
- Added: Texts support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-google-docs",
"version": "2.1.3",
"version": "2.2.0",
"description": "Gatsby plugin to use Google Docs as a data source",
"repository": "https://github.com/cedricdelpoux/gatsby-source-google-docs",
"author": "Cédric Delpoux <[email protected]>",
Expand Down

0 comments on commit 4995e89

Please sign in to comment.