Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

feat: date fns template string #890

Merged
merged 3 commits into from
Sep 20, 2023
Merged

Conversation

KaneFreeman
Copy link
Collaborator

@KaneFreeman KaneFreeman commented Sep 20, 2023

Resolves #889

@netlify
Copy link

netlify bot commented Sep 20, 2023

Deploy Preview for demo-staticjscms ready!

Name Link
🔨 Latest commit f672ee3
🔍 Latest deploy log https://app.netlify.com/sites/demo-staticjscms/deploys/650a58efad61a30008042008
😎 Deploy Preview https://deploy-preview-890.demo.staticcms.org/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 20, 2023

Deploy Preview for staticjscms ready!

Name Link
🔨 Latest commit f672ee3
🔍 Latest deploy log https://app.netlify.com/sites/staticjscms/deploys/650a58efd562e90008191784
😎 Deploy Preview https://deploy-preview-890.staticcms.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@KaneFreeman KaneFreeman linked an issue Sep 20, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #890 (f672ee3) into next (22ff427) will increase coverage by 0.18%.
The diff coverage is 70.00%.

@@            Coverage Diff             @@
##             next     #890      +/-   ##
==========================================
+ Coverage   52.42%   52.61%   +0.18%     
==========================================
  Files         232      233       +1     
  Lines        9942     9990      +48     
  Branches     2612     2619       +7     
==========================================
+ Hits         5212     5256      +44     
- Misses       4347     4348       +1     
- Partials      383      386       +3     
Files Changed Coverage Δ
packages/core/src/backend.ts 12.47% <0.00%> (-0.03%) ⬇️
packages/core/src/lib/widgets/stringTemplate.ts 61.72% <36.36%> (-2.90%) ⬇️
packages/core/src/lib/util/collection.util.ts 28.57% <54.54%> (+1.15%) ⬆️
...ages/core/src/widgets/list/components/ListItem.tsx 86.84% <66.66%> (ø)
packages/core/src/lib/formatters.ts 68.60% <94.11%> (+1.93%) ⬆️
packages/core/src/lib/util/field.util.ts 58.92% <100.00%> (+23.74%) ⬆️
...ages/core/src/widgets/datetime/DateTimeControl.tsx 92.85% <100.00%> (-0.67%) ⬇️
...ackages/core/src/widgets/datetime/datetime.util.ts 100.00% <100.00%> (ø)
packages/core/src/widgets/object/ObjectControl.tsx 91.66% <100.00%> (+0.49%) ⬆️
...ages/core/src/widgets/relation/RelationControl.tsx 90.27% <100.00%> (+0.16%) ⬆️

@KaneFreeman KaneFreeman merged commit f61d914 into next Sep 20, 2023
16 checks passed
@KaneFreeman KaneFreeman deleted the feat/date-fns-template-string branch September 20, 2023 13:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Finish removing MomentJS in favor of date fns
1 participant