- 0.4.1 - ...
- Fixed: workspace settings now correctly works both for direct visits and router-segue.
- Fixed problem with opening Team after new workspace creation
- Affected components go to typescript.
- Improved router links inheritance
- Improved project structure:
--
projects
folder renamed toproject
. -- Project Settings moved to/project/settings
--workspaces
renamed toworkspace
- Improve settings components naming and consistence:
-- Base popup layout now named
Layout.vue
-- Main settings (account/workspace/project) now namedGeneral.vue
PopupWindow
component now contains thecontent
slot. It allows incapsulating data-fetching atLayout.vue
(seeWorkspace/Layout.vue
)- Fix
abbreviation
filter when it accepts string likeWord
(with spaces)
- 0.3.0 -
New
- event grouping dates now stored in unix timestamp
- 0.2.0 -
New
- Changelog started - 0.2.1 -
New
- Add "ripple" amimation effect to clickable elements - 0.2.2 -
New
-JS Events
: User-Agent and Window size details added