Skip to content

Releases: SIMITGROUP/simpleapp-generator

v1.6.1

14 Apr 16:10

Choose a tag to compare

  1. create tenant no need ask country, currency, timezeone, offsets, it autocapture from timezone
  2. component select support multiple, simpleapp allow multi-select too
  3. improve symbol of formula in jsconschema
  4. support manage module in config
  5. support runWorker concept, which allow execute code outside of service classes
  6. provide data id at before validation hook
    7.simpleapp support jrxml to pdf print preview
  7. solve formula sometimes can't execute

v1.5.1

19 Mar 14:15

Choose a tag to compare

  1. some bug fix on generated controller, customer api no return data
  2. added blank cloudapi module
  3. added robot user service for bpmn (it still need token from keycloak)
  4. remove too much console message from bpmn
  5. transfer prepare appuser from workflow to external robotuser service
  6. off graphql cache
    64c01bd

v1.5.0-alpha

17 Mar 14:35

Choose a tag to compare

  1. frontend and backend support graphql and RBAC
  2. fix some bugs in renderer
  3. fix user invitation in mobile not appear
  4. at index page will prompt user input currency and country, if empty
  5. bugs fix while generate bpmn
    6.. enforce responseType compulsory for all api
  6. make graphql resolver same like controller, fully auto generate base on schema
  7. remove some unused api

1.4.2

15 Mar 03:59

Choose a tag to compare

  1. added keyof properties on all document landing page, onscreenadd/edit, events
  2. added render time
    3, bug fix update not obtain latest records

v1.4.1-alpha

13 Mar 07:41

Choose a tag to compare

  1. support hold screen, simpleapp crud auto activate hold screen
  2. fix money input no trigger on change
  3. improve slightly date composable

1.4.0-alpha

12 Mar 00:55

Choose a tag to compare

  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

1.2.0

22 Jan 16:32

Choose a tag to compare

  1. lot of house keeping
  2. frontend more stable login using keycloak
  3. reduce too much console log at backend
  4. build frontend/lang/df.ts instead of directly edit
  5. some improvement of simpleappinput, like add more probs and reduce console error
  6. simplified generated frontend page by using centralize tool bar
  7. support document status
  8. give frontend freedom to edit header bar and menu bar