Releases: justin-hackin/svg-widgets-monorepo
Releases · justin-hackin/svg-widgets-monorepo
v0.0.5
Reverts
- revert changes in defaultWidgetName. (b12492c)
Other Changes
- Update README.md. (79ff83e)
- upgrade material ui 5 deps. (e0b753d)
- migrate to material ui 5. (4c4d775)
- ToggleButtonGroup moved out of lab, purge @mui/lab. (35abd25)
- reduce calls to styled helper, use class names and nesting more. (2c09e23)
- remove inconsequential button stylings. (862bbc5)
- use only icon buttons in AppBar, add tooltips to them, support dark mode toggle in preferences, prevent direct import/use of theme export, opting for useTheme and styled helpers, fix panel Fab. (e5d9503)
- netsPerPyramid to radio input. (d033f70)
- Diamond grid divider. (3bfb070)
- WIP: Diamond grid divider. (1a2f06b)
- Diamond grid divider working. (1d48b6c)
- spatially distribute assets of divider widgets, change widget thumbs to png. (c8457b7)
- combined saved model with widget model files. (4281ca7)
- fix missed url changes, png all the things. (de13f30)
- remove selectedIndex from DisjunctAssetsDefinition.tsx constructor. (8a2744c)
- re-add selectedMember as observable. (2f87a75)
- Merge pull request #68 from justin-hackin/diamond-divider. (5ef4cdb)
Diamond and triangle divider widgets - darken dieline area. (76cbd32)
- replace zoom pan custom toolbar component with material ui alternative. (77bc3fc)
- light theme adaptations. (db4f22d)
- improve divider style. (25eaf60)
- no more "My" prefix, sounds rinky dink. (c142e92)
- fix drag mode indicator respects theme, is relative to toolbar. (f06dfbd)
- zoom pan toolbar spacing similar to drag mode. (d263c8c)
- fix no contrast with rotate switch on. (e4a2587)
- Merge pull request #67 from justin-hackin/mui-5. (48275cc)
Mui 5 - add @typescript-eslint/parser so commits are possible. (a8b1d5c)
- fix IDE eslint issues with eslint plugins not installed. (1bd28ed)
- fix cancel on save, fix title shows file full path instead of undefined, fix electronApi.saveSvgAndModel. (6011e87)
- fix triangular grid throws error because pointAtLength doesn't clamp. (89966df)
- fix lint error. (d244330)
- Merge pull request #75 from justin-hackin/dev. (c0bef98)
upgrade MUI, theme rework, new widgets
v0.0.4-alpha
Other Changes
- widgets are now single class export, implement an abstract base class instead of having an exports interface (4652092)
- widgets can define multiple assets that can be viewed simultaneously or independently
- organize types for workspace asset definitions (b8bd0ea)
- isolate PyramidNet-specific preferences from workspace preferences (units), move SVG rendering component onto model. (15740e9)
- no window.workspaceStore on production. (54c4694)
- render all tweakable prop controls of savedModel by default. (381ec2c)
- ensure LicenseGroup.tsx respects viewbox if provided. (8c7d1c7)
- take advantage of mobx-keystone no longer requiring modelId, thus nodes do not re-mount and maintain context when loading saved snapshot. (6105a21)
- upgrade three to fix security alert (a5286bd)
- fix radio value number is cast to string, enable optional parser function for value (d9090f7)
- fix dieline panel overflow scroll not applied. (e496e5d)
- Crosshatch shelves widget. (8a63da2)
- fix workspace preferences not persisted (a97c6c3)
v0.0.3-alpha
v0.0.2-alpha
Other Changes
- Fixes #48 Do not update 3d texture while dragging. (ed2076d)
- Re-fit texture menu item in snap menu, fixes #34. (47d0133)
- snap origin to face triangle center + snap origin w/ texture to face triangle center + selected node to face triangle center, resolves #37. (079aeca)
- move snap menu to separate component. (f33a27b)
- Prevent orphaned texture editor buttons, fixes #45. (275b45c)
- make change in shape re-fit any applied texture in texture editor, fixes #35. (487148c)
- snap origin to image center, resolves #36. (6b91561)
- fix GTM reporting. (2e1d578)
- fix drag mode indicator is obscured by dragged texture by adding background color to mode indicator, make drag mode indicator vertical. (c2d260a)
- improve tour messaging (86aeb65)
- use unicode char to indicate drag modification is vertical only. (8089542)
- registration mark support for lasers and Graphtec, resolves #51. (4037983)
- upgrade all the deps. (d974f94)
- switch to mobx-keystone
- slow down preview shape auto rotate speed. (a8be5b4)
- fix netsPerPyramid options. (a3ce8b2)
- fix finOffsetRatio === 1 causes errors. (6b29e7d)
- fix holderTabsPerArc did not exceed wallsPerArc. (197387c)
- some improvements on abysmal file organization. (3e984a1)
- drop space background on texture editor. (621c0d9)
- fix persist schema change error workaround. (e4cac7c)
- refine tour messaging. (1a4defc, b166c94)
- README.md updates
- resize widget images. (33380f9)
- undo columns for image/intro. (8b522ab)
- scale down screenshots. (aad4718)
- scale down widget images (3e335d1)
- Update README.md. (c5a3eca)
- no more gaudy green, use material color from path. (468850f)
- more nesting according to react hierarchy. (ea0828b)
- convert to vite build system. (59a6b04)
- added CI/CD with Github Actions
- rebrand to Polyhedz (970e19f)
- change icon (0be34e5)
Some non-functional commit messages trimmed for berevity
0.0.1-alpha.1
v0.0.1-alpha.1 fix prod electron dieline toolbar style issues