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

Removed included() method, which only added ember-prism options. #93

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Removed included() method, which only added ember-prism options. #93

merged 1 commit into from
Sep 30, 2023

Conversation

lupestro
Copy link
Contributor

Now we count on ember-showdown-prism to do that, and having a set of options applied in here prevents them from being applied in there. This branch passes tests and runs locally, so I don't think I broke anything.

Full disclosure: This project, built on Ember 3.28, has no ember-try cases for Ember 4, and all the release, beta, canary cases for Ember 5 fail because of references to @ember/debug, which no longer exists, in ember-data 3.28, which this project uses. I temporarily added cases for Ember 4.8 and 4.12 and they both passed ember-try. None of this behavior differed in this branch from the behavior in main, so it is all an existing condition.

…we count on ember-showdown-prism to do that.
@netlify
Copy link

netlify bot commented Sep 30, 2023

Deploy Preview for guidemaker ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/guidemaker/deploys/651881ee11d6345d29a7996e
😎 Deploy Preview https://deploy-preview-93--guidemaker.netlify.app
📱 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.

Copy link
Member

@mansona mansona left a comment

Choose a reason for hiding this comment

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

I'm surprised this code was even in here 🙈 this has essentially been a bug for quite a while now. This should technically be a breaking change but guidemaker (this repo) was never supposed to be in charge of the visual aspects of the process, instead that was delegated to the templates. I'm going to consider this a bugfix 👍

@mansona mansona added the bug Something isn't working label Sep 30, 2023
@mansona mansona merged commit 9077beb into empress:main Sep 30, 2023
@lupestro lupestro deleted the remove-showdown-prism-setup branch September 30, 2023 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants