Skip to content

Releases: josemarluedke/frontile

v0.17.1

11 Nov 16:01

Choose a tag to compare

🐛 Bug Fix

  • fix: use setTimeout instead of requestAnimationFrame for reliability in headless browsers (#418) @rmoreyunderline

📝 Documentation


Contributors

@josemarluedke and @rmoreyunderline


For full changes, see the comparison between v0.17.0 and v0.17.1

v0.17.0

04 Nov 17:30

Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

💅 Refactor

📝 Documentation

🏠 Internal

📦 Dependencies


Contributors

@MichalBryxi, @acorncom, @cloke, @dependabot[bot], @eugenioenko, @jkeen, @josemarluedke, @levimoore, @rmoreyunderline, Cory Loken, Levi Moore an...

Read more

v0.16.2

28 Dec 00:07

Choose a tag to compare

🏠 Internal


Contributors

@josemarluedke


For full changes, see the comparison between v0.16.1 and v0.16.2

v0.16.1

27 Dec 00:15

Choose a tag to compare

🐛 Bug Fix

  • embroider compat; move {modal|drawer}/index.gts components to {modal|drawer}.gts (#247) @josemarluedke

Contributors

@josemarluedke


For full changes, see the comparison between v0.16.0 and v0.16.1

v0.16.0 - Addon V2 + Glint + Template tag

26 Dec 23:02

Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

📦 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

29 Jul 00:46

Choose a tag to compare

🚀 Enhancement

  • Mark radio and checkbox container elements as checked to allow label styling (#229) @jkeen

📦 Dependencies


Contributors

@jkeen, @eugenioenko and @josemarluedke


For full changes, see the comparison between v0.14.1 and v0.15.0

v0.14.1

23 Mar 01:12

Choose a tag to compare

🐛 Bug Fix

🏠 Internal

📦 Dependencies


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 🎉

25 Mar 00:26
d6e0352

Choose a tag to compare

💥 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

v0.13.1

01 Feb 17:15
ce67c17

Choose a tag to compare

🐛 Bug Fix

📦 Dependencies


Contributors

@josemarluedke


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

v0.13.0

26 Jan 22:27
ad5dc74

Choose a tag to compare

🚀 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

🏠 Internal

📦 Dependencies


Contributors

@betocantu93, @bitwolfe, @dependabot, @dependabot[bot] and @josemarluedke


For full changes, see the comparison between v0.12.4 and v0.13.0