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

CoreImage Block #1462

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ef13d05
CoreImage file added
TeresaGobble Jun 14, 2023
4702925
CoreImage added to index file in blocks folder
TeresaGobble Jun 14, 2023
1abe990
Merge branch 'canary' into MERL-903-faustwp-blocks-block-library-prov…
TeresaGobble Jun 14, 2023
cd1ad39
Removed BlockWithAttributes
TeresaGobble Jun 15, 2023
a5de8e9
Stubbed jest tests for CoreImage
TeresaGobble Jun 15, 2023
e16b6d0
Merge branch 'MERL-903-faustwp-blocks-block-library-provide-reference…
TeresaGobble Jun 15, 2023
7ebb04b
Create chilled-eggs-begin.md
TeresaGobble Jun 15, 2023
061788e
Tinkering with styling test for CoreImage
TeresaGobble Jun 15, 2023
bec8ad1
Fixed Linting Issue
TeresaGobble Jun 15, 2023
a2c52bd
Next Image added- still tinkering
TeresaGobble Jun 15, 2023
370cb9b
Refactor CoreImage func to conditionally render
TeresaGobble Jun 20, 2023
423acc2
Add Next as dependency to blocks package
TeresaGobble Jun 20, 2023
18d379f
Troubleshooting caption testing coverage
TeresaGobble Jun 20, 2023
b386270
Update packages/blocks/src/blocks/CoreImage.tsx
TeresaGobble Jun 20, 2023
b4aa8c6
Update packages/blocks/src/blocks/CoreImage.tsx
TeresaGobble Jun 20, 2023
c7b756d
Update packages/blocks/src/blocks/CoreImage.tsx
TeresaGobble Jun 20, 2023
7fa8e01
Update packages/blocks/src/blocks/CoreImage.tsx
TeresaGobble Jun 20, 2023
00ccb1b
Fixed changeset reference
TeresaGobble Jun 20, 2023
7bf7016
Added anchor attribute as figure id
TeresaGobble Jun 21, 2023
65d658f
Changed id to ImageId to avoid collisions
TeresaGobble Jun 21, 2023
c1a3e6d
Added ternary operation for linkTarget variable
TeresaGobble Jun 21, 2023
e2ff1df
Unit testing tinkering
TeresaGobble Jun 21, 2023
280e2be
Removed id per feedback, added anchor to Image
TeresaGobble Jun 23, 2023
65bae18
Fixed test for caption in CoreImage
TeresaGobble Jun 23, 2023
b250613
Create href helper
TeresaGobble Jun 29, 2023
22a2025
Merge branch 'canary' into MERL-903-faustwp-blocks-block-library-prov…
blakewilson Jun 29, 2023
e2e8293
Setup Core Image attributes
blakewilson Jun 29, 2023
30a22e3
Add tests for Next.js image and regular image
blakewilson Jun 29, 2023
aa15c26
Fix anchor, add testing instructions
blakewilson Jun 29, 2023
38ee565
Add link to img test
blakewilson Jun 29, 2023
112c042
Remove testing steps
blakewilson Jun 29, 2023
f174397
Remove NextLink.tsx
blakewilson Jun 29, 2023
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
5 changes: 5 additions & 0 deletions .changeset/chilled-eggs-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@faustwp/blocks": patch
---

Provide reference implementation of core image
252 changes: 252 additions & 0 deletions package-lock.json

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

Loading