Changelog ✍️

Here you can find a log of changes made to the Flatlogic Platform. Last update: September 13th, 2023

September 13th, 2023 – Roles- and Permissions-Based Access Control for Applications

  • Users now have personalized access and experiences based on their roles. Each role has defined access points and capabilities within the system, resulting in a more organized and efficient operation.
  • By limiting access to certain areas of the system based on user roles, we've increased the overall security of our platform, minimizing the risk of unauthorized operations and data breaches.
  • This innovation allows for better utilization of the application by streamlining operations based on user roles, improving the overall user experience.
  • Super Admins can now define and control the access points available for different user roles within the system. This update provides administrators with greater control and enhances their administrative capabilities.

August 24th, 2023 – Bulk Import

Update version Next/Tailwind released with frontend v0.1.6 and backend v0.2.2, which now include a handy bulk import feature. You can upload a CSV file to create multiple records simultaneously with one click – it’s that easy.

Say goodbye to time-consuming individual data entry. With our Bulk Import, it’s easier than ever to handle large amounts of data, saving you time so you can focus on what matters. Check out this new feature in our latest updates.ч

July 25th, 2023 – Collaboration Feature

Introducing the Collaboration feature: Empowering Teamwork in the Flatlogic Platform.

This new feature is designed to streamline teamwork and enhance project collaboration, bringing efficiency and productivity to a new level.

Now you can add collaborators to your project via email!

To add the collaborator to your project, open your project settings and go to the Collaborators section.

July 23rd, 2023 – Updated Next.js Tailwind Template!

We’re also updated our Next.js Tailwind Template!
What’s new:

  • Added server-side sorting
  • Added server-side pagination for tables

June 15th, 2023 – Updated Version of React Native Starter

âś… React Native updated to 0.71.10

âś… Core React Native libraries have been updated:

  • “@react-native-async-storage/async-storage”: “^1.18.2”,
  • “@react-native-community/cli”: “^11.3.1”,
  • “@react-native-masked-view/masked-view”: “^0.2.9”,
  • “@react-navigation/bottom-tabs”: “^6.5.7”,
  • “@react-navigation/drawer”: “^6.6.2”,
  • “@react-navigation/native”: “^6.1.6”,
  • “@react-navigation/stack”: “^6.3.16”,
  • “react-native-calendars”: “^1.1298.0”,
  • “react-native-gesture-handler”: “^2.10.2”,
  • “react-native-gifted-chat”: “^2.3.0”,
  • “react-native-maps”: “^1.7.1”,
  • “react-native-modal”: “^13.0.1”,
  • “react-native-paper”: “^5.8.0”,
  • “react-native-progress”: “^5.0.0”,
  • “react-native-safe-area-context”: “^4.5.3”,
  • “react-native-screens”: “^3.20.0”,
  • “react-native-vector-icons”: “^9.2.0”,
  • “react-native-walkthrough-tooltip”: “^1.5.0”,
  • “redux-persist”: “^6.0.0”,
  • “victory-native”: “^36.6.10”

âś… Update Dependencies

May 5th, 2023 – Updated Light Blue Vue & Sing App Vue Templates

We made several minor changes that make these admin dashboard templates up-to-date.

Light Blue Vue

âś… Fixed VueX errors

âś… Fixed Charts errors

âś… Updated dependencies

Sing App Vue

âś… Fixed dependencies errors

âś… Updated dependencies

May 4th, 2023 – Introducing React Tailwind Next.js Stack!

We are happy to announce that now you can create your terrific web applications using our new stack – React Tailwind Next.js!

January 11th, 2023 – CSV Export Feature!

We are happy to announce that now you can export data from all your’s entities in CSV format! The new feature allows users to easily export data from the admin panel tables and view it in any spreadsheet application.

January 3rd, 2023 – Laravel Backend Supports Microsoft SQL Server 2019!

We add Laravel backend support for Microsoft SQL Server 2019.

December 30th, 2022 – Flatlogic Platform Now Supports Microsoft SQL Server 2019!

We’re happy to announce that users can now select Microsoft SQL Server 2019 when creating a project on the Flatlogic Platform. Now this new database option is only available with NodeJS+Sequelize backend stack.

December 20th, 2022 – ChatGPT + Flatlogic: Generate Fully-Functioning Web Apps Based on Description

The process is very simple: go to our main page, click “Generate web app”, register for an account, and on the 3rd step, where you define a database schema, add a description by clicking on the “Generate with AI” button. You need to type the application’s description in the text area and hit “Send”. The application’s schema will be ready in around 15 seconds. You may either hit deploy immediately or review the structure to make manual adjustments.

For example here is the app (built with Vue / Node.JS / Postgresql / Tailwind) https://erp-12205-lnm5nd2pia-uc.a.run.app/#/ that was generated based on the following description:

“ERP system with leads, inventory management, and events tracking”

November 28th, 2022 - Template Widgets Release

Widgets can be used for any information the user needs. We show a simple version of the number of created entities and the user can write any custom logic to display the information he or she needs.

November 17th, 2022 - Updated React Version

  • Update React version to 18

  • fix starter/login page UI

September 13th, 2022 - New Releases - Reset Project functionality

  • Flatlogic Platform now supports Reset Project functionality.

There are 2 use cases for the Reset button:

  • to remove old migrations that are no longer needed and combine all migrations into one file (faster, better, prettier);

  • to reset the database by deleting it completely and creating it again.

September 7th, 2022 - New Releases - Vue Tailwind, WYSIWYG

  • Flatlogic Platform now supports the new stack – Vue Tailwind.

Clean, rapid, and minimised stack made with VueJS 3.0 and Tailwind CSS 3. We've added new colors, typography and some minor UI details.

Incredibly fast template. Thanks to the Vite builder, the project will be built in seconds. Comfortable state handling thanks to the lightweight and intuitive Pinia library.

  • Schema Editor of the Flatlogic Platform now supports the ability to add WYSIWYG to your project!

When using WYSIWYG the data representation is displayed in visual form, as in Microsoft Word, and can be edited.

August 22nd, 2022 - Typeorm Backend & Schema Editor Updates

  • Typeorm Backend: updated file uploader
  • Schema Editor: added unique checkbox

May 30, 2022 - Import SQL

Now it's possible to import your existing database. Use the Import SQL button and select your .sql file. Then your database will open in the Schema Editor, where you can further edit your data (add/edit/delete entities).

May 23rd, 2022 - Bug fixes & Release new versions of stacks

  • Replaced buttons “New” & “Filter” at React templates. Fixed rows issues in all CRUD applications: editing, deleting

  • Added to selector rows per page: options 50 and 100. Displaying all records without scroll

  • Solved issue with the editing of entities on the backend side

  • Updated Vue, React, and Angular templates with the latest platform changes

  • Fixed bugs for Vue, React, and Angular stacks

  • Fixed bugs for Node.js Sequelize, Node.js TypeORM

  • Now administrators can change the password of any user

May 10th, 2022 - MUI5 & Updated Vue&React templates

  • Added new section to the documentation page: Working with app

  • Updated VUE material templates with the latest platform changes

    • Cleanup components, pages
    • Remove unused static assets
    • Set default values for numbers and enums to prevent errors
    • Reduce bundle size
    • Fix framework links, 404 page for the router
  • Updated React material templates with the latest platform changes

    • Fixed sidebar layout, user menu positioning
    • Adapted documentation layout for the dark mode.
    • Fixed async loading data for the data grid with process bar.
    • Added showing the label, when data grid filtering result has no values.
    • Data grid: fixed the calculation for the entity total count with relations.
  • Updated from MUI4 to MUI5, fixed Dark Theme

    • Finished migration from the MUI4 to MIU5.

April 25th, 2022 - Improvement of the Schema Editor & Application Guide Tour

  • Improvement of the Schema Editor stage.

    • UI\UX updates
    • warnings added and other improvements

April 18th, 2022 - Versioning notifications & Cloning project's stack&schema

  • Added notification for users about the releases of new versions

    • If the current version of the stack is updated, you will be notified by mail or in the settings near the stack version

  • Added yearly subscriptions

    • Now it is possible to purchase a year's subscription

  • Added new Tutorials to the documentation page

  • Allowed to create projects of the same stack

    • The Settings tab now has a Clone button, with which you can clone the technology stack&schema of your current/past project into a completely new one with the same technology stack&schema

April 11th, 2022 - Backend versioning & Updated Material UI for React Template

  • Added versioning automation for backend

    • Added the option for the user to update to the latest template version

  • Updated tables, pagination, filter & sorting on Material UI for React template

April 4th, 2022 - Frontend versioning & New pricing model

  • Added versioning automation for frontend

    • Added the option for the user to update to the latest template version

  • Changed pricing model and moved to Stripe

    • Moved to the more secure and advanced pricing model
  • Created disconnect GitHub functionality / connect other Github repository

  • Changed the place for the dropdown schema menu (Step 3 of Project Creating)

March 13th, 2022 - NodeJS + TypeORM

  • new backend released: NodeJS + TypeORM
  • added fastify framework for server routing
  • added typescript support
  • added validation for all requests
  • automatic generation of swagger documentation

February 25th, 2022 - New no-backend stacks

  • added no-backend stacks Next.js & Nuxt.js
  • added in each entity link to the corresponding API route
  • added more notifications for clients: “confirmation of the subscription price & confirmation of the trial period”
  • we also deprecated some template options that used older versions of frameworks (bootstrap 4, etc) to improve maintainability and prevent compatibility issues in the future. This will not affect already created projects

February 10th, 2022 - Deployments & logs

Now you can debug deployment problems directly by analyzing your app logs.

  • Added deployments to the platform
  • Added log page with build info
  • Fixed global bug with Laravel
  • Added "Deploy from GIT” button for stack Front+Back
  • Updated “README.md” file for Front-End-Only Projects
  • Added info/documentation tooltips to schema editor and for all steps within the app creation

February 1st, 2022 - No-backend apps

Now you can create pure front-end only apps with the Flatlogic Platform. This assumes you host the back-end somewhere else or do not need it at all.

  • Added Create React App starter template
  • Added Vue CLI Vue 3 starter template
  • Added Angular 11 starter template
  • Fixed column relations in the case the referenced table was renamed
  • Added customization instructions for generated apps
  • Added sending notifications when money is debited from a client for the subscription
  • Added link to Swagger API on the Project page (/project/#number)

January 21st, 2022 - Flatlogic platform

Initial platform release with general features:

  • Code generation/templates
  • Hosting
  • GitHub integration
  • Code merging
  • CRUD app generation
  • Added new FAQ for Platform Pricing Page.