Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
node_modules
.idea
.vscode
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.0.0] (2026-02-14)

### Major Upgrades
- **Tailwind CSS v4.1.18**: Complete migration from v1.4.6. Updated to "CSS-first" configuration (`tailwind.config.js` removed).
- **Alpine.js v3.15.8**: Upgrade from v2.x. Modernized syntax (`x-show.transition` → `x-transition`) and resolved reactivity conflicts.
- **Chart.js v4.5.1**: Upgrade from v2.9.3. Chart component logic refactored.

### Fixes & Improvements
- **Dark Mode Persistence**: Fixed "Flash of Unstyled Content" (FOUC) using inline script in `<head>` of all pages.
- **Stable Navigation**: Fixed bug where theme reverted when navigating between Dashboard and other pages (removed conflict between `classList.toggle` and Alpine).
- **Local Compatibility**: Removed cache-busting parameters (`?v=...`) on local assets to avoid CORS errors when running from `file://`.

### Cleanup
- Removed temporary files and obsolete build scripts.

## [1.0.2](https://github.com/estevanmaito/windmill-dashboard/compare/1.0.1...1.0.2) (2020-07-18)

This is the first real "release". Nothing has changed, except for some SEO meta tags, that are no longer needed as the project is no longer hosted isolated.
Expand Down
Loading