v0.14.0 - Embroider Support π
π₯ 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 thevisually-hidden
andjs-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:
- Enable embroider optimized and Drop ChangesetForm::Context (#206) @eugenioenko
- Upgraded packages to use tailwindcss 3 (#204) @eugenioenko
π Enhancement
- Enable embroider safe for tests; Upgrade dependencies (#205) @eugenioenko
π Documentation
- 404 page not found (#207) @eugenioenko
- Bug duplicated buttons plugin import in site tailwind config (#197) @eugenioenko
- fix(#176): tailwind v3.x safelisting (#194) @MichalBryxi
π Internal
- Enable ember-canary tests (#209) @josemarluedke
- Remove old demo templates and components from each addon dummy app (#202) @eugenioenko
- Consolidate templates into test-app (#201) @eugenioenko
- Fixed missing type warning (#200) @eugenioenko
- Created test-app that includes test for all packages (#198) @eugenioenko
π¦ Dependencies
- Bump glob-parent from 3.1.0 to 5.1.2 (#208) @dependabot
- Upgrade ember changeset dependencies to v4 (#203) @eugenioenko
- Bump glob-parent from 3.1.0 to 5.1.2 (#199) @dependabot
- Bump follow-redirects from 1.14.7 to 1.14.8 (#195) @dependabot
Contributors
@MichalBryxi, @dependabot, @dependabot[bot], @eugenioenko and @josemarluedke
For full changes, see the comparison between v0.13.1 and v0.14.0