🚀RELEASE v0.3.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp Dormann 2021-01-15 20:20:02 +01:00
parent c81b34c1d0
commit 7cd24cd51d
4 changed files with 159 additions and 133 deletions

View File

@ -2,14 +2,40 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [0.3.0](https://git.odit.services/lfk/frontend/compare/0.2.1...0.3.0)
- Merge pull request 'feature/16-org-management' (#32) from feature/16-org-management into dev [`#16`](https://git.odit.services/lfk/frontend/issues/16)
- Merge commit 'fcd657c10ea14290455cfb0bf2de89375a664143' into dev [`#31`](https://git.odit.services/lfk/frontend/issues/31)
- ✨ added Org base components [`bdc0de6`](https://git.odit.services/lfk/frontend/commit/bdc0de6adab2db95e6075a993bd50317e9e36eb5)
- 🏬 OrgDetail ui [`7a09869`](https://git.odit.services/lfk/frontend/commit/7a09869b0ca9d5dd38cf0c0010b71ab9ce6c6f40)
- 🏁 finish basic functionality of AddOrgModal + OrgDetail [`9324925`](https://git.odit.services/lfk/frontend/commit/93249258c6b0f34da22f0ed5d290b437d221a8fd)
- ✨ basic functionality in OrgDetail [`0e2a10f`](https://git.odit.services/lfk/frontend/commit/0e2a10fe94075b3cda8ef3ebae6a6159a2e6bbf9)
- 🐞 fix sidebar mobile-md scaling [`fcd657c`](https://git.odit.services/lfk/frontend/commit/fcd657c10ea14290455cfb0bf2de89375a664143)
- 🔨 reorder CI build order for correct license exporting [`7d58657`](https://git.odit.services/lfk/frontend/commit/7d58657c800e9e494c1d1f098ad0dc34d1f0cd8d)
- 💬 AddOrgModal bindings [`bc239ee`](https://git.odit.services/lfk/frontend/commit/bc239eead1d1a29c9662d94db797c6bf23e43166)
- ✨ improvements in OrgOverview [`0b9f3de`](https://git.odit.services/lfk/frontend/commit/0b9f3de47c0c8b750c38da07e53927ba55ef3499)
- 🔨 config compatibility for new Snowpack V3 bundler [`32ffa34`](https://git.odit.services/lfk/frontend/commit/32ffa345cde67b1affe2750add620522c0a24577)
- 🧹 general component cleanup [`157c7c6`](https://git.odit.services/lfk/frontend/commit/157c7c66b57c3a5053c780682402d3615fbc046a)
- ⏫ basic dependency bump [`6fc3c16`](https://git.odit.services/lfk/frontend/commit/6fc3c16073555fffd55773218c5c2eed361f076b)
- 🌎 i18n [`01c01a4`](https://git.odit.services/lfk/frontend/commit/01c01a46faa9332a2e437861fdb42afe962da833)
- ⏫ bump gridjs to 3.2.2 [`6ff9069`](https://git.odit.services/lfk/frontend/commit/6ff90694e288356e16f5226a6e0a054e6fec8b3f)
- [tmp] - disable serviceworker [`0fa107a`](https://git.odit.services/lfk/frontend/commit/0fa107a75bc33046758bc42523262a566da9f60f)
- new license file version [CI SKIP] [`ad34e45`](https://git.odit.services/lfk/frontend/commit/ad34e455ceedc0e0ccca5ccd86f7f011a7667873)
- ⏫ Bump Dockerfile builder to 15.5.1-alpine3.12 [`01fdd0b`](https://git.odit.services/lfk/frontend/commit/01fdd0bee2199bb58373aecc9942591a2d45011a)
- new license file version [CI SKIP] [`87926e6`](https://git.odit.services/lfk/frontend/commit/87926e69dbd5b93b2c98cd68fb31913259e3cc00)
- 🐳 Dockerfile - drop js sourcemaps [`4b80f30`](https://git.odit.services/lfk/frontend/commit/4b80f30afbfb8c16b9395fb310f309c516c48a17)
#### [0.2.1](https://git.odit.services/lfk/frontend/compare/0.2.0...0.2.1) #### [0.2.1](https://git.odit.services/lfk/frontend/compare/0.2.0...0.2.1)
> 13 January 2021
- 🔒 UserDetail - WIP on Permissions [`36a084e`](https://git.odit.services/lfk/frontend/commit/36a084eab6bd0c922da29ebb2d260ba803bf9675) - 🔒 UserDetail - WIP on Permissions [`36a084e`](https://git.odit.services/lfk/frontend/commit/36a084eab6bd0c922da29ebb2d260ba803bf9675)
- 👪 UserDetail - group edit support [`a9e319e`](https://git.odit.services/lfk/frontend/commit/a9e319e0c0f2bfaba42bc3af875462e394489dc2) - 👪 UserDetail - group edit support [`a9e319e`](https://git.odit.services/lfk/frontend/commit/a9e319e0c0f2bfaba42bc3af875462e394489dc2)
- 🙋‍♂️ UserDetails - group updating [`041c24a`](https://git.odit.services/lfk/frontend/commit/041c24a837d58ff46362699b54e8088f22ba2daa) - 🙋‍♂️ UserDetails - group updating [`041c24a`](https://git.odit.services/lfk/frontend/commit/041c24a837d58ff46362699b54e8088f22ba2daa)
- ⚡ shared state reactivity - AddUserModal-Users-UsersOverview [`f7acbb1`](https://git.odit.services/lfk/frontend/commit/f7acbb1eaa14ddf41e29ff1db631520123218289) - ⚡ shared state reactivity - AddUserModal-Users-UsersOverview [`f7acbb1`](https://git.odit.services/lfk/frontend/commit/f7acbb1eaa14ddf41e29ff1db631520123218289)
- ✨ AddUserModal + UserDetail - optional username field [`7df76f9`](https://git.odit.services/lfk/frontend/commit/7df76f9642b528586fd654f27148b5502400ffdf) - ✨ AddUserModal + UserDetail - optional username field [`7df76f9`](https://git.odit.services/lfk/frontend/commit/7df76f9642b528586fd654f27148b5502400ffdf)
- UserDetail - fixed group updating [`e6fbf7a`](https://git.odit.services/lfk/frontend/commit/e6fbf7aa5b230733ffd92fdfe851b9f86001c859) - UserDetail - fixed group updating [`e6fbf7a`](https://git.odit.services/lfk/frontend/commit/e6fbf7aa5b230733ffd92fdfe851b9f86001c859)
- 🚀RELEASE v0.2.1 [`2bbaa50`](https://git.odit.services/lfk/frontend/commit/2bbaa500f4ca56e41613cac12228f4e3327180ab)
- 💬 UserDetail - info Toasts [`ea23b97`](https://git.odit.services/lfk/frontend/commit/ea23b972315db39e1f800366d52e3bacf9eaf58b) - 💬 UserDetail - info Toasts [`ea23b97`](https://git.odit.services/lfk/frontend/commit/ea23b972315db39e1f800366d52e3bacf9eaf58b)
- 🔨 optimized release script [`23c3cd6`](https://git.odit.services/lfk/frontend/commit/23c3cd605db950a5620ea709748216f7ea034385) - 🔨 optimized release script [`23c3cd6`](https://git.odit.services/lfk/frontend/commit/23c3cd605db950a5620ea709748216f7ea034385)
- 🐞 fix package release script: locales directory [`722a20e`](https://git.odit.services/lfk/frontend/commit/722a20e141079302da8876be1ccc55026c588048) - 🐞 fix package release script: locales directory [`722a20e`](https://git.odit.services/lfk/frontend/commit/722a20e141079302da8876be1ccc55026c588048)

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/lfk-frontend", "name": "@odit/lfk-frontend",
"version": "0.2.1", "version": "0.3.0",
"scripts": { "scripts": {
"i18n-order": "node order.js", "i18n-order": "node order.js",
"dev": "snowpack dev", "dev": "snowpack dev",

View File

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.2.1-RELEASE_INFO</span> <span style="display: none;visibility: hidden;" id="buildinfo">RELEASE_INFO-0.3.0-RELEASE_INFO</span>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
<script src="/env.js"></script> <script src="/env.js"></script>
<script defer type="module" src="/_dist_/index.js"></script> <script defer type="module" src="/_dist_/index.js"></script>

View File

@ -1,132 +1,132 @@
{ {
"404message": "Sorry, the page you are looking for could not be found.", "404message": "Sorry, the page you are looking for could not be found.",
"404title": "Error 404", "404title": "Error 404",
"about": "About", "about": "About",
"action": "Action", "action": "Action",
"add-your-first-track": "Add your first track", "add-your-first-track": "Add your first track",
"application_name": "Lauf für Kaya! - Admin", "address": "Address",
"author": "Author", "application_name": "Lauf für Kaya! - Admin",
"browse": "Browse", "author": "Author",
"by": "by", "browse": "Browse",
"cancel": "Cancel", "by": "by",
"cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity", "cancel": "Cancel",
"changelog": "Changelog", "cannot-reset-your-password-directly": "Bummer. We unfortunately cannot reset your password directly. Please send us a mail and confirm your identity",
"close": "Close", "changelog": "Changelog",
"confirm-delete": "Confirm Delete", "close": "Close",
"count_organizations": "# Organizations", "confirm-delete": "Confirm Delete",
"count_teams": "# Teams", "contact": "Contact",
"create": "Create", "count_organizations": "# Organizations",
"create-a-new-track": "Create a new Track", "count_teams": "# Teams",
"create-user": "Create User", "create": "Create",
"credits": "Credits", "create-a-new-track": "Create a new Track",
"dashboard-greeting": "hello there", "create-organization": "Create Organization",
"dashboard-title": "Dashboard", "create-user": "Create User",
"datatable": { "credits": "Credits",
"search": "🔍 Search...", "dashboard-greeting": "hello there",
"sort_column_ascending": "Sort column ascending", "dashboard-title": "Dashboard",
"sort_column_descending": "Sort column descending", "datatable": {
"previous": "Previous", "search": "🔍 Search...",
"next": "Next", "sort_column_ascending": "Sort column ascending",
"page": "Page", "sort_column_descending": "Sort column descending",
"showing": "Showing", "previous": "Previous",
"records": "Records", "next": "Next",
"of": "of", "page": "Page",
"to": "to", "showing": "Showing",
"loading": "Loading...", "records": "Records",
"no_matching_records_found": "No matching records found", "of": "of",
"an_error_happened_while_fetching_the_data": "An error happened while fetching the data" "to": "to",
}, "loading": "Loading...",
"delete-user": "Delete User", "no_matching_records_found": "No matching records found",
"dependency_name": "Name", "an_error_happened_while_fetching_the_data": "An error happened while fetching the data"
"dont-have-your-email-connected": "Don't have your email connected?", },
"dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌", "delete-organization": "Delete Organization",
"drag-and-drop-your-files-or": "Drag & Drop your files or", "delete-user": "Delete User",
"e-mail-adress": "E-Mail Adress", "dependency_name": "Name",
"email_address_or_username": "Email / username", "dont-have-your-email-connected": "Don't have your email connected?",
"error_on_login": "Error on login", "dont-panic-were-resetting-it": "Don't panic, we're resetting it ✌",
"faq": "FAQ", "drag-and-drop-your-files-or": "Drag & Drop your files or",
"filepond__abort": "Abort", "e-mail-adress": "E-Mail Adress",
"filepond__cancel": "Cancel", "email_address_or_username": "Email / username",
"filepond__error-during-load": "Error during load", "error_on_login": "Error on login",
"filepond__error-during-remove": "Error during remove", "faq": "FAQ",
"filepond__error-during-revert": "Error during revert", "filepond__abort": "Abort",
"filepond__error-during-upload": "Error during upload", "filepond__cancel": "Cancel",
"filepond__field-contains-invalid-files": "Field contains invalid files", "filepond__error-during-load": "Error during load",
"filepond__loading": "Loading", "filepond__error-during-remove": "Error during remove",
"filepond__remove": "Remove", "filepond__error-during-revert": "Error during revert",
"filepond__retry": "Retry", "filepond__error-during-upload": "Error during upload",
"filepond__size-not-available": "Size not available", "filepond__field-contains-invalid-files": "Field contains invalid files",
"filepond__tap-to-cancel": "tap to cancel", "filepond__loading": "Loading",
"filepond__tap-to-retry": "tap to retry", "filepond__remove": "Remove",
"filepond__tap-to-undo": "tap to undo", "filepond__retry": "Retry",
"filepond__undo": "Undo", "filepond__size-not-available": "Size not available",
"filepond__upload": "Upload", "filepond__tap-to-cancel": "tap to cancel",
"filepond__upload-cancelled": "Upload cancelled", "filepond__tap-to-retry": "tap to retry",
"filepond__upload-complete": "Upload complete", "filepond__tap-to-undo": "tap to undo",
"filepond__uploading": "Uploading", "filepond__undo": "Undo",
"filepond__waiting-for-size": "Waiting for size", "filepond__upload": "Upload",
"first-name": "First name", "filepond__upload-cancelled": "Upload cancelled",
"first-name-is-required": "First Name is required", "filepond__upload-complete": "Upload complete",
"forgot_password?": "Forgot your password?", "filepond__uploading": "Uploading",
"general-stats": "General Stats", "filepond__waiting-for-size": "Waiting for size",
"general_promise_error": "😢 Error", "first-name": "First name",
"goback": "Go Home", "first-name-is-required": "First Name is required",
"groups": "Groups", "forgot_password?": "Forgot your password?",
"hallo": "hello", "general-stats": "General Stats",
"installed-version": "Installed version", "general_promise_error": "😢 Error",
"invalid-mail-reset": "the provided email is invalid", "goback": "Go Home",
"last-name": "Last name", "groups": "Groups",
"last-name-is-required": "Last Name is required", "hallo": "hello",
"lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.", "installed-version": "Installed version",
"license": "License", "invalid-mail-reset": "the provided email is invalid",
"licenses-are-being-loaded": "Licenses are being loaded...", "last-name": "Last name",
"log_in": "Log in", "last-name-is-required": "Last Name is required",
"log_in_to_your_account": "Log in to your account", "lfk-is-os": "The \"Lauf für Kaya!\" Frontend is (like all other projects for the \"LfK!\" Also) an open source project.",
"login_is_checked": "Login is being checked...", "license": "License",
"logout": "Logout", "licenses-are-being-loaded": "Licenses are being loaded...",
"mail-validation-in-progress": "mail validation in progress...", "log_in": "Log in",
"manage-admin-users": "manage admin users", "log_in_to_your_account": "Log in to your account",
"middle-name": "Middle name", "login_is_checked": "Login is being checked...",
"minimum-lap-time-in-s": "minimum lap time in s", "logout": "Logout",
"no-license-text-could-be-found": "No license text could be found 😢", "mail-validation-in-progress": "mail validation in progress...",
"no-tracks-added-yet": "there are no tracks added yet.", "manage-admin-users": "manage admin users",
"orgs": "Orgs", "middle-name": "Middle name",
"oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!", "minimum-lap-time-in-s": "minimum lap time in s",
"password": "Password", "no-license-text-could-be-found": "No license text could be found 😢",
"password-is-required": "Password is required", "no-tracks-added-yet": "there are no tracks added yet.",
"please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.", "organizations": "Organizations",
"profile-picture": "Profile Picture", "orgs": "Orgs",
"read-license": "Read License", "oss_credit_description": "We use a lot of open source software on these projects, and would like to thank the following projects and contributors who help make open source great!",
"register": "Register", "password": "Password",
"repo_link": "Link", "password-is-required": "Password is required",
"reset-my-password": "Reset my password", "please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.",
"runners": "Runners", "profile-picture": "Profile Picture",
"save-changes": "Save Changes", "read-license": "Read License",
"send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services", "register": "Register",
"settings": "Settings", "repo_link": "Link",
"signout": "Sign out", "reset-my-password": "Reset my password",
"stats-are-being-loaded": "stats are being loaded...", "runners": "Runners",
"teams": "Teams", "save-changes": "Save Changes",
"this-might-take-a-moment": "This might take a moment 👀", "send-a-mail-to-lfk-odit-services": "send a mail to lfk@odit.services",
"total-distance": "total distance", "settings": "Settings",
"total-donations": "total donations", "signout": "Sign out",
"total-scans": "total scans", "stats-are-being-loaded": "stats are being loaded...",
"track-added": "Track added", "teams": "Teams",
"track-data-is-being-loaded": "Track data is being loaded", "this-might-take-a-moment": "This might take a moment 👀",
"track-is-being-added": "Track is being added...", "total-distance": "total distance",
"track-length-in-m": "Track Length in m", "total-donations": "total donations",
"track-name": "Track name", "total-scans": "total scans",
"tracks": "Tracks", "track-added": "Track added",
"updating-user": "updating user...", "track-data-is-being-loaded": "Track data is being loaded",
"user-updated": "User updated", "track-is-being-added": "Track is being added...",
"username": "Username", "track-length-in-m": "Track Length in m",
"users": "Users", "track-name": "Track name",
"valid-email-is-required": "valid email is required", "tracks": "Tracks",
"welcome_wavinghand": "Welcome 👋", "updating-user": "updating user...",
"your_profile": "Your Profile", "user-updated": "User updated",
"organizations": "Organizations", "username": "Username",
"create-organization": "Create Organization", "users": "Users",
"contact": "Contact", "valid-email-is-required": "valid email is required",
"address": "Address", "welcome_wavinghand": "Welcome 👋",
"delete-organization": "Delete Organization" "your_profile": "Your Profile"
} }