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
fix(datetime-widget): revert default date format to include timezone …
…(#7165)
  • Loading branch information
demshy authored Apr 3, 2024
commit 46294d6fcd7f785f8c6346baeaa703d72b833b3b
1 change: 1 addition & 0 deletions dev-test/backends/azure/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/bitbucket/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/git-gateway/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/gitea/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/gitlab/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
2 changes: 1 addition & 1 deletion packages/decap-cms-widget-datetime/src/DateTimeControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DateTimeControl extends React.Component {

getFormat() {
const { field } = this.props;
const format = field?.get('format') || 'YYYY-MM-DDTHH:mm';
const format = field?.get('format') || 'YYYY-MM-DDTHH:mm:ss.SSS[Z]';
const dateFormat = field?.get('date_format');
const timeFormat = field?.get('time_format');
let inputFormat = 'YYYY-MM-DDTHH:mm';
Expand Down