Releases: zuramai/mazer
v2.3.1
Fixes:
fix: vertical navbar bug (close #284)
fix: tinymce dark mode not working (close #287)
fix: navbar scrolling doesn't render fully (close #282)
Use !default for button colors to allow customizing
Fix button colors from _variables not being applied
fixed image could not be loaded
fix: typo on Code field
fix: spacing
fix: missing path on Flag svgs
fix: sidebar without active elements
Fix pagination item border issue
fix(style): comment component dark mode
Features:
add component flag (#274)
feat: migrate to vite 5
ci: use yarn instead of npm
Chore/Docs:
chore: upgrade to bootstrap 5.3.3
chore: remove unnecessary console log
docs: update typography on README_INDONESIAN.md
Note: please download template.zip
to get the ready-to-use HTML template files
v2.3.0
Fixes
- Fix Sidebar - Vertical Layout with Navbar (#252)
- Fix sidebar initialize & dropdown smooth #258
- fixed information in Components/Card #261
- Fix Alert "close" button colors on dark/light backgrounds f2117f9
- fix(typography): img alt attribute on error pages 42c27cf
Features
- Added India profile visit card #259
- Add page account profile #255
- Add page account security and update page account profile #267
- added comment component #265
Chore/Docs:
v2.2.0
Fixes
- fix: fixed bg image url in auth page, removed debug line (#223)
- fix: alert light border in light mode (9950911)
- fix: inconsisten sizing in simple datatable (#221)
- fix: wrong title in auth pages (cbfd826)
- discrepancy between the variables (#245)
- fix: main margin-left not active when hide and show sidebar, close #219 (f0f7379)
- fix: current build default layout sidebar and main gets overlaped if the browser size gets small and the sidebar show button clicked then the browser gets bigger fix (#249)
Changes
v2.1.0
In Mazer v2.1, it has a lot of breaking changes especially in assets folder. The main reason is because we migrated the build tools to Vite instead of Webpack (and Laravel Mix). Laravel Mix is now unmaintained (even Laravel itself had change it to Vite). Vite offers much faster development experience and allows us to much greater customization powered by Rollup.
Features:
- Migrate to Vite v4
- Date time picker
- Multi-level menu
- Add accordion component (41cd619)
- feat: badge notification
Fixes:
- Mazer's bug UIs [#216]
- Pagination bug active in datatables #208
- Margin and padding issues which change suddenly when do dark mode #207
- Active mode on Nav items in horizontal layout not working #165
- fix: chartjs not showing, close #206
- fix: 'active' class doesn't appear in Components>Accordion. close #205
- fix: changed svg color value from #fff to white
- fix: dark mode doesn't work in other layouts
- fix: auth dark mode and padding
- fix: body scroll adjustment on sidebar toggle #195
- fix: input readonly's id
Chore/Docs
v2.0.3
v2.0.2
Fixed bugs:
fix: wrong colors for dark and light button (4a77d89) close #116
fix: the class 'card-title' should not define a fixed font-size (f5bef31)
fix: case sensitive chartjs (73c5b49)
fix: change typo separation on dropdown (afab59d)
fix: intermittent issue when building with Laravel Mix (dca4a8a)
fix: flickering dark mode theme (9efa17e) closes #118
fix(form-validation): form validation input (acb6d5a)
fix(typo): lettercase in [component-card.html] (2cbefe0)
fix: google maps iframe to 100% (456a08e)
fix: uneven gap social media card (82080ce) #141
fix: error page height not full (b95c7bc)
fix: translation in readme (413c4e3)
fix: add contributing guidelines for indonesian (0cd90d0)
fix: import of functions.scss in bootstrap.scss (208d610) #152 (208d610)
fix: dropdown not working in summernote 0.8.20 on bootstrap 5 (d74ac95) #154
fix border radius gap (ed1065e) #157
fix: footer not staying in the bottom (554d647) #155
fix: horizontal layout menu icon out of line with text, (81e7292) close #163
fix: remove assigning variable in conditional statement (319bf82) #168
fix: error-500.html title (301aac2) #173
fix: sidebar backdrop problem in vertical layout desktop mode (63d1b94) [close] (63d1b94) #122
fix: dark mode doesnt show on another layouts] (0923e29)
Style:
style: add cursor style when hover toggle-dark (b648668) #136 (b648668)
style: adjust dark background in horizontal layout (6479d2f)
New features:
feat: add social media card under video card on components layouts (71c4e15)
feat(carousel): adding third slide (e49ac37) #156
Chore:
chore: remove package-lock, use yarn-lock instead (525b452)
chore: update deps (91a2990)
v2.0.1
v2.0.0
Mazer v2 is officially released! 🎉
The pre-compiled version of js files are now provided for easier in-flight customization (not compiled by Webpack).
You can directly use this HTML template by downloading the template.zip
file provided below.
Fixed Bugs
fix: topbar user dropdown not showing, close #92
fix(style): pricing widget shadow overlap sibling
fix: misaligned navbar items and sidebar toggler
fix: invisible text on search bar in light mode, close #106
fix: dropdown not showing in layout horizontal and vertical navbar
feat: separate extensions from page js file
fix(style): ugly card in dashboard in medium-sized screen
fix: sidebar backdrop shouldn't show on desktop
New Features
feat: upgrade to bootstrap 5.2.0
feat: add form validation page using parsleyjs
add: prettier to prettify dist result
Style
style: darken topbar user dropdown box shadow
style: remove border and boxshadow card pricing in dark mode, change color of card highlight in light mode
style: main content transition on sidebar toggle in layout-navbar
v2.0.0-rc.2
v2.0.0-rc.1
Breaking:
The dist
folder is now removed (or empty). If you want to use this template directly, download the pre-compiled version at the releases page (#71)
Features:
- Added dark mode
- Load every dependencies from npm for easier dependencies management.
- Use zip and release-it to pack the compiled dist
- UI improvements.
Fixed bug:
- Broken e-mail page
- SCSS path issues
- Fix
error-403.png
(#75)