Releases: fractal6/fractal6-ui.elm
Releases · fractal6/fractal6-ui.elm
v0.8.4
🚀 Features
- Add new view mode with url query
?view=embed
(iframe compatible) - Open link in newtab in embed view mode
🐛 Bug Fixes
- (Project/draft) Show edit button for admin only
◀️ Revert
- Elm-graphql update as alias is not working well.
🚜 Refactor
- (chore) Elm-spa dependency + import Spa code
- (chore) Use session instead of conf.
Hotfix
- Fix actionPanel to remove user from the members page
- Reorder users like labels in filter box
- Fix graphpack right click (context menu)
- (ui) Improve mobile fit
v0.8.3
⛰️ Features
- [ui] make roles accessible with dropdown menu in the tree left menu
- [ux] add a notification box if client version is outdated.
- [ux/edition] allow to check/uncheck checkboxes in messages (Markdown) by clicking.
- [ux/edition] use arrows to navigate in the user mention selection (@...).
- [members view] new option for Owner to grant user Owner.
- [members view] Show pending roles in user row if any.
- [members view] Use a modal confirmation before adding new owner
🐛 Bug Fixes
- [ui] Improves alignments and size and colors of various items
- [ui] fix order of selected labels in the filter box.
- [ui] make "open contracts hints" in Overview page only visible by circle coordos.
- [ui] Improve node tag descriptors view + improve tag alignment.
- [ux] Redirect to valid link when user link himself to a role from the members page.
- [ux] Add "Remove guest" entry in the ellipsis menu.
- [ux] fix duplicate tensions if tree menu open.
- [ux] Disable clickability for email-invited users without accounts in contract view
- [ux] Improve contract duplicate error messages and redirection + better user context reload on page refresh.
- [ux] Open link in a new tab in the contract confirm modal.
- [ux/orga map] Fix Graphpack navigation, and right-click menu.
- [tree view] Show open contracts when roles are collapsed.
- [ux/edition] when entering after en empty list, exit the list (markdown).
- [ui/edition] Parse and decode url automatically in markdown text.
- [project view] open tension in new tab link + i18n.
- [project view] Fix moving column in project board.
- [project view] Keep adding draft after typing enter.
- [members view] Fix adding role to users from members page.
🚜 Refactor
- [codefactor] simplify the modular port decoder
- Action panel + no new tension action for membersipNode.
🎨 Styling
- [tree view] Increase the menu width and item spacing.
- Choose organisation, with a 's'
v0.8.2
New
- UX: add 'convert to tension' and 'remove draft' in the draft panel.
Fixed
- Tensions: Show again the number of closed tensions in the tensions view.
- Tensions: Show again the tensions in the "By assignees" tab.
- Board: fix the scroll position when clicking on a card option in long column.
- Board: draft comment was not transfered to new tension form when converting.
- UX: usee 3-dot dropdown button in the circle card.
- UI: highlight the answer/comment in tension page when redirected from notification page.
- UI: stay on the selection view for tensions (Tensions|Jounal) in the overview page when navigating the organization.
Changed
- UX: Improve the graphpack UX by zooming one circle at a time.
- UI: better rendering optimization with lazy module.
- upgrade dependencies.
v0.8.1
v0.8
New
- [MAJOR]: Projects management feature: https://fractale.co/tension//0x33ea36
- Add user password reset, in user settings page.
- Show open contracts in circle about section, in overview page.
- New role for users can directly added in the members tab.
Changed
- Better title for Document and Contracts tab, in tension page.
- data URI change from /data to /assets.
- show #members and #watcher in the organization explore page.
Fixed
- Fix navigation context when navigating from Document or Contracts, in tension page.
- multiple code refactor: Comments is now a components, rename WebData -> RestData, and ++.
v0.7.9
New
- Tree selector for targets/recipients for moveTension and newTension input
- Add hint helper beside Authority/Governance input for new Role/Circle and for visibility choice at org creation.
- Search panel helper when mentionning user with "@" character. Available for
- tension comment input.
- new tension form.
- contrant comment input.
Changed
- Increase the max number of users showed in user mention search box.
- Update package.json
Fixed
- Make schema compatible with dgraph v22.
- ContractPage loading race condition.
- Add nameTooLong error + hint.
- Show sub/top section of labels/roles in settings only if present.
- Fix label context: https://fractale.co/tension/f6/0x349bda
- Markdown unbreakable space ignore when AltGr is pressed.
- Loading state not updated sometimes on tensions page loaded
- Accept "%" character in markdown autolink parsing.
- List autocompletion for large input value.
- Fix markdown link parsing for french character (accents)
- Open new tab by default in foorbar links
- Light color themes fixes.
v0.7.5
New
- Tension pin support.
- make tension category explicit in tension view.
- new https://fractale.co/help route to give feedback.
Changed
- ui/refactor: the help button triggers now a drop-down before opening the modal.
- ui: slight header highlight for authored comments.
Fixed
- tension can now be moved to the root circle.
v0.7.4
Fixed
- ui: make labels clickable in tension view.
- ui: fix theme/color background color for tension type tag.
- ui: fix theme/color for Announcement.
- ui: fix break-word overflow in message box
- ui: fix left menu padding when navigating out and in organization page + footer margin.
- ui: do not parse error markdown message with the f6 md parser.
- schema: remove obsolete Node.mandate and NodeFragment.children fields
v0.7.3
New
- Tension editor (new tension and comment) are resizable, horizontally and vertically.
- User reactions (emojis) in tension/comments with a vital set of emojis proposed.
- Tension board view by assigned user.
Changed
- When filtering tensions to see either Announce, Alert or Governance types, use all status (open and close) by default instead of just open tensions as the the open/close status make less significance for those types.
Fixed
- resize footer page when the left menu is open.
v0.7.2
New
- column headers in circle view (Tensions page) clickable to filter for only those.
- label are clickable to see a filtered list of tension with this label.
- status page (https://status.fractale.co) linked in the page footer.
- notifications: add count hint for new tension, contract and assigned tensions.
- markdown: add new formatting entry for lists.
- markdown: a help button that displays an overview of the markdown syntax.
Changed
- improve error message for non authorized tensions creation.
- improve error message for duplicate name for new organization.
- improve dark theme for emoticon and graph packing (organization circles colors) and background.
- improve message when leaving an organization.
- inverse close and comment button position.
- perf: add willReadFrequently attribute to hidden canvas.
Fixed
- About page layout overflow.
- notification back button
- markdown "rich syntax" to better handler selection.