Skip to content

v0.14.0 - Embroider Support πŸŽ‰

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 00:26
· 458 commits to main since this release
d6e0352

πŸ’₯ Breaking Change

  • ChangesetForm component no longer yields the changeset obj as a second param.
  • ChangesetForm::Context component has been removed.
  • The core pkg (@frontile/core) no longer ships the visually-hidden and js-focus-visible styles. These were previous provided by an css file that Ember CLI would import into your vendor file. These styles are now provided by @frontile/core tailwind plugin.

You also will need to add to your tailwind safelist the following new rules:

{ pattern: /^js-focus-visible/ },
{ pattern: /^sr-only/ },

You can also remove the following safelist rule:

{ pattern: /^visually-hidden/ },

These breaking changes were introduced in the following PRs:

πŸš€ Enhancement

πŸ“ Documentation

🏠 Internal

πŸ“¦ Dependencies


Contributors

@MichalBryxi, @dependabot, @dependabot[bot], @eugenioenko and @josemarluedke


For full changes, see the comparison between v0.13.1 and v0.14.0