Releases: fleetbase/ember-ui
Releases · fleetbase/ember-ui
v0.2.15
v0.2.14
- Added Nigerian Naira to currencies
- Improved the
<Select />
component - Improved the
<Toggle />
component - Styling fixes and improvements
- Upgraded Phone Input component
- Added ability to add custom components to layout section components
What's Changed
New Contributors
Full Changelog: v0.2.13...v0.2.14
v0.2.13
- Added Chat UI components
- Updated Header component to handle custom icon rendering
- Move
<LocaleSelector />
component to ember-ui - Removed deprecated
<Scrollable />
component
What's Changed
- Feature: render custom icon component for extensions in header by @roncodes in #47
- Feature: Chat by @doljko in #46
- v0.2.13 by @roncodes in #48
Full Changelog: v0.2.12...v0.2.13
v0.2.12
v0.2.11
v0.2.10
- Added new components:
<Spacer />
renders space blocks<File />
renders file details and actions<CommentThread />
render a comment thread which belongs to a subject with comments relationship- Several styling patches and improvements for UX
What's Changed
Full Changelog: v0.2.9...v0.2.10
v0.2.9
- Added
<OtpInput />
and<Countdown />
component - Improved components with more arguments
- Added minor patches and improvements
What's Changed
- added additional sidebar attributes to panel by @roncodes in #39
- created base countdown timer component by @TemuulenBM in #38
- v0.2.9 by @roncodes in #40
Full Changelog: v0.2.8...v0.2.9
v0.2.8
v0.2.7
- Upgraded to Ember 5.4
- UX patches and fixes
- new
<FileIcon />
Component, - Patched
<Timeline />
component - Added sidebar toggle component
<Layout::Header::SidebarToggle />
- Dropped ember-cli-accounting dependency for upgraded fork @fleetbase/ember-accounting
- New styling improvements
- Critical patch for
<MoneyInput />
component