Fix link to Rails example repo on 'Integrating with Rails' page

pull/2404/head
Marco Roth 2025-03-14 19:54:15 +01:00
rodzic fb59fda70e
commit d9108fe978
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 752AA13248B5D2D6
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -112,7 +112,7 @@
"Numberish",
"onscrollend",
"outdir",
"ParamagicDev",
"KonnorRogers",
"peta",
"petabit",
"prismjs",

Wyświetl plik

@ -1622,7 +1622,7 @@ The component API remains the same except for the changes noted below. Thanks fo
- Added `spellcheck` attribute to `<sl-input>`
- Added `<sl-icon-library>` to allow custom icon library registration
- Added `library` attribute to `<sl-icon>` and `<sl-icon-button>`
- Added "Integrating with Rails" tutorial to the docs, courtesy of [ParamagicDev](https://github.com/ParamagicDev)
- Added "Integrating with Rails" tutorial to the docs, courtesy of [KonnorRogers](https://github.com/KonnorRogers)
- Fixed a bug where `<sl-progress-ring>` rendered incorrectly when zoomed in Safari [#227]
- Fixed a bug where tabbing into slotted elements closes `<sl-dropdown>` when used in a shadow root [#223]
- Fixed a bug where scroll anchoring caused undesirable scrolling when `<sl-details>` are grouped

Wyświetl plik

@ -106,5 +106,5 @@ Now you can start using Shoelace components with Rails!
## Additional Resources
- There is a third-party [example repo](https://github.com/ParamagicDev/rails-shoelace-example), courtesy of [ParamagicDev](https://github.com/ParamagicDev) available to help you get started.
- There is a third-party [example repo](https://github.com/KonnorRogers/rails-shoelace-example), courtesy of [KonnorRogers](https://github.com/KonnorRogers) available to help you get started.
- If you would like to avoid repeating this process, check out the associated [Railsbyte for Shoelace](https://railsbytes.com/templates/X8BsEb).