Skip to content

Latest commit

 

History

History
340 lines (215 loc) · 24.2 KB

CHANGELOG.md

File metadata and controls

340 lines (215 loc) · 24.2 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

3.0.1 (2024-12-26)

Bug Fixes

3.0.0 (2024-12-26)

Bug Fixes

2.0.2 (2024-03-05)

2.0.1 (2023-12-28)

2.0.0 (2023-12-28)

Features

Bug Fixes

  • correct column styling, update types (c83e828)

1.7.8 (2023-09-16)

1.7.7 (2023-08-14)

Bug Fixes

1.7.6 (2023-08-10)

Bug Fixes

  • change vh to dvh, set column width/height, remove unused styles (b6e220e)

1.7.5 (2023-07-15)

1.7.4 (2023-03-29)

Features

Bug Fixes

1.7.3 (2023-03-25)

Features

  • add sticky headers to settings (a9e9f53)

Bug Fixes

  • add button color to icon buttons (3a4cbe8)
  • update column styles (20268a3)

1.7.2 (2023-03-11)

Bug Fixes

  • correct deadline input label (aa3b5dc)
  • use Title instead of Document (aa42c37)

1.7.1 (2023-02-18)

Features

  • add note field to application (96b39b0)

Bug Fixes

  • remove cdk-virtual-scroll-viewport (8af7b8f)

1.7.0 (2023-02-02)

Features

  • column/application-card: add external link to card on hover (fc8cec0)
  • dashboard/job-selector: redesign sidenav and make toolbar permanent (73d8e17)

Bug Fixes

  • remove unnecessary tooltip usage (fafd3c5)

1.6.0 (2023-01-31)

Features

  • implement application panel (01f2dc2)

1.5.1 (2023-01-02)

Bug Fixes

  • add condition for more than a year ago (38fdd5c)
  • small style fixes (f58e01d)

1.5.0 (2022-12-31)

Features

Bug Fixes

  • adjust icon and text alignment (bbd9fc2)
  • small style and layout changes (85f7598)

1.4.1 (2022-12-21)

Bug Fixes

  • remove background and border from spinner dialog (604560f)

1.4.0 (2022-12-14)

Bug Fixes

  • migrate to new Angular Material components (91db48f)

1.3.1 (2022-12-07)

Bug Fixes

  • update icon colors in datepicker (22ab813)

1.3.0 (2022-11-11)

Features

Bug Fixes

  • add icon to open button (f936ffd)
  • update dashboard styles and layout (e46438c)
  • update how column observables are managed (7113229)

1.2.2 (2022-11-08)

Bug Fixes

1.2.1 (2022-11-08)

Features

  • add new font and icon set (0179746)

Bug Fixes

  • reload columns on changes (97d494b)
  • remove mark as touched reset on expansion (2300879)
  • update dashboard styling (48cc5c1)

1.2.0 (2022-11-06)

Features

  • add abstract firestore service, applications service, global service (06cff91)

1.1.1 (2022-11-03)

Features

  • add day-difference pipe and add difference time to application card (4237282)

Bug Fixes

  • set max date in datepicker for application info (a01e833)

1.1.0 (2022-11-01)

Features

  • add collapsible columns, refactor user settings to map (08fe08c), closes #20 #21

Bug Fixes

  • place focus on location input after expansion (7bf61a6)
  • styles: refactor to CSS variables where possible, add index files (8c5f201)
  • update drag and drop styling (ff171e8), closes #22
  • update scroll behavior on settings page (6a82502)

1.0.2 (2022-10-23)

Bug Fixes

1.0.1 (2022-10-19)

Features

  • add ApplicationTrackr logo to sidenav (cf645af)

Bug Fixes

  • replace privacy policy (863000d), closes #16
  • styles: refactor styles to use CSS variables and a single palette (de329e8), closes #15

1.0.0 (2022-10-07)

1.0.0-beta.6 (2022-10-06)

Bug Fixes

1.0.0-beta.5 (2022-10-06)

Features

Bug Fixes

  • update URL regex to support longer TLDs (b4740e4)

1.0.0-beta.4 (2022-09-01)

Bug Fixes

  • update sizing, padding, and margins (99a5243)

1.0.0-beta.3 (2022-08-31)

Bug Fixes

  • disable application drag and drop between columns on touch devices (5808a2b)

1.0.0-beta.2 (2022-08-16)

Bug Fixes

  • update to firebase function batchDelete (2d87311)

1.0.0-beta.1 (2022-08-13)

Bug Fixes

  • delete all associated applications when column is deleted (cb6851b)
  • prevent Safari from zooming in on input selection (36195e4)
  • revert previous column service changes (19a1094)
  • update job boards page layout (c3ca93a)

1.0.0-beta.0 (2022-08-10)

Features

  • add about page (bfdd697)
  • add analytics, applications, job-boards, and offers pages (d3f325e)
  • add angularfire and configure firebase (41b0eaa)
  • add application dialog with editable form (f5fca71)
  • add application sorting in columns (5adbf8d)
  • add auth page (aa85067)
  • add authentication system (d3c691a)
  • add board column layout for applications component (7b01cbe)
  • add board-column component (9e5598a)
  • add column collection docs when creating a new job board (45b4d94)
  • add column dialog for adding, editing, and reordering; dialog and column updates (4726589)
  • add columns service and model, update applications component to get columns (6319d34)
  • add confirmation-dialog and discard-dialog components (1e8f0bc)
  • add firebase-functions service with recursive delete (49058be)
  • add icons (d7f645e)
  • add more breakpoints and mobile subject to sidenav service (6f84459)
  • add new functionality and structure to sidenav, toolbar, and dashboard components (58db270)
  • add new icons (a6299fa)
  • add new icons (a0c11cb)
  • add notification service and component (6ced8fb)
  • add offer form and functionality, update application files (973897a)
  • add privacy policy (0297b1b)
  • add settings page with account management (5f230e9)
  • add sidenav service and toggle for mobile (27b6831)
  • add sign out to sidenav (d902e05)
  • add support for exsiting user login (c095659)
  • add user state management and job board service (0fe817d)
  • add wildcard content projection to alert (4eda107)
  • create base project structure (a2f5e85)
  • create project using Angular CLI (cfc6093)
  • implement job board functionality (c6ac202)
  • remove offers page (857b244)
  • update appearance page and theme service (2d3fa25)
  • update auth components (227f739)
  • update auth components, made forms and auth methods modular (9920999)
  • update columns and applications, add new-application-dialog (150812e)
  • update global items, add new global items (ee9819d)
  • update settings page layout and styles (2a8e04c)
  • update styles, add custom material themes and styles (83bba68)
  • upgrade to new title strategy (51a9963)

Bug Fixes

  • add auth guard to settings route (7a6fb89)
  • add class to toolbar (af153cf)
  • add columns array, refactor columns observable, update increment/decrement functionality (0bc0713)
  • add job-board-doc interface and update job-board model (70187da)
  • add wildcard route to routing module (2bf517d)
  • cast value to string in custom-validators (68b7f41)
  • code clean up (b6a0da2)
  • disable dialog close by clicking outside dialog or using esc (f6737a5)
  • fix job board issues and add total to job board doc (1c6226c)
  • fix services and update listeners for collections (79ad1b5)
  • hide analytics page and column menu button (5007e7a)
  • move board-column host class to component (6224220)
  • prevent navigation to step two before completing step one in delete account stepper (57ee9aa)
  • properly inject document into theme service (9567530)
  • refactor and update styles (c60b826)
  • refactor currentJobBoard in user to string value (7134c4d)
  • remove overflow style, add units to height styles (b43c067)
  • remove sidenav and toolbar components, move functionality into dashboard (3df6554)
  • remove sidenav observables destroy (4743d89)
  • replace akita with elf reactive store (f010530)
  • update auth domain (0631e94)
  • update classes and fix small issues (0e18a16)
  • update columns and applications (4d31759)
  • update confirmation message to display HTML (248441f)
  • update dialog panel classes and job-board-dialog (3cf875b)
  • update error handling during reauthentication (756489f)
  • update favicon (7b66957)
  • update job board component (1068386)
  • update loading indicator for columns (b756f9e)
  • update privacy-policy (b694080)
  • update styles and fix small issues (f23b5c0)
  • update user-data service to properly create new user doc and handle undefined errors (ecb0c1e)