Skip to content

Releases: josemarluedke/frontile

v0.16.2

28 Dec 00:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.12.4

08 Oct 22:45
223dcc5
Compare
Choose a tag to compare

📦 Dependencies


Contributors

@josemarluedke


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

v0.12.3

02 Oct 00:09
9dcd1b4
Compare
Choose a tag to compare

🐛 Bug Fix


Contributors

@josemarluedke


For full changes, see the comparison between v0.12.2 and v0.12.3