> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/changelog.md).

# Changelog

## v2.0.0 - 16-01-2026

* Separated Admin and UI. Next changelog will be found in the respective pages.
* [UIKIT](https://phoenixcoded.gitbook.io/saasable/ui-kit/global/changelog)
* [Admin](https://phoenixcoded.gitbook.io/saasable/admin/global/changelog)

## v2.0.0 - 31-12-2025

**UI-KIT**

* **Improvements**
  * Introduced **CSS Variables** to enhance theming flexibility and maintainability.
  * Removed deprecated **Grid column properties** to align with the latest standards.
  * Resolved **Stack** layout spacing issues, including `gap`, `justifyContent`, and `alignItems`.
  * Corrected **slotProps** usage for improved component consistency.
* **Upgrades**
  * Upgraded project dependencies to the latest stable versions
  * Upgraded framework to **React v19.2.x**.
  * Updated platform to **Next.js v16.1.x**.

#### ADMIN <a href="#admin" id="admin"></a>

* **New Features**
  * Added **Dashboard animations** with interactive component demos.
  * Implemented an enhanced **authentication system** with support for:
    * **Supabase** (Google & Facebook login)
    * **JWT-based authentication**
    * **Firebase authentication**
  * Integrated **Quill Editor** plugin with demo implementation.
  * Introduced **CSS Variables** for improved theming and customization.
  * Added **Yarn** as the package manager.
* **Improvements**
  * Enhanced **Context management** aligned with the Mantis architecture.
  * Updated **menu items** for improved navigation and structure.
  * Implemented **auto system mode** support (design-ready).
  * Removed deprecated **Grid column properties**.
  * Fixed **Stack** layout spacing issues (`gap`, `justifyContent`, `alignItems`).
  * Corrected **slotProps** usage across components.
  * Centralized data fetching using a **single API call** with **Loader** and **Error Boundary** handling.
* **Upgrades**
  * Upgraded project dependencies to the latest stable versions.
  * Updated to **React v19.2**.
  * Updated to **Next.js v16**.

## v1.3.0 - 07-08-2025

**UI-KIT**

* Added Pages In Landings
  * CRM
  * Hosting
  * LMS
* Added New Blocks
  * Metrics – 10th
  * Blog – 8th, 9th, 10th
  * Blog Details – 1st
  * Clientele – 8th
  * Call-to-Action (CTA) – 13th, 14th
  * Features – 26th, 27th
  * Integration – 9th
  * Pricing – 10th
  * Small Hero – 8th
* Added theme switcher
* Added animations
* Fixes
  * MUI slotProps
  * Updated default theme typography from Archivo to Figtree (aligned with Figma)
  * Fixed navbar sticking behavior on scroll
  * Corrected content text casing (uppercase/lowercase)
  * Set real links for footer content on all landing pages
  * Fixed cookie banner positioning
  * Adjusted opacity of TwoTone custom icons
  * Removed unused images
* Package upgrades

#### ADMIN <a href="#admin" id="admin"></a>

* Added VITE package
* Added new modules
  * Billing
  * Avatar upload via Dropzone
  * Country map chart using D3
  * "Items Not Found" and "Permission Denied" blocks
* Table improvements
  * Functional filters
  * Dynamic toolbar based on applied filters
* Form improvements
* Custom Breadcrumb using SWR
* Overridden MUI LoadingButton
* Updated all packages
* Fixes
  * MUI slotProps
  * Tooltip arrow positioning
  * Resolved dark mode inconsistencies

## v1.2.0 - 15-04-2025

* UI-KIT
  * React 19
  * Package Upgrade
* ADMIN
  * React-19
  * Package upgrade
  * Bug fixes
  * Commented **`react-simple-maps`**  due to react-19 incompatibility.

## v1.1.0 - 01-04-2025

* UI-KIT
  * **Newly Added Blocks:**
    * Blog: 7
    * FAQs: 8
    * Features: 24, 25
    * Hero: 18, 19
    * Process: 8
    * Privacy Policy: 2
    * Testimonials: 12, 13
  * New Additions:
    * AI & Crypto section on the SaaS page
    * New LMS Landing
* ADMIN
  * New Modules
    * User
    * Blog
    * Settings: Internationalization
    * Settings: Pricing
  * New UI Elements
    * Snackbar
    * Dialog: Fullscreen&#x20;
    * Plugin: Dropzone
  * Improvements
    * Dynamic messages and buttons for Alert Box (e.g., Delete, Block, Publish)
    * Set real content based on modules/apps
    * Account Module: Add/Edit form fields aligned with the account list
  * Bug Fixes
    * Multi-level menu collapsing issue
    * Mobile media drawer toggler effect
    * Slider: Fixed track color
    * Tooltip: Fix background color
    * Redirect from dashboard to default login page

## v1.0.0 - 30-10-2024

* Initial release


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://phoenixcoded.gitbook.io/saasable/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
