Releases: josemarluedke/frontile
v0.9.1
🐛 Bug Fix
- Only apply overflow hidden on Collapsible when transitioning (#131) @josemarluedke
📝 Documentation
- fix: update purgecss documentation (#130) @MichalBryxi
Contributors
@MichalBryxi and @josemarluedke
For full changes, see the comparison between v0.9.0 and v0.9.1
v0.9.0
TailwindCSS v2.0 is now required.
💥 Breaking Change
- Upgrade to TailwindCSS v2.0 (#127) @josemarluedke
📦 Dependencies
- Upgrade Project to Ember 3.23 (#128) @josemarluedke
Contributors
For full changes, see the comparison between v0.8.0 and v0.9.0
v0.8.0
💥 Breaking Change
- ChangesetForm: Only allow changeset as argument, removing auto mode (#124) @betocantu93
📦 Dependencies
- Bump ini from 1.3.5 to 1.3.8 (#125) @dependabot
Contributors
@betocantu93, @dependabot, @dependabot[bot] and @josemarluedke
For full changes, see the comparison between v0.7.1 and v0.8.0
v0.7.1
📦 Dependencies
- Upgrade Ember Focus Trap (#122) @josemarluedke
Contributors
For full changes, see the comparison between v0.7.0 and v0.7.1
v0.7.0
🚀 Enhancement
- Change escape event to overlay content to allow for modal stacking (#118) @josemarluedke
- Center modal via flex instead of margins (#113) @rwwagner90
- Create Collapsible component in core (#117) @josemarluedke
- Add focusTrapOptions to overlays (#114) @josemarluedke
🐛 Bug Fix
- Consider Overlay isOpen as truty for backdrop (#121) @josemarluedke
- Pass focusTrapOptions arg to overlay from Modal and Drawer comps (#120) @josemarluedke
Contributors
@josemarluedke and @rwwagner90
For full changes, see the comparison between v0.6.0 and v0.7.0
v0.6.0
💥 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
- Remove usage of deprecated getWithDefault (#111) @josemarluedke
- Create helper to add CSS classes (#110) @josemarluedke
Contributors
For full changes, see the comparison between v0.5.2 and v0.6.0
v0.5.2
💥 Breaking Change
- Migrate Modal & Drawer to use CloseButton component from core (#107) @josemarluedke
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
- [core] Create CloseButton component (#106) @josemarluedke
🐛 Bug Fix
- Fix modal border color config (#105) @josemarluedke
📝 Documentation
- Add Core docs for Installation & CloseButton (#108) @josemarluedke
Contributors
For full changes, see the comparison between v0.4.0 and v0.5.0
v0.4.0
💥 Breaking Change
- TailwindCSS Plugin for
@frontile/overlays
was totally restructured + new way to config modal styles (#104) @josemarluedke
🚀 Enhancement
- Add Size option to Modal component (#104) @josemarluedke
- Add Drawer component (#101) @josemarluedke
🐛 Bug Fix
- Move tailwind/default-options to a new location (#103) @josemarluedke
- Revert "Add selected class when checked" (#98) @josemarluedke
🏠 Internal
- Fix failing test for ember-default (#99) @josemarluedke
📦 Dependencies
- Upgrade Ember CLI to v3.22 & Tailwind to latest (#102) @josemarluedke
- Upgrade Project Dependencies & Ember to v3.22 (#100) @josemarluedke
Contributors
For full changes, see the comparison between v0.3.4 and v0.4.0
v0.3.4
🚀 Enhancement
- Add selected class when checked (#97) @rwwagner90
🐛 Bug Fix
- Delay calling validate on changeset form input to avoid errors (#96) @josemarluedke
📦 Dependencies
- Bump node-fetch from 2.6.0 to 2.6.1 (#94) @dependabot
Contributors
@dependabot, @dependabot[bot], @josemarluedke and @rwwagner90
For full changes, see the comparison between v0.3.3 and v0.3.4
v0.3.3
🚀 Enhancement
- Remove unnecessary specificity from overlays styles (#93) @josemarluedke
Contributors
For full changes, see the comparison between v0.3.2 and v0.3.3