Skip to content

Releases: zuramai/mazer

v2.3.1

29 Mar 19:48
Compare
Choose a tag to compare

v2.3.0

20 Oct 06:41
Compare
Choose a tag to compare

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:

  • chore: upgrade deps (6a5f604)
  • Change laravel mazer repostory #254

v2.2.0

15 Sep 06:36
Compare
Choose a tag to compare

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

  • feat: upgrade to bootstrap v5.3.2 (809e847)
  • style: change auth left padding
  • feat: layout rtl (2e062fd)

v2.1.0

02 Apr 06:49
Compare
Choose a tag to compare

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:

Fixes:

Chore/Docs

v2.0.3

02 Dec 09:24
Compare
Choose a tag to compare

Updates

chore: upgrade to bootstrap 5.2.3 (80df604)
chore: update non-major deps (1e2bb46)

New Feature

feat: sticky vertical navbar (b0c013d)

v2.0.2

07 Nov 15:11
Compare
Choose a tag to compare

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

09 Aug 09:19
bf8ed59
Compare
Choose a tag to compare

Fixed bugs:

  • fix: window.body is undefined (c285dd6)
  • fix: console error when theme toggler is not exists (d0c5a24)
  • fix: wrong current active page in breadcrumb (cef3e65)

New Features:

  • feat: component toasts page (08b3ebc)

Chore:

  • chore: add browsersync using port 3003 (485fe8b)
  • chore: prettify js files (485fe8b)

v2.0.0

01 Aug 07:22
Compare
Choose a tag to compare

v2.0.0-rc.2

05 Jun 08:18
Compare
Choose a tag to compare

Fixed bug:

  • Dark mode not working on button page (#89, f8c4e4b)
  • Invalid feedback message break the input icon (#83)
  • Feedback message not showing properly in dark mode (#85)

Adjustment:

  • Icon positioning (vertical alignment)
  • Alert colors

Added:

  • Collapse page

v2.0.0-rc.1

10 May 08:04
2fb201b
Compare
Choose a tag to compare

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)