Releases: josemarluedke/frontile
v0.16.2
🏠 Internal
- move from yarn v1 to pnpm (#248) @josemarluedke
Contributors
For full changes, see the comparison between v0.16.1 and v0.16.2
v0.16.1
🐛 Bug Fix
- embroider compat; move {modal|drawer}/index.gts components to {modal|drawer}.gts (#247) @josemarluedke
Contributors
For full changes, see the comparison between v0.16.0 and v0.16.1
v0.16.0 - Addon V2 + Glint + Template tag
🚀 Enhancement
- Move Overlays pkg to addon v2 and glint (#246) @josemarluedke
- Move forms and changeset-form to v2 addon and glint (#245) @josemarluedke
- feat: move notifications to v2 addon; Add glint (#241) @josemarluedke
- feat: Move buttons pkg to Addon V2 and gts (#237) @josemarluedke
- Refactor: Move all core components to gts (#236) @josemarluedke
- feat: setup template-imports in core pkg (#235) @josemarluedke
- feat: Move core addon to v2 and add Glint (#234) @josemarluedke
🐛 Bug Fix
- Don't use add-on in path for power select import (#244) @cloke
- fix: component Element signature (#240) @eugenioenko
📦 Dependencies
- Deps: Update eslint deps to get prettier to work with gts and eslint (#238) @josemarluedke
Contributors
@cloke, @eugenioenko and @josemarluedke
For full changes, see the comparison between v0.15.0 and v0.16.0
v0.15.0
🚀 Enhancement
📦 Dependencies
- Upgrade to ember v5 (#233) @josemarluedke @eugenioenko
- Upgrade Dependencies (#232) @josemarluedke @eugenioenko
Contributors
@jkeen, @eugenioenko and @josemarluedke
For full changes, see the comparison between v0.14.1 and v0.15.0
v0.14.1
- Refactor components to use signature args rfc 748 (#211) @eugenioenko
- chore: update some fields in package.json's (#214) @knownasilya
🐛 Bug Fix
- Fix calling end async waiter timing with animation (#228) @josemarluedke
🏠 Internal
- Text typo in Collapsible component method names (#212) @eugenioenko
- Add embroider deps to site (#210) @josemarluedke
📦 Dependencies
- Bump terser from 4.8.0 to 4.8.1 (#217) @dependabot
- Bump parse-url from 6.0.0 to 6.0.2 (#215) @dependabot
Contributors
@dependabot, @dependabot[bot], @eugenioenko, @josemarluedke and @knownasilya
For full changes, see the comparison between v0.14.0 and v0.15.0
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
v0.13.1
🐛 Bug Fix
- Overlays pkg should not depend on forms (#193) @josemarluedke
📦 Dependencies
- Upgrade @ember/render-modifiers to latest (#192) @josemarluedke
- Upgrade Docfy and Ember to v4 in site (#189) @josemarluedke
Contributors
For full changes, see the comparison between v0.13.0 and v0.13.1
v0.13.0
🚀 Enhancement
- [Rebased] Notifications: Binding for template usage (#187) @josemarluedke
- Add optional validation on init and allow forcing field error visibility through the form (#173) @bitwolfe
🐛 Bug Fix
- Prevent overlay closing when clicking content and dragging to backdrop (#188) @josemarluedke
- Fix newer tests for changeset-form validate validateOnInit (#182) @josemarluedke
🏠 Internal
- Add Ember v3.28 to Test Matrix (#183) @josemarluedke
📦 Dependencies
- Upgrade ESLint; PostCSS and refresh yarn.lock (#186) @josemarluedke
- Update TypeScript and types (#185) @josemarluedke
- Upgrade to Ember v4 (#184) @josemarluedke
- Bump node-fetch from 2.6.5 to 2.6.7 (#180) @dependabot
- Bump engine.io from 5.2.0 to 5.2.1 (#179) @dependabot
- Upgrade Embroider dependencies and others; Fix tests (#181) @josemarluedke
- Bump follow-redirects from 1.14.4 to 1.14.7 (#177) @dependabot
- Bump nanoid from 3.1.29 to 3.2.0 (#178) @dependabot
Contributors
@betocantu93, @bitwolfe, @dependabot, @dependabot[bot] and @josemarluedke
For full changes, see the comparison between v0.12.4 and v0.13.0
v0.12.4
📦 Dependencies
- Upgrade project dependencies (specifically render-modifiers) (#172) @josemarluedke
Contributors
For full changes, see the comparison between v0.12.3 and v0.12.4
v0.12.3
🐛 Bug Fix
- Do not call didClose when component is already destroyed (#171) @josemarluedke
Contributors
For full changes, see the comparison between v0.12.2 and v0.12.3