React / Tailwind Changelog

React/Tailwind Changelog

  • v0.6.7 (2025-06-11)

    This technical update significantly improves how our application interacts with the AI Engineer. We've optimized data transfer for quicker and more reliable exchanges, enabling the AI Engineer to perform tasks more efficiently and making your overall system experience smoother and more productive.
  • v0.6.6 (2025-06-05)

    Added dev mode badge with collapse/expand
  • v0.6.5 (2025-05-11)

    Added multilingual support with language switching functionality. Users can now seamlessly toggle between supported languages for an improved experience. 
    Integrated AI capabilities. You can now generate custom text and get AI-powered assistance directly within the application.
  • v0.6.4 (2025-05-09)

    In this update, we've introduced Native OpenAI Integration – a dedicated page where you can connect your API key and interact with ChatGPT directly. 
    We've also implemented basic multilingual support via i18n, enabling a localized user experience.
  • v0.6.3 (2025-03-26)

    Аdmin and user password generation and display
  • v0.6.2 (2025-03-12)

    Created Error boundary component to catch and write errors to file
  • v0.6.1 (2025-03-05)

    Added support for an internal repository, the ability to save changes and revert to them
  • v0.6.0 (2025-02-24)

    Add widgets automatically
  • v0.5.9 (2025-02-16)

    Add data-level commands for AI Engineer
  • v0.5.8 (2025-02-14)

    Updated styles for Kanban column component;
  • v0.5.7 (2025-02-13)

    AI Engineer Improvements:
    - Error Handling
    - Read Commands adjustments
    - File Syntax Validation
    - add count_file_lines
  • v0.5.6 (2025-02-03)

    feat(kanban-dnd): add drag-and-drop functionality to Kanban board
    - Introduced `react-dnd` and `react-dnd-html5-backend` as new dependencies.
    - Created `KanbanCard` component to handle individual card rendering.
    - Implemented drag-and-drop feature for Kanban cards using `react-dnd`.
    - Updated `KanbanColumn` to manage card state and handle drop actions.
    - Modified `KanbanBoard` to use `DndProvider` for enabling drag-and-drop.
  • v0.5.5 (2025-01-24)

    - Introduced dark mode support for the Rich Text Editor with dynamic theme-based styling.
    - Enhanced UX with an “Edit” button and updated paths for improved consistency in Kanban views.
    - Rename
    - add delete & insert lines functions
    - add count lines functions
  • v0.5.4 (2025-01-17)

    New feature:
     - Kanban display type is added
  • v0.5.3 (2025-01-10)

    Enhanced backend multi-tenancy system for improved performance and stability.
  • v0.5.2 (2025-01-03)

    Added pagination and search to autocomplete
  • v0.5.1 (2024-12-26)

    Remove unnecessary CSS imports and update dependencies in package.json
  • v0.5.0 (2024-12-10)

    Update React and React-DOM to version 19.0.0 for new features.
  • v0.4.9 (2024-11-12)

    We have added the functionality to deploy applications to the development environment.
  • v0.4.8 (2024-10-30)

    A tour guide for the app's main features has been added.
  • v0.4.7 (2024-10-25)

    We have added the functionality to deploy applications to the development environment.
  • v0.4.6 (2024-10-14)

    Added the ability to generate public website pages
  • v0.4.5 (2024-08-07)

    Open in a new tab by right-clicking
  • v0.4.4 (2024-08-01)

    Migrated to Node.js version 20.15.1
  • v0.4.3 (2024-07-09)

    Updated Node.js in Docker image from version 19 to 20.
  • v0.4.2 (2024-07-04)

    Added support for different design themes
  • v0.4.1 (2024-05-29)

    Added possibility to delete multiple records in a table view. Added select boxes for rows for the datagrid.
  • v0.4.0 (2024-05-22)

    Added the ability to change the display type of the entity.
    Added privacy policy page
  • v0.3.9 (2024-04-25)

    The team has revamped the chart functionality, enhancing the user experience with more intuitive navigation and interactive elements. Additionally, all known issues have been meticulously addressed, ensuring a smoother and more reliable performance.
  • v0.3.8 (2024-04-15)

    Customize app labels with client company names, logos, and links
  • v0.3.7 (2024-04-03)

    Feature:
    - AI-generated icons were added for menu items, enhancing the user interface with intuitive visual cues.
  • v0.3.6 (2024-03-27)

    Feature:
     - Wysiwyg add few editor features
    Updates:
     - Open swagger documentation in new window
    
  • v0.3.5 (2024-03-21)

    New feature:
        - Choose how data is being presented: table, list, card or calendar
        - Update dark theme
  • v0.3.4 (2024-03-07)

    Customization update for the login page: AI generates descriptions for Pexels images and videos, with new media positioning options on the page.
  • v0.3.3 (2024-02-29)

    - Implemented multitenancy support to allow multiple clients to use the same application instance while keeping their data separate.
    - Added tenant identification and isolation mechanisms to ensure data privacy and security.
    - Updated the database schema to accommodate tenant-specific data.
    - Added new API endpoints and modified existing ones to support tenant-related operations.
    - Fixed a bug that caused the application to crash when processing large data sets.
    - Fixed a bug that prevented users from logging in with certain email addresses.
    - Fixed a bug that caused some user interface elements to overlap on smaller screens.
  • v0.3.1 (2024-02-01)

    - Global search functionality implemented.
    - Dedicated search results page added.
    - Bugs fixed to enhance stability.
    - Dependencies updated for performance optimization.
    - Bug with roles on profile page fixed.
  • v0.3.0 (2024-01-17)

    Dashboard data handling improved by replacing Promise.all with Promise.allSettled for better handling of rejected promises.
  • v0.2.9 (2023-12-28)

    Fixed a bug that prevented creating a project without assigning roles. Now it is possible to create a project without roles.
  • v0.2.8 (2023-12-19)

    - Default avatar icon added for users without profile pictures.
    - Password reset page added to allow users to reset their passwords.
    - Fixed a bug that caused dropdown menus to remain open when clicking outside of them.
  • v0.2.7 (2023-12-11)

    Added notification of error during widget creation (react-tailwind)
  • v0.2.6 (2023-12-09)

    Fixed outdated libraries bug
  • v0.2.5 (2023-12-08)

    Added formatting for selectorMany values
    Fixed extra requests when login
  • v0.2.4 (2023-11-29)

    Creation of widgets, bug fixing
  • v0.2.3 (2023-11-08)

    Fixed bugs with node version
  • v0.2.2 (2023-09-18)

    BugFix: 
         Project initiation failures due to issues in roles and permission logic
  • v0.2.1 (2023-09-12)

    New feature:
         Create and assign user roles along with corresponding permissions
  • v0.2.0 (2023-09-06)

    Fixed:
        Define different associations for each relation on the same model
  • v0.1.9 (2023-09-05)

    New features:
       Item Detail Page: Navigate to Item Detail Page on table item click
  • v0.1.8 (2023-09-04)

    New features:
        Table item page: display attached model items as table
  • v0.1.7 (2023-08-30)

    New features:
       Datagrid component
       Table item view page
  • v0.1.6 (2023-08-22)

    New features:
       Bulk import data
  • v0.1.5 (2023-08-15)

    Fixed:
      Display (success, error) notifications when performing an action with table items
  • v0.1.4 (2023-08-07)

    New features:
      Filter items in table by date
      Sort table by date
    Fixed: 
      Table styles in dark mode
  • v0.1.3 (2023-07-27)

    Fixed:
     Table filters
     Download file by clicking on the file name in the table
  • v0.1.2 (2023-07-25)

    New features:
      Server side sorting
      Server side pagination
  • v0.1.1 (2023-05-10)

    Fixed an application error, addressed a Tailwind warning, and improved the active state for the menu item.
  • v0.1.0 (2023-04-24)