Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown stability patch #5

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9e18ffb
1896 fetching other collections from preview (#6523)
cdennington Mar 20, 2024
2c847d5
chore(): change branch from master to main accross the codebase (#7154)
demshy Mar 21, 2024
875f4ca
chore(release): publish
demshy Mar 21, 2024
3f96112
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#7159)
dependabot[bot] Mar 27, 2024
85c92f0
feat: filtering for relation widget (#2405) (#7161)
JimmyOei Mar 28, 2024
4262b63
Fix typings for EditorComponentField (#7160)
mathiasandresen Mar 28, 2024
e67e067
Potential Fix for #7152 (Slate crashing) (#7153)
DavidWells Mar 28, 2024
13c0b4a
chore(release): publish
demshy Mar 28, 2024
8207143
chore(deps): bump express from 4.18.2 to 4.19.2 (#7163)
dependabot[bot] Mar 28, 2024
a07a85b
refactor: datetime to support custom date and time formats (#7091)
martinjagodic Mar 29, 2024
dd31fcf
Add <span> tag to (optional) suffix for customization (#7103)
leomp12 Mar 29, 2024
7c85595
chore(release): publish
demshy Mar 29, 2024
248f36f
fix: handle single values in multiselect relation widget (#7164)
demshy Apr 2, 2024
c15463f
chore(release): publish
demshy Apr 2, 2024
c91a70f
Fix: Set correct branch when it's not specified in the config (#5844)
bytrangle Apr 3, 2024
46294d6
fix(datetime-widget): revert default date format to include timezone …
demshy Apr 3, 2024
d3678b0
chore(release): publish
demshy Apr 3, 2024
0b4b1cb
fix: fix formatInputValue ignoring format (#7170)
demshy Apr 11, 2024
28b1d63
chore(release): publish
demshy Apr 11, 2024
0e6f93b
feat: nested fields and integer values for filter relation widget (#7…
JimmyOei Apr 16, 2024
9718772
fix: datetime parsing display value when format not provided (#7181)
demshy Apr 16, 2024
663fd39
chore(deps-dev): bump axios from 0.27.2 to 1.6.8 (#7174)
dependabot[bot] Apr 16, 2024
29423c7
chore(release): publish
demshy Apr 16, 2024
365e766
chore(deps): bump ejs from 3.1.9 to 3.1.10 (#7196)
dependabot[bot] May 3, 2024
cdd0899
chore(deps-dev): bump postcss from 8.4.31 to 8.4.32 (#7182)
dependabot[bot] May 3, 2024
7ca7fc3
chore: update readme (#7187)
woldtwerk Jun 14, 2024
6715701
chore(deps-dev): bump ws from 7.5.9 to 7.5.10 (#7236)
dependabot[bot] Jun 26, 2024
7feca52
fix: display custom logo when using a proxy server (#7235)
MichalRsa Jun 26, 2024
7483f19
fix: change AppHeaderButton style fixing #7208 (#7209)
camdenvaughan Jun 26, 2024
041e34e
fix(map-widget): ensure map renders correctly when expanding initiall…
afieif Jun 26, 2024
dc71d72
fix: change EditorToolbar position style (#7198)
camdenvaughan Jun 26, 2024
232b012
chore(release): publish
demshy Jun 27, 2024
3a0a701
fix: enforce empty paragraph when converting from markdown to slate
demshy Jun 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): publish
 - decap-cms@3.1.8
 - decap-cms-app@3.1.8
 - decap-cms-backend-bitbucket@3.1.2
 - decap-cms-backend-github@3.1.2
 - decap-cms-backend-gitlab@3.1.3
 - decap-cms-lib-util@3.0.4
 - decap-cms-widget-datetime@3.1.3
 - decap-server@3.0.4
  • Loading branch information
demshy committed Apr 3, 2024
commit d3678b0ad1b9f93b841c85e4ee2de48167aa8906
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/decap-cms-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.8](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.7...decap-cms-app@3.1.8) (2024-04-03)

**Note:** Version bump only for package decap-cms-app

## [3.1.7](https://github.com/decaporg/decap-cms/compare/decap-cms-app@3.1.6...decap-cms-app@3.1.7) (2024-04-02)

**Note:** Version bump only for package decap-cms-app
Expand Down
12 changes: 6 additions & 6 deletions packages/decap-cms-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-app",
"description": "An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.",
"version": "3.1.7",
"version": "3.1.8",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-app",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down Expand Up @@ -32,23 +32,23 @@
"dayjs": "^1.11.10",
"decap-cms-backend-aws-cognito-github-proxy": "^3.1.2",
"decap-cms-backend-azure": "^3.1.1",
"decap-cms-backend-bitbucket": "^3.1.1",
"decap-cms-backend-bitbucket": "^3.1.2",
"decap-cms-backend-git-gateway": "^3.1.1",
"decap-cms-backend-github": "^3.1.1",
"decap-cms-backend-gitlab": "^3.1.2",
"decap-cms-backend-github": "^3.1.2",
"decap-cms-backend-gitlab": "^3.1.3",
"decap-cms-backend-proxy": "^3.1.1",
"decap-cms-backend-test": "^3.1.1",
"decap-cms-core": "^3.3.6",
"decap-cms-editor-component-image": "^3.1.1",
"decap-cms-lib-auth": "^3.0.5",
"decap-cms-lib-util": "^3.0.3",
"decap-cms-lib-util": "^3.0.4",
"decap-cms-lib-widgets": "^3.0.2",
"decap-cms-locales": "^3.1.4",
"decap-cms-ui-default": "^3.1.1",
"decap-cms-widget-boolean": "^3.1.1",
"decap-cms-widget-code": "^3.1.2",
"decap-cms-widget-colorstring": "^3.1.1",
"decap-cms-widget-datetime": "^3.1.2",
"decap-cms-widget-datetime": "^3.1.3",
"decap-cms-widget-file": "^3.1.1",
"decap-cms-widget-image": "^3.1.1",
"decap-cms-widget-list": "^3.1.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms-backend-bitbucket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-bitbucket@3.1.1...decap-cms-backend-bitbucket@3.1.2) (2024-04-03)

**Note:** Version bump only for package decap-cms-backend-bitbucket

## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-bitbucket@3.1.0-beta.1...decap-cms-backend-bitbucket@3.1.1) (2024-03-21)

**Note:** Version bump only for package decap-cms-backend-bitbucket
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-backend-bitbucket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-backend-bitbucket",
"description": "Bitbucket backend for Decap CMS",
"version": "3.1.1",
"version": "3.1.2",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-bitbucket",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms-backend-github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.1.1...decap-cms-backend-github@3.1.2) (2024-04-03)

**Note:** Version bump only for package decap-cms-backend-github

## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.1.0-beta.2...decap-cms-backend-github@3.1.1) (2024-03-21)

**Note:** Version bump only for package decap-cms-backend-github
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-backend-github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-backend-github",
"description": "GitHub backend for Decap CMS",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-github",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms-backend-gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.3](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-gitlab@3.1.2...decap-cms-backend-gitlab@3.1.3) (2024-04-03)

**Note:** Version bump only for package decap-cms-backend-gitlab

## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-gitlab@3.1.1...decap-cms-backend-gitlab@3.1.2) (2024-03-21)

**Note:** Version bump only for package decap-cms-backend-gitlab
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-backend-gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-backend-gitlab",
"description": "GitLab backend for Decap CMS",
"version": "3.1.2",
"version": "3.1.3",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-backend-gitlab",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms-lib-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@3.0.3...decap-cms-lib-util@3.0.4) (2024-04-03)

**Note:** Version bump only for package decap-cms-lib-util

## [3.0.3](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@3.0.2...decap-cms-lib-util@3.0.3) (2024-03-21)

**Note:** Version bump only for package decap-cms-lib-util
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-lib-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-lib-util",
"description": "Shared utilities for Decap CMS.",
"version": "3.0.3",
"version": "3.0.4",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-lib-util",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"module": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/decap-cms-widget-datetime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.3](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-datetime@3.1.2...decap-cms-widget-datetime@3.1.3) (2024-04-03)

### Bug Fixes

- **datetime-widget:** revert default date format to include timezone ([#7165](https://github.com/decaporg/decap-cms/issues/7165)) ([46294d6](https://github.com/decaporg/decap-cms/commit/46294d6fcd7f785f8c6346baeaa703d72b833b3b))

## [3.1.2](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-datetime@3.1.1...decap-cms-widget-datetime@3.1.2) (2024-03-29)

**Note:** Version bump only for package decap-cms-widget-datetime
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms-widget-datetime",
"description": "Widget for editing dates and times in Decap CMS.",
"version": "3.1.2",
"version": "3.1.3",
"homepage": "https://www.decapcms.org/docs/widgets/#datetime",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-datetime",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.8](https://github.com/decaporg/decap-cms/compare/decap-cms@3.1.7...decap-cms@3.1.8) (2024-04-03)

**Note:** Version bump only for package decap-cms

## [3.1.7](https://github.com/decaporg/decap-cms/compare/decap-cms@3.1.6...decap-cms@3.1.7) (2024-04-02)

**Note:** Version bump only for package decap-cms
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "3.1.7",
"version": "3.1.8",
"homepage": "https://www.decapcms.org",
"repository": "https://github.com/decaporg/decap-cms",
"bugs": "https://github.com/decaporg/decap-cms/issues",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"codemirror": "^5.46.0",
"create-react-class": "^15.7.0",
"decap-cms-app": "^3.1.7",
"decap-cms-app": "^3.1.8",
"decap-cms-media-library-cloudinary": "^3.0.3",
"decap-cms-media-library-uploadcare": "^3.0.2",
"file-loader": "^6.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/decap-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/decaporg/decap-cms/compare/decap-server@3.0.3...decap-server@3.0.4) (2024-04-03)

**Note:** Version bump only for package decap-server

## [3.0.3](https://github.com/decaporg/decap-cms/compare/decap-server@3.0.2...decap-server@3.0.3) (2024-03-21)

**Note:** Version bump only for package decap-server
Expand Down
4 changes: 2 additions & 2 deletions packages/decap-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "decap-server",
"description": "Proxy server to be used with Decap CMS proxy backend",
"version": "3.0.3",
"version": "3.0.4",
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-server",
"bugs": "https://github.com/decaporg/decap-cms/issues",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/morgan": "^1.7.37",
"@types/node": "^16.0.0",
"@types/vfile-message": "^2.0.0",
"decap-cms-lib-util": "^3.0.3",
"decap-cms-lib-util": "^3.0.4",
"jest": "^27.0.0",
"nodemon": "^2.0.2",
"ts-jest": "^27.0.0",
Expand Down