Releases: rht-labs/lodestar-frontend
Releases · rht-labs/lodestar-frontend
v1.1.9
Refactor user management component (#373) * add field validation to user-fields * make the validation for each row * fix regex * include role in validation, and add cancel button to remove all changes from save * do not let user save empty strings * refactor the logic to use reducer * copy the regex from validate.js library * update the emapty state for engagement users * empty state for points of contact * make the empty state a bit smaller * rerun the PR * apply feedbacks - remove the empty state buttons * fix the misalignment of the user engagement tables * remove unused items * initial fixes * refactoring user engagement component * remove prop drilling through engagement overview page * fixed desctructuring error * refactor user engagement * update the user row * make add user work * initial attempt * engagement artifacts * artifacts * initial progress on users hook * new user hook * modifications for user state * engagement user manager * re-added validation * formatting * fixed broken tests and removed stale ones Co-authored-by: Spencer Stolworthy <[email protected]> Co-authored-by: Spencer Stolworthy <[email protected]>
v1.1.8
Hosting env tweaks (#372) * bugfixes for artifacts * removed console log: * clear engagement changes when exiting modal * removed unused import * renamed use case to case story * add date to config json to avoid caching * fixed syntax error on qs * fixed tooltip on ready check * fixed tests * added back delete when engagement has not launched * readded delete Co-authored-by: Spencer Dean Stolworthy <[email protected]>
v1.1.7
Multiple hosting ui improvements (#364) * add date to config json to avoid caching * fixed syntax error on qs * added ReadyCheck component, refactored the required fields warning to use ReadyCheck * ready check functioning as expected. can add HE after launch * removed delete * updated tests Co-authored-by: Spencer Dean Stolworthy <[email protected]>
v1.1.6
Multiple hosting envs (#361) * add date to config json to avoid caching * fixed syntax error on qs * recommit of wip for mulltiple envs * updated gitignore * added warning TODO * working multiple env progress * multiple env progress and updates for tests * fixed tests * actually fixed tests... * fixes for build errors * hosting environment limit * updated snapshots * snapshots * fixed required fields warning
v1.1.5
Fix sorting issue in engagement-duplication (#360) * duplicate engagement * apply feednack * fix wording * fix snap test * apply feedback * fix sorting issue
v1.1.4
Tag hotfix (#357) * add date to config json to avoid caching * fixed syntax error on qs * hotfix for tags * added todo comment, removed console log
v1.1.3
Tag hotfix (#357) * add date to config json to avoid caching * fixed syntax error on qs * hotfix for tags * added todo comment, removed console log
v1.1.2
Commit message hotfix (#356) * add date to config json to avoid caching * fixed syntax error on qs * added commit message * fixed tests
v1.1.1
BugFix - Storage Size default to select-storage-size (#352)
v1.1.0
Analytics (#351) * add date to config json to avoid caching * fixed syntax error on qs * initial page navigation tracker * fixes for tests * removed app test * removed obsolute snapshot * added ad tracker to serializer * modifications for log event * fixed tests * trigger tests * remove commented out workflow items in GH actions * added whatsmytoken route * additional analytics events * fixes for tests * additional events and refactoring * Update google_analytics.ts