Commit graph

20 commits

Author SHA1 Message Date
Eric NGUYEN
17e84495a5 Update build status url 2022-11-21 16:44:40 +01:00
Eric NGUYEN
a442ffa144 Add Release protocol 2022-11-21 16:41:48 +01:00
Eric NGUYEN
5b9a0e6b34 Update documentation 2022-11-10 15:38:37 +01:00
Eric Nguyen
9547e4d1d1 Updated README.md 2022-10-10 09:37:53 +00:00
Eric Nguyen
87e9cc1a83 Updated README.md 2022-10-10 09:29:16 +00:00
Eric Nguyen
f74af69291 Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
Eric NGUYEN
e5e9f7f7c0 Added more documentation 2022-09-22 17:45:35 +02:00
Eric Nguyen
23ed3ed1ad Merged PR 189: Simplify usage of SmartComponent
- Added new Events :
  - AddContainer, AddContainerToSelectedContainer, AppendContainer, AppendContainerToSelectedContainer, SelectContainer, DeleteContainer
  - AddSymbol, SelectSymbol, DeleteSymbol
- Changed the component to an iframe (you only need to copy the whole dist now)
- Added callbacks to every methods in the component
- Create event listener on demand: no need to initialize the event listener!
- Update d.ts
- Added Fastboot and enable it by default on production build
2022-09-21 09:24:14 +00:00
569d21ee9b Fix syntax and add more info to readme 2022-09-08 13:49:30 +02:00
Eric Nguyen
443a15e150 Merged PR 179: Fix bugs about flex and context menu (see desc) + disable hard rigid behavior + add missing properties to form + Clean up css
- Clean up some css class
- Fix wrong order when applying flex
- Fix Replace behavior not working because previous container was still existing
- Disable hard rigid behavior which disallow two container to overlap
- Add ENABLE_FLEX, ENABLE_HARD_RIGID ENABLE_SWAP
- Add missing form properties with dimensions
- Update readme
2022-09-08 10:29:44 +00:00
Eric Nguyen
7f3f6a489a Merged PR 167: Add Flex and fix bugs (read desc)
Note: The branch name does not fit the new features.

- Implement Flex with simplex
- Enable rigid body by default (removed IsRigidBody property) <=== possibly a bad idea
- Sort children in add and update properties
- Implement MaxWidth
- Add more docs

Fixes :
- .env.production url
- Symbols: not blocking the linked container when the parent is moving
2022-08-25 13:28:32 +00:00
Eric Nguyen
616fe3e9ac Merged PR 17: Implement rigid body Fix multiple bugs
Implement rigid body

Fix saveload bug: having null elements
Fix events being duplicated and not being removed
2022-08-11 08:43:10 +00:00
ceaea43288 Added CICD doc + update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-08 23:15:26 +02:00
2c0f304d4b Merge branch 'dev' into dev.tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 18:15:19 +02:00
d5f89523db Update Readme
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-05 14:11:30 +02:00
27159f53d3 Update readme
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-04 20:05:12 +02:00
Eric NGUYEN
a95e76865c Update .drone.yml + update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-03 16:41:26 +02:00
1f1babe49f Implement testing library (#2)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Eric NGUYEN <enguyen@techform.fr>
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/2
2022-08-03 08:45:16 -04:00
5f91128c85 Update readme.md 2022-07-31 00:12:00 +02:00
Hydroxycarbamide
2fc6e78f49 add README.md 2022-07-30 20:02:05 +02:00