Skip to content

Commit a9d7375

Browse files
committed
Version 7.6.0 (autocommit)
1 parent b90eb60 commit a9d7375

74 files changed

Lines changed: 18998 additions & 696 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Formengine](https://formengine.io/repository-images/Formengine_bigpicture_2.png)](https://formengine.io/documentation/?utm_source=github&utm_medium=banner-top&utm_campaign=readme#quick-start)
1+
[![Formengine](https://formengine.io/repository-images/Formengine_bigpicture_2.png?utm_source=github&utm_medium=banner-top&utm_campaign=readme)](https://formengine.io/documentation/?utm_source=github&utm_medium=banner-top&utm_campaign=readme#quick-start)
22
<!-- ==================== FORMENGINE CORE BADGES ==================== -->
33
[![Total Downloads](https://img.shields.io/npm/dt/@react-form-builder/core?style=for-the-badge&logo=npm&color=4286F4)](https://www.npmjs.com/package/@react-form-builder/core)
44
[![License MIT](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](https://github.com/optimajet/formengine/blob/master/LICENSE)
@@ -12,7 +12,7 @@
1212

1313
### Simple Form Example
1414

15-
[![Formengine](https://formengine.io/repository-images/simpleform.png)](https://formengine.io/documentation/?utm_source=github&utm_medium=article_banner-for&utm_campaign=readme#quick-start)
15+
[![Formengine](https://formengine.io/repository-images/simpleform.png?utm_source=github&utm_medium=banner-top&utm_campaign=readme)](https://formengine.io/documentation/?utm_source=github&utm_medium=article_banner-for&utm_campaign=readme#quick-start)
1616

1717
### Simple Form JSON Example
1818

@@ -247,7 +247,7 @@ export const App = () => (
247247
npm install @react-form-builder/components-rsuite
248248
```
249249

250-
[![Formengine Drag and n Drop](https://formengine.io/repository-images/components-ui.png)](https://formengine.io/react-form-components-library?utm_source=github&utm_medium=article_banne-dndr&utm_campaign=readme)
250+
[![Formengine Drag and n Drop](https://formengine.io/repository-images/components-ui.png?utm_source=github&utm_medium=banner-top&utm_campaign=readme)](https://formengine.io/react-form-components-library?utm_source=github&utm_medium=article_banne-dndr&utm_campaign=readme)
251251

252252
## 🟦🟥🟨🟩 Custom components
253253

@@ -312,7 +312,7 @@ controls, export, and integrations.
312312
[![Try Demo](https://img.shields.io/badge/🚀_Try_Live_Demo-4286F4?style=for-the-badge)](https://demo.formengine.io/?utm_source=github&utm_medium=article-badge&utm_campaign=readme)
313313
[![Meet with US](https://img.shields.io/badge/Book_a_Meeting-WITH_OPTIMAJET-4286F4?style=for-the-badge&logo=calendar&logoColor=white)](https://optimajet.com/book-a-meeting/?utm_source=github&utm_medium=article-badge&utm_campaign=readme)
314314

315-
[![Formengine Drag and n Drop](https://formengine.io/repository-images/DND-react-form-builder.png)](https://formbuilder.formengine.io?utm_source=github&utm_medium=banner&utm_campaign=readme)
315+
[![Formengine Drag and n Drop](https://formengine.io/repository-images/DND-react-form-builder.png?utm_source=github&utm_medium=banner-top&utm_campaign=readme)](https://formbuilder.formengine.io?utm_source=github&utm_medium=banner&utm_campaign=readme)
316316

317317
### 📦 Formengine Core Installation
318318

community/examples/formdata/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@faker-js/faker": "^10.0.0",
21-
"@react-form-builder/components-rsuite": "^7.5.0",
22-
"@react-form-builder/core": "^7.5.0",
21+
"@react-form-builder/components-rsuite": "^7.6.0",
22+
"@react-form-builder/core": "^7.6.0",
2323
"@vitejs/plugin-react-swc": "^3.7.2",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0",

community/src/.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ scripts/test/**/*
1010
packages/apps/demo/scripts
1111
packages/apps/formbuilder/scripts
1212
packages/designer/scripts
13-
packages/views/antd
1413
packages/views/default
1514
sample-apps
1615
pack.js

community/src/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.5.0"
5+
"version": "7.6.0"
66
}

0 commit comments

Comments
 (0)