Releases: opentiny/tiny-pro
Releases · opentiny/tiny-pro
v1.4.0
What's Changed
Exciting New Features 🎉
- feat: support Spring Boot by @zzl12222 in #123
- feat: support mobile responsive by @WangWant7 in #124
- feat: add card list menu by @zhaoxiaofeng876 in #136
- feat: Add Advanced Form by @zhaoxiaofeng876 in #149
- feat(nestjs): device limit by @GaoNeng-wWw in #139
- feat: add reject request flag by @GaoNeng-wWw in #146
- feat: aop校验 by @zzl12222 in #45
- feat: 检视意见修改 by @zzl12222 in #49
- feat: add mobile responsiveness by @WangWant7 in #80
- feat: enhance mobile responsiveness and layout by @WangWant7 in #106
- feat(nestjs): add health-check and logger by @kagol in #119
- feat: update web by @kagol in #120
- feat: remove cloud by @kagol in #122
- feat(spring-boot): add lock file volume and
application.yamloverwrite example by @GaoNeng-wWw in #128 - feat(nest.js/auth): add refreshToken api by @GaoNeng-wWw in #147
- feat: redis app install lock by @GaoNeng-wWw in #155
- feat(nest.js): add lock for auth service by @GaoNeng-wWw in #159
Bug Fixes 🐛
- fix(web): restore the history record by @discreted66 in #98
- fix(web): fix tabs style by @kagol in #100
- fix(web): role table pager by @GaoNeng-wWw in #97
- fix(web): role filter by @GaoNeng-wWw in #99
- fix: fix unocss presetAttributify invalid after built by @kagol in #121
- fix: fix charts uninstall error by @kagol in #140
- fix: fix @opentiny/vue deps version conflict by @kagol in #141
- fix(nest.js): add lose migrations by @GaoNeng-wWw in #142
- fix: fix deploy obs by @kagol in #153
- fix: fix auto publish error by @kagol in #158
- fix: fix deploy obs by @kagol in #160
- fix: fix nestjs deploy error by @kagol in #161
- fix: fix user center style error by @kagol in #163
- fix: frontend environment variable type error by @GaoNeng-wWw in #164
Other Changes
- test: add end-to-end tests for mobile adaptation by @WangWant7 in #113
- docs: add mobile adaptation documentation (#114) by @kagol in #130
- docs: add env table by @GaoNeng-wWw in #132
- docs: update README by @kagol in #133
- docs: migrate docs by @kagol in #145
- ci: add deploy obs by @kagol in #152
- ci: docker ci by @GaoNeng-wWw in #150
- doc: api doc by swagger by @GaoNeng-wWw in #154
- ci: split deploy-obs to build and deploy by @kagol in #156
- ci: add auto publish by @kagol in #157
- doc(CONTRIBUTING): how to flushdb by @GaoNeng-wWw in #167
New Contributors
- @zhaoxiaofeng876 made their first contribution in #136
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Exciting New Features 🎉
- feat: import unocss and add menu collapse by @kagol in #17
- feat: replace echarts to tiny-charts (#21) by @hu-qi in #29
- feat: replace menu icons to @opentiny/icons (#19) by @hu-qi in #36
- feat: optimize ui of base-form, step-form and detail page by @discreted66 in #41
- feat: Optimize the internationalization management page by @chenxi-20 in #42
- feat: adapt to the new style of workbench by @wuyiping0628 in #38
- feat: Optimize the menu Role Permission page by @wuyiping0628 in #43
- feat(nestjs): migration by @GaoNeng-wWw in #44
- feat: change the style of the home page and menu page by @wuyiping0628 in #51
- feat: Optimize the query table page, add corresponding functions, and modify the overall margin layout of Pro by @chenxi-20 in #50
- feat: 监控页样式修改和解决初始化问题 by @wuyiping0628 in #60
Bug Fixes 🐛
- fix: add .env.example by @kagol in #15
- fix: change MYSQL_DATABASE in the docker-compose.yml by @kagol in #23
- fix: test failed in the unit-test.yaml github action by @kagol in #24
- fix: copySettings (#18) by @hu-qi in #28
- fix: fix the installation error caused by unconfigured vite and @vitejs/plugin-vue versions by @zzcr in #34
- fix: Optimize the user management interface based on the design draft by @chenxi-20 in #39
- fix: Modify UI Ireview comments by @discreted66 in #48
- fix: 根据意见修改页面查询表格、用户管理、国际化管理页面 by @chenxi-20 in #59
- fix(step-form):fix from error when the page reload by @discreted66 in #58
- fix: AbilityForm validation and pagination entry modification by @discreted66 in #61
- fix: 表格和弹出框优化 by @chenxi-20 in #62
- fix: 解决查看菜单下级不能展开的问题 by @wuyiping0628 in #63
- fix(table):fix table search i18n by @discreted66 in #70
- fix(web): data struct by @GaoNeng-wWw in #76
- fix(web): select change by @GaoNeng-wWw in #81
- fix(tiny-pro): if role id is undefined will send empty array not [null] by @GaoNeng-wWw in #83
- fix(nestJS): added lost permissions by @GaoNeng-wWw in #89
- fix(web): if not batch-remove permission should not display i18n or user batch-remove button by @GaoNeng-wWw in #90
Other Changes
- docs: add contributing doc by @kagol in #25
- refactor: remove console.log by @GaoNeng-wWw in #57
New Contributors
- @hu-qi made their first contribution in #28
- @allcontributors[bot] made their first contribution in #30
- @zzcr made their first contribution in #34
- @chenxi-20 made their first contribution in #39
- @wuyiping0628 made their first contribution in #38
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Exciting New Features 🎉
- feat: optimize table search function by @discreted66 in #8
Bug Fixes 🐛
- fix: adjust nestjs directory and remove tinyng by @kagol in #1
- fix: fix build error by @kagol in #2
- fix(ci): unit test coverage by @GaoNeng-wWw in #9
- fix:Restore missing i18n by @discreted66 in #13
Other Changes
- docs: update README by @kagol in #4
- test: unit test by @GaoNeng-wWw in #5
- ci: add issue-template/pr-template/auto-labeler/auto-release by @kagol in #11
- docs: add backend design docs by @kagol in #12
New Contributors
- @kagol made their first contribution in #1
- @GaoNeng-wWw made their first contribution in #5
- @discreted66 made their first contribution in #8
Full Changelog: https://github.com/opentiny/tiny-pro/commits/v1.2.0
