Skip to content

Commit c6c844f

Browse files
authored
Merge pull request
chore(main): release v2.0.0
2 parents e4adb0a + 5481711 commit c6c844f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/Aros-Team/rms-frontend/releases/tag/v2.0.0)
4+
5+
### Features
6+
7+
- **admin**: add table support and other improvements
8+
- **admin**: ResourceCache architecture, responsive tables, and orders management overhaul
9+
10+
### Bug Fixes
11+
12+
- redirect workers based on area type
13+
- **BREAKING**: added area field for create/update user form
14+
- **BREAKING**: areas on employee creation/modification
15+
- improve data load and view errors
16+
317
## [v1.3.0](https://github.com/Aros-Team/rms-frontend/releases/tag/v1.3.0)
418

519
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Restaurant Management System (RMS)",
33
"type": "module",
44
"description": "Robust, scalable frontend application that delivers an intuitive and accessible interface for restaurant operations management, enabling real-time data visualization and seamless user interactions.",
5-
"version": "1.3.0",
5+
"version": "2.0.0",
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve --configuration development",

0 commit comments

Comments
 (0)