Closed MinThaMie closed 1 year ago
Name | Link |
---|---|
Latest commit | a38f6d30c35a6a6b2eaaa94986f1320e81f0c308 |
Latest deploy log | https://app.netlify.com/sites/guidemaker-ember-template/deploys/653a5e22e78825000850cd73 |
Deploy Preview | https://deploy-preview-166--guidemaker-ember-template.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Some tests with 'continue-on-error: true' have failed:
ember-release-no-deprecations
Created by continue-on-error-comment
Fixes #165
This PR adds the
<Input>
example to the mirage fixture. It uses the default settings from the package.With the
disallowedTagsMode: 'escape'
we make sure the tag still shows up in the result. WithlowerCaseTags: false
, passed to the parser we make sure that the Ember components retain their caps.