gwenaelp / vue-diagrams

Diagram component for vue.js, inspired by react-diagrams
MIT License
283 stars 64 forks source link

feat(id): produce UUID with `generateId`. move to `/utils/Identifier.js` #16

Closed TonyMasse closed 3 years ago

TonyMasse commented 3 years ago

This is the replace the much simpler but prone to problem simple (and small) random Integer generation. And moved the function to its own /src/utils/Identifier.js file for ease of maintenance.

Close #14

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

TonyMasse commented 3 years ago

Once more Github gets me. Cancelling this PR too.