Skip to content

Releases: josemarluedke/frontile

v0.9.1

07 Jan 04:17
fb60c71
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation


Contributors

@MichalBryxi and @josemarluedke


For full changes, see the comparison between v0.9.0 and v0.9.1

v0.9.0

20 Dec 23:48
6e622d2
Compare
Choose a tag to compare

TailwindCSS v2.0 is now required.

💥 Breaking Change

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.8.0 and v0.9.0

v0.8.0

19 Dec 18:53
d0da5e2
Compare
Choose a tag to compare

💥 Breaking Change

  • ChangesetForm: Only allow changeset as argument, removing auto mode (#124) @betocantu93

📦 Dependencies


Contributors

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


For full changes, see the comparison between v0.7.1 and v0.8.0

v0.7.1

18 Nov 22:31
00e06a3
Compare
Choose a tag to compare

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.7.0 and v0.7.1

v0.7.0

18 Nov 04:38
7d77d92
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix


Contributors

@josemarluedke and @rwwagner90


For full changes, see the comparison between v0.6.0 and v0.7.0

v0.6.0

27 Oct 22:05
aa88f2f
Compare
Choose a tag to compare

💥 Breaking Change

  • Refactor forms pkg to follow new tailwind plugin structure + new class names + @size (#112) @josemarluedke
  • Refactor TailwindCSS plugins structure to a common interface (#109) @josemarluedke

🚀 Enhancement


Contributors

@josemarluedke


For full changes, see the comparison between v0.5.2 and v0.6.0

v0.5.2

23 Oct 20:35
3b33e82
Compare
Choose a tag to compare

💥 Breaking Change

For the close button to work correctly, it's necessary to set up the @frontile/core tailwind plugin when using @frontile/overlays.

// tailwind.config.js

module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@frontile/core/tailwind'),
    require('@frontile/overlays/tailwind')
  ]
};

🚀 Enhancement

🐛 Bug Fix

📝 Documentation


Contributors

@josemarluedke


For full changes, see the comparison between v0.4.0 and v0.5.0

v0.4.0

21 Oct 21:33
ca7e3f8
Compare
Choose a tag to compare

💥 Breaking Change

  • TailwindCSS Plugin for @frontile/overlays was totally restructured + new way to config modal styles (#104) @josemarluedke

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.3.4 and v0.4.0

v0.3.4

12 Oct 19:26
dc48d70
Compare
Choose a tag to compare

🚀 Enhancement

  • Add selected class when checked (#97) @rwwagner90

🐛 Bug Fix

  • Delay calling validate on changeset form input to avoid errors (#96) @josemarluedke

📦 Dependencies


Contributors

@dependabot, @dependabot[bot], @josemarluedke and @rwwagner90


For full changes, see the comparison between v0.3.3 and v0.3.4

v0.3.3

21 Aug 01:48
2ee2fc3
Compare
Choose a tag to compare

🚀 Enhancement


Contributors

@josemarluedke


For full changes, see the comparison between v0.3.2 and v0.3.3