Commit Graph

225 Commits

Author SHA1 Message Date
Daniel
c4ddc07636 pushmenu doc added 2025-08-16 12:17:42 +05:30
Daniel
b17340cdf0 fix initial slideUp glitch in treeview 2025-08-04 14:58:53 +05:30
Daniel
dc7d4bd403 bug fix in default sidebar open mobile view 2025-07-22 20:36:25 +05:30
Aigars Silkalns
bebfccfd92 Fixed sidebar navigation on second scroll 2025-07-10 15:20:22 +03:00
Aigars Silkalns
01aefe5ac0 Release 4.0.0-rc4: Updated dependencies and refined mobile image fix
- Updated 8 npm packages to latest versions including TypeScript, Astro, and linting tools
- Refined mobile image loading solution by removing JavaScript runtime fix in favor of HTML-level path generation
- All images now use relative paths generated at build time for optimal compatibility

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 12:11:37 +03:00
Aigars Silkalns
a9e3a52379 Fixed Compilation/Start error #5867
Compilation/Start error #5867 by introducing shx
2025-07-10 08:57:13 +03:00
Aigars Silkalns
862cc0defb Fixed issue with fade class becoming unresponsive via TeamViewer
Fixed issue with fade class becoming unresponsive via TeamViewer: https://github.com/ColorlibHQ/AdminLTE/issues/5872
2025-07-10 08:40:27 +03:00
Aigars Silkalns
674f5fef85 Dist folder updated to rc3 2025-06-30 15:13:11 +03:00
Aigars Silkalns
f17065cc11 Minor changes 2025-06-24 08:39:03 +03:00
Aigars Silkalns
3885daabe1 Release v4.0.0-rc3: Production deployment fixes and cross-platform compatibility
- Fix production build path resolution for CSS/JS/images
- Resolve sidebar navigation layout issues (badges, arrows, spacing)
- Fix RTL CSS processing interference with LTR builds
- Update dependencies (Bootstrap 5.3.7, Bootstrap Icons 1.13.1, OverlayScrollbars 2.11.0)
- Remove CDN integrity attributes to prevent digest mismatches
- Add dist/ to .gitignore to exclude build files from repository
- Implement smart relative path calculation for all deployment scenarios
- Add runtime image path correction for sub-folder deployments
- Ensure development and production environment parity
- Fix all ESLint compliance issues (prefer-global-this, prefer-string-slice)

Major improvements:
 Production builds now work identically to development
 Images, CSS, and JavaScript load correctly in any deployment structure
 Sidebar displays properly with badges and arrow indicators
 Zero console errors from CDN resources
 Full compatibility with FTP/static hosting platforms
2025-06-23 12:45:13 +03:00
Aigars Silkalns
e634d5e000 Merge pull request #5859 from dfsmania/parse-data-attr-on-treeview 2025-06-22 19:07:22 +03:00
Aigars Silkalns
63aabd6610 Major accessibility and es2022 updates 2025-06-20 16:52:49 +03:00
Aigars Silkalns
7d4c893296 🚀 Release v4.0.0-rc1: Complete Modernization
🎉 Major modernization release bringing AdminLTE to current standards

## Key Improvements:
- 🔒 Zero security vulnerabilities (all dependencies updated)
-  ESLint v9 with modern flat configuration
- 📦 Astro 5.x, Bootstrap 5.3.7, 50+ package updates
- 🛠️ New npm scripts: 'npm start', 'npm run build'
- 🧹 700+ linting issues resolved, technical debt cleaned
- 🎯 ES modules, modern tooling, optimal bundles

## Infrastructure:
- Upgraded to ES modules with proper configurations
- Migrated ESLint to v9 flat config format
- Enhanced build scripts and developer experience
- Added comprehensive CHANGELOG.md
- Updated README.md with v4.0.0-rc1 highlights

## Quality & Security:
- All npm vulnerabilities resolved
- Zero linting errors across JS/TS/CSS/Astro
- Updated browserslist and build dependencies
- Removed deprecated patterns and dead code

## Compatibility:
- No breaking changes for end users
- Full Bootstrap 5.3.7 compatibility maintained
- All HTML templates remain compatible
- Enhanced developer experience with modern tooling

See CHANGELOG.md for complete details.
2025-06-20 15:53:40 +03:00
Diego Smania
7b77a56963 [ts/treeview]: Add logic to parse data attributes on treeview plugin 2025-06-19 17:58:23 -03:00
Daniel
cb47c822e7 Added new layout fixed-header fixed-footer 2025-01-24 17:04:48 +05:30
Daniel
7f31eacc79 Release v4 beta3 (#5801)
* replace  js-beautify with prettier | sass downgrade

* minor upgrade cdn and accordings

* establish dist

* upgrade astro v5

* Update dependabot.yml

* bump beta2 to beta3
2024-12-24 13:19:11 +05:30
Daniel
d9e6519d85 RELEASE adminlte-4.0.0-beta2
BREAKING CHANGES
removed .layout-fixed-complete class and component
2024-09-01 20:52:46 +05:30
Daniel
1774b42fad removed layout-fixed-complete and added layout-custom-area 2024-09-01 20:37:44 +05:30
Daniel
79703897f0 fix astro watch dist 2024-09-01 19:28:10 +05:30
Daniel
26b66a2d5b added theme customizer 2024-08-26 01:57:48 +05:30
oracell
f9f316197a added icons page 2024-07-30 09:53:46 +05:30
Walter Burditt
601b1bd603 Update push-menu.ts
this fixes the error message about the push-menu being a scroll-blocking event by adding passive mode to the event handler
2024-05-23 19:19:54 -07:00
Daniel
30f35347f9 Merge remote-tracking branch 'upstream/master' into release-prepare 2024-05-18 16:22:25 +05:30
CoolCu
a1d87d9d4f Fix typo in comment
Signed-off-by: CoolCu <coolcui@qq.com>
2024-04-16 15:47:22 +08:00
Daniel
8dcc863aed Treeview accordance (#5345) 2023-10-17 15:05:15 +05:30
Daniel
ccf3548f81 updated for bs.v5.3.2 (#5346)
* updated for bs.v5.3.2

updated _bootstrap-variables.scss for bs.v5.3.2

updated _bootstrap-variables.scss for bs.v5.3.1

* minor fix in _bootstrap-variables.scss
2023-10-17 15:04:41 +05:30
Daniel
7fe4beb503 minor bugs fixes (#5350) 2023-09-21 20:11:45 +05:30
Daniel
03b992d385 comment improve (#5343)
comment improve
2023-09-21 20:10:05 +05:30
Daniel
02c90680ff Merge pull request #5313 from glewe/local-google-fonts
Local Google Fonts
2023-09-16 15:52:22 +05:30
LEWE, GEORGE
9dcd9e420e FONT google cdn to jsdelivr
Rolled back package-lock.json

Switched npm source-sans

Switched to CDN source-sans-pro

Switched to CDN source-sans-3

Co-Authored-By: George Lewe <george@lewe.com>
2023-09-16 15:48:09 +05:30
Daniel
4a95b7f438 Merge pull request #5312 from glewe/bs5-components
Bs5 Components
2023-09-14 17:56:06 +05:30
Daniel
6bf0643fca toast dark-mode bug fix 2023-09-14 17:48:10 +05:30
Daniel
5ff3e60bc0 Update fullscreen.ts 2023-09-14 14:25:44 +05:30
Daniel
0e71358c78 Toast improve 2023-09-13 18:14:11 +05:30
LEWE, GEORGE
755ef2ecd0 Esc key exit fullscreen icon change 2023-09-12 20:04:49 +02:00
LEWE, GEORGE
4d78600b11 Esc key exitst fullscreen 2023-09-12 19:56:51 +02:00
LEWE, GEORGE
7bca72b572 Streamlined custom toast styles 2023-09-12 18:41:45 +02:00
George Lewe
e0e343e743 Fullscreen button (squashed commits) 2023-09-12 18:01:10 +02:00
Daniel
9803ffc207 RELEASE PREPARE v4.0.0-beta1 2023-09-12 15:43:51 +05:30
LEWE, GEORGE
393aa0c7fa White/black close button SVG for custom toast styles 2023-09-05 20:57:07 +02:00
LEWE, GEORGE
ccbe6b7238 Removed extra border-radius from custom toast styles 2023-09-05 20:09:56 +02:00
LEWE, GEORGE
6b0e0a88d4 Moved general BS components page under 'UI Elements' 2023-09-05 19:20:25 +02:00
LEWE, GEORGE
04d9a3679a Bootstrap color loop for custom toast styles 2023-09-05 18:34:34 +02:00
George Lewe
93e433a912 Toast color theme loop 2023-09-05 15:06:38 +02:00
LEWE, GEORGE
c31d8e3341 Changed card bottom margin to mb-4 2023-09-03 17:48:26 +02:00
LEWE, GEORGE
9d2a549f27 Moved toasts import to _extra-components.scss 2023-09-03 17:44:49 +02:00
LEWE, GEORGE
a582b04aa2 Custom toast style update to bs variables 2023-09-03 16:46:03 +02:00
LEWE, GEORGE
4aee32f551 BS5 components 2023-08-31 11:44:31 +02:00
LEWE, GEORGE
995e143c2d BS5 components 2023-08-31 10:48:41 +02:00
LEWE, GEORGE
e164129a4c BS5 components 2023-08-31 09:20:34 +02:00