Releases: Jozwiaczek/smart-gate
Releases · Jozwiaczek/smart-gate
v1.1.0
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2021-03-28)
Bug Fixes
- remove control/test steps from release workflow (36f6d53)
- sort root package.json (9c64395)
- admin: remove password logging (f809800)
- api: add ssl option to ormconfig.js (#83) (1417ff2)
- api: generate new migration (#84) (6c653e2)
- api: invitation unit test (e5e64b9)
- api: move onInit to separate file (197b98f)
- api: remove unnecessary 'await' (d52c5a8)
- client: add borderRadius from theme (cf1d01e)
- client: add test changes (fac8d29)
- client: adjustments and add base TabLayout orientation (9f5cf38)
- client: based on review (a5ad1d0)
- client: change default props in TabbedLayout story (3f3791b)
- client: change enum to types in localStorageKeys (163a13d)
- client: fix TabbedLayout storybook title (fcae2b7)
- client: remove appBar test (3aee8d6)
- client: tabbed layout story (3d64d5c)
- add browsers list for client and lint main readme (02090b2)
- change RouteGuard.types file name (27af123)
- ci build step (7000294)
- not loaded styles (9f6a9ee)
- root package version (3347166)
- client: fix issue with not submitting form on enter press (ba6aae9)
- client: fix useAnimated types (0acebf8)
- client: fix useForm config, move shake anim on error, add validation for login (14071e2)
- client: remove blank space (80720db)
- client: remove netlify ignore script (1e9a900)
- client: theme boxShadow (e7c6ce6)
- add build directory to gitignore (4151fc2)
- add cookie sign option and change sameSite (#60) (14c1ced)
- bump and fix eslint (a8c8664)
- cookie sameSite set to 'lax' (#57) (18dfb48)
- eslint (bdd52de)
- extract noEmit ts option (0a709e1)
- replace api port for .env.example files (15d36dc)
- restore react-app-env.d.ts and change typeorm ssl config (4849224)
- root readme logo displaying (1b49535)
- yarn.lock (bbd6c75)
- api: app.e2e test (59153bc)
Features
- add admin page navigation (db49302)
- add react-query (#170) (124a3d6)
- add semantic release (48c6267)
- api: add find method in invitation (be64e64)
- api: add global config module (#138) (5afdf16)
- api: add helmet, csrf protection and rate limiter (#132) (720d745)
- api: add invitation config and docker limits (fbeedad)
- api: add invitation service (3eb296d)
- api: add invitation.entity.ts (3e5d723)
- api: add postgres-multi-db script (#31) (8d42f60)
- api: add repository module (0e56240)
- api: add send invitation.service.ts method (da0022a)
- api: add super admin on init (cd45cfb)
- api: add superAdmin add unique index (30b3255)
- api: setup db for tests (#33) (8b1a9e7)
- api: setup sentry (#140) (d60fc2e)
- client: add Animated component (f1a8b44)
- client: add animatedLogo (bec807f)
- client: add base AppBar styling, handle TabbedLayout variant, i18n, fix sentry init (97dfbe9)
- client: add base tabbed view (48ef366)
- client: add chromatic script (c729937)
- client: add ConditionRoute (e6a29e5)
- client: add display name for element template generator (4169956)
- client: add generic ripple effect (b857102)
- client: add icons, add base AppBar, add hygen element .run (f17bf3d)
- client: add LayoutContainer, rename BackgroundLogo, simplify login container (c72980a)
- client: add login view styles (a8bb9df)
- client: add...