React / Tailwind Changelog

React/Tailwind Changelog

  • 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)