mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #23] [MERGED] Implement Link Renderer #102
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/23
Author: @arikchakma
Created: 12/6/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @arikchakma
Base:
main← Head:feat/link📝 Commits (4)
d1a1fc7Implement links renderer9817836Update Render API5f971d3Update packages5600e66Add replace variable test📊 Changes
12 files changed (+1516 additions, -757 deletions)
View changed files
📝
package.json(+5 -5)📝
packages/core/package.json(+21 -22)📝
packages/eslint-config-custom/package.json(+3 -3)📝
packages/render/package.json(+2 -2)📝
packages/render/src/index.ts(+1 -1)📝
packages/render/src/maily.tsx(+188 -91)📝
packages/render/src/render-async.ts(+8 -4)➕
packages/render/src/render-sync.ts(+15 -0)📝
packages/render/src/render.test.ts(+113 -35)➖
packages/render/src/render.ts(+0 -8)📝
packages/tailwind-config/package.json(+3 -3)📝
pnpm-lock.yaml(+1157 -583)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.