Skip to content

1.4.0-alpha

Choose a tag to compare

@kstan79 kstan79 released this 12 Mar 00:55
· 161 commits to main since this release
  1. break mobile device page generate into /pages/mobile/xxxx
  2. mobile device landing page and [id] page different file
  3. nuxt lod prime vue bad directive
  4. branch permision support multiple role
  5. all document will generate form and viewer, just some of them may not generate page
  6. small polish in generated code
  7. simpleapp.processor support create many, without hook
  8. if user have multiple role, login can pick role
  9. many calendar bug fix
  10. tidy docno form input
  11. tidy user form and support multiple group
  12. allow user switch role
  13. add date time input and renderer
  14. foreignkey renderer support after event
  15. mobile layout at sample present different menu by user group
    16.simpleapp client use centralizee axios config
  16. frontend user added 'currentGroup' property, during user login, if only 1 group then will use that as currentgroup. Else will forward user go pick group.
  17. after validation error, field modified will remove the error effect
  18. make mobiletoolbar easier to use, no need add extra div at bottom
  19. support composable listen document and doc
  20. hook for before update/delete/set status provide existing data and new data
  21. improve passthrough
  22. fix some bugs in calendar
  23. add current company name in profile button
  24. bug fix in simpleappautocomplete
  25. improve user experience while add item via simpleappchildlist
  26. fix on change error in simpleappinput
  27. default generated en langkey now will not duplicate with field name
  28. dayjs default activate duration plugin
  29. support multipl admin email
  30. fix generator cause some file overrided
  31. fix genereator missing require field no show field name
  32. fix generated controller autocomplete return 201
  33. select components allow filter properties
  34. correct default styles read only field not show proper color
  35. allow animate buttons
  36. profile dialog show link to select tenant
  37. fix ListView cant support navigate in some situation
  38. beautify autocomplete for mobileview, and onscreen addnew wont create another layer
    40.simpleappchildrenlist support readonly, and provide event update/delete item
  39. create tenant allow override
  40. support refresh document
  41. first page remove content, auto redirect to pick tenant, if only 1 tenant then direct go in
  42. added dedicated page for pick tenant
  43. fix bugs no authority still can navigate page
  44. added refreshdocument event
  45. statistics card support click popup
  46. date renderer change to use v-model
  47. fix simpleapp.processor not allow new document direct confirm
  48. add simpleapp money input, easier for deal with currency
  49. add getProfileApi composable for profile entrypoint
    52.bug fix tenant api cant pick tenant or create tenant
  50. add TextPrimary component
  51. improve simpleapp tool bar to support handle document status, and make it editable
  52. add simpoleappclientlist as better replacement of simpleappinputtable, add smaller screen space
  53. add select filter component for all document
  54. make date renderer support both date and string
  55. mobile toolbar slimit textclam -2
  56. Listview component support onclick event
  57. add simple chartcard component
  58. make all buttons listen click event at the moment
  59. improve passthrough sidebar and body use body color as default color
  60. style add css class of cannot hide calendar mask, and break body color as indpendend css class name
  61. simpleapp.processor class define some control to prevent double set status, and prevent skip mongodb transaction error during onEvent
  62. fix simpleapp generated controller cant capture schema name header and body type incorrect during define custome schema
  63. json schema through error when missing required properties
  64. remove dependency of moment
  65. autocomplete support additional filter
  66. change getautocomplete to use post
  67. added easy access onscreenadd/edit documentcomposable
  68. make Buttons component look bigger in mobile
  69. simpleapp.processor show better error when createhook error
  70. Move all viewer document from pages to components