| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.0.1 source code.tar.gz | 2026-06-28 | 40.5 MB | |
| 2.0.1 source code.zip | 2026-06-28 | 41.6 MB | |
| README.md | 2026-06-28 | 6.5 kB | |
| Totals: 3 Items | 82.1 MB | 0 | |
2.0.1 (2026-06-27) Spring Boot 3.5.15 ๐ New modules ร2 โ ๐ New features ร21 โ ๐จ Frontend 50+ updates
2.0.1 contains multiple breaking changes. Please read the 1.14.x โ 2.0.0 Upgrade Guide before upgrading.
๐ Open-sourced erupt-designer โ visually design Erupt entity models at runtime and publish them to the menu with one click.
๐ Open-sourced erupt-print โ define print templates and variables for any Erupt entity and print rows with a single click.
๐ erupt-monitor completely rewritten: new diagnostics system covering JVM, HikariCP pool, HTTP stats, and Redis health metrics.
๐ erupt-ai: LLM requests now support agentPrompt and contextPrompt for context-aware prompt injection per invocation.
๐ @Vis adds Calendar (CALENDAR) and Board (BOARD) view types for richer data visualization.
๐ @Power adds a copy toggle โ supports one-click row duplication in tables.
๐ @Layout adds collapseActionButton โ collapses the view-details, edit, and delete buttons into a dropdown menu.
๐ New @GroupType annotation โ group fields inside a collapsible panel (EditType.GROUP).
๐ @Erupt and @Edit gain a prompt field for AI agent prompt configuration.
๐ New PASSWORD edit type โ password fields render and transmit more securely.
๐ Open search support โ INPUT, NUMBER, and other components now let users choose the search operator (equals, not-equals, contains, range, etc.) directly in the search bar.
๐ Dynamic dropdown refresh โ ChoiceFetchHandler / AutoCompleteHandler / TagsFetchHandler can now reload options on demand.
๐ Selection Handler interfaces are now generic โ callbacks can directly access other form fields for cascading linkage.
๐ New FormView โ dedicated backend endpoint with DataProxy.formViewBehavior / formSave hooks for single-record full-page form scenarios.
๐ Excel export supports exporting only selected rows.
๐ Password encryption upgraded from MD5 to SHA-512 with salt for significantly improved security โ thanks to ๆฎต้น้น for the contribution (!35).
๐ Spring Boot upgraded to 3.5.15.
๐ Operation logs now record the entity state before modification/deletion โ the previous field values are visible in log details.
๐ erupt-ai adds Requesty as a new LLM provider.
๐ OpenAPI: new getAppid endpoint to retrieve appid information by token.
๐ EruptLambdaQuery adds or() support for building OR-logic composite queries.
๐ erupt-cube: new drillFields dimension filtering and drillMeasure measure-level drill-down support.
๐ erupt-cube: Cube annotations gain a prompt field for AI-readable semantic descriptions.
๐งฉ dependField now uses getter-style references with IDE field-name auto-complete.
๐งฉ erupt-designer: button permissions are now auto-generated when publishing a menu.
๐ Fixed: Ollama model configuration was missing the baseUrl parameter โ thanks to canjian215215 for the contribution.
๐จ Frontend Complete Overhaul (erupt-web 2.0) Angular 20 โ 21. The entire UI layer has been rewritten from architecture to interaction.
New login page and preloader animation; new Split Menu mode (first-level nav on left, second-level alongside) Sidebar width is draggable and persisted; favourites support drag-and-drop reordering; responsive layout optimized for mobile Table: column drag-sort, column pinning, column density, row copy, persistent search state, collapsible search panel Left-tree panel is collapsible; table-tree layout supports fullscreen mode AI side panel embedded in table / tree views โ chat with AI about visible data without leaving the page erupt-ai chat: wide-screen mode, session search, input-history navigation Code editor: smart hints and fullscreen mode; attachment component: drag-sort and batch update MultiChoice / Checkbox gain a select-all button; Choice shows color dots; input shows real-time character count Tree view: sort, node locate; BI / Monitor modules gain fullscreen improvements Terminal module (erupt-terminal) UI integrated โ multi-tab switching with real-time WebSocket communication Table and modal now support dynamic action buttons โ visibility can be controlled based on row data state erupt-flow approval UI fully redesigned with mobile-responsive master-detail layout and accessibility improvements TAGS component supports joinSeparator = "[]" JSON array format for tag value storage and parsing 1.14.x โ 2.0.0 Upgrade Guide Full guide: /en/guide/upgrade
What's Changed
- fix: add baseUrl parameter for Ollama model builder by @canjian215215 in https://github.com/erupts/erupt/pull/349
- Add Requesty LLM provider by @Thibaultjaigu in https://github.com/erupts/erupt/pull/350
- erupt 2.0.0 by @erupts in https://github.com/erupts/erupt/pull/351
New Contributors
- @canjian215215 made their first contribution in https://github.com/erupts/erupt/pull/349
- @Thibaultjaigu made their first contribution in https://github.com/erupts/erupt/pull/350
Full Changelog: https://github.com/erupts/erupt/compare/1.14.3...2.0.0
What's Changed
- Update README.md by @erupts in https://github.com/erupts/erupt/pull/352
- 2.0.1 by @erupts in https://github.com/erupts/erupt/pull/354
Full Changelog: https://github.com/erupts/erupt/compare/2.0.0...2.0.1