Skip to content

Conversation

@rafegoldberg
Copy link
Contributor

@rafegoldberg rafegoldberg commented Jun 17, 2024

📖 PR App 🎫 Fix RM-9810

🧰 Changes

  • new basic <Cards> component
  • simple grid styling
  • better styling—@trishaprile
image

Copy link
Collaborator

@kellyjosephprice kellyjosephprice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉

lib/run.tsx Outdated
'embed-block': Components.Embed,
'image-block': Components.Image,
'table-of-contents': Components.TableOfContents,
'cards-grid': Components.CardsGrid,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't need this line. I actually think the preceding 3 or 4 are unnecessary too, but I can follow up on that. These are the tag names, so CardsGrid should already be getting pulled in here:

...Components,

This has me wondering if overwriting, for instance, the img tag is a good idea. This makes it impossible for someone to use them in a custom component without our component:

const CustomImage = (props) => {
  return <img {...props} />
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just linking the related ticket (RM-10076) here for posterity

@trishaprile trishaprile marked this pull request as ready for review June 18, 2024 21:52
Copy link
Member

@trishaprile trishaprile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging this in but happy to keep updating this if needed !

@trishaprile trishaprile merged commit 4df0213 into beta Jun 19, 2024
@trishaprile trishaprile deleted the feat/beta/new-Cards-component branch June 19, 2024 00:05
rafegoldberg pushed a commit that referenced this pull request Jun 19, 2024
## Version 6.75.0-beta.59

### ✨ New & Improved

* new <Cards> component ([#908](#908)) ([4df0213](4df0213))

<!--SKIP CI-->
@rafegoldberg
Copy link
Contributor Author

This PR was released!

🚀 Changes included in v6.75.0-beta.59

@kellyjosephprice kellyjosephprice mentioned this pull request Jul 9, 2024
rafegoldberg pushed a commit that referenced this pull request Jan 8, 2025
## Version 7.11.0
### ✨ New & Improved

* add title props to plain ([#1036](#1036)) ([a3b7f50](a3b7f50))

### 🛠 Fixes & Updates

* **deps:** bump debug from 4.3.7 to 4.4.0 ([#1038](#1038)) ([a5a8061](a5a8061))
* **deps:** bump readmeio/rdme from 8 to 9 ([#1037](#1037)) ([3f403de](3f403de)), closes [/github.com/readmeio/rdme/blob/HEAD/#migrating-to-rdme10](https://github.com/readmeio//github.com/readmeio/rdme/blob/HEAD//issues/migrating-to-rdme10) [#1099](#1099) [#1085](#1085) [#1106](#1106) [#1107](#1107) [#1068](#1068) [#962](#962) [#1067](#1067) [github.com/readmeio/rdme/blob/d01d76fe3c2e4a98b4f5c415be03e589fbe3b56e/.releaserc.yml#L30](https://github.com/readmeio/github.com/readmeio/rdme/blob/d01d76fe3c2e4a98b4f5c415be03e589fbe3b56e/.releaserc.yml/issues/L30) [#1067](#1067) [#1072](#1072) [#1100](#1100) [#1078](#1078) [#1042](#1042) [#908](#908) [#901](#901) [#1073](#1073) [#1080](#1080) [#961](#961) [#963](#963) [#993](#993) [github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#2023-11-22-version-20100](https://github.com/readmeio/github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md/issues/2023-11-22-version-20100) [#965](#965) [#1080](#1080) [#1106](#1106) [#1105](#1105) [#1098](#1098) [#1099](#1099) [#1100](#1100)
* dont treat escapes as flow ([#1040](#1040)) ([4692ece](4692ece))

<!--SKIP CI-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants