Skip to content

Releases: jobtrek/grades-view-solid

v1.0.0-rc.0

20 Jan 10:23
2141395
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

compare changes

🩹 Fixes

  • Routes missing nodes on 404 and index template (f356612)
  • Hydration mismatches, fixes #2 (#2)

💅 Refactors

  • style: Change from sky to blue to be consistent (e66b534)

📖 Documentation

  • Add github pages link to readme (73a2cb0)
  • Add link to changelog (b3e7950)

v0.0.7

18 Jan 19:05
8b9aa8f
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • grades-context: Create new context provider for grades (b18b985)
  • grades-context: Use gradesContext for name (506399d)
  • grades-context: Move store functions to context (d543795)
  • grades-context: Move store memos to context (c0e70d9)
  • grades-context: Access new context on technical module page (9ecc17e)
  • grades-context: Convert pages from store to context access (dd82252)
  • forms: System to get translated labels for forms (413c22a)
  • forms: Add labels map to each forms (5d132c2)

🩹 Fixes

  • Github workflow branch name (0234439)
  • Create working 404 page (2b597ae)
  • grades-context: Fix context create memo parameters mismatch (8c91dc0)
  • reactivity: Client only notifications (5d90419)

💅 Refactors

  • Reorganise components in folders (d3a3bdf)
  • Create more lightweight tooltip, to avoid using ark-ui (3d6b5f4)
  • Remove ark ui dependency (7c6afdc)
  • Add labels translation (d95c175)

📦 Build

  • Configure to static generation with base url for github pages (456e186)
  • Add github action to build and deploy to pages (5ad4c3b)
  • Configure prerenderer to generate all pages at build time (8d69436)
  • Run build only on new git tags (will deploy only on new version) (a592668)

v0.0.6

17 Jan 19:49
9a610e7
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • module-autocomplete: Use createSelector to avoid unneeded signal update on For loop (59b47b8)

🏡 Chore

v0.0.5

17 Jan 16:47
b4c5bd5
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • home-page: Add welcome message (a6f47bc)
  • tooltips: Change tooltip default delays (4ddbe8a)
  • module-autocomplete: Add zag js state machine (800e2aa)
  • module-autocomplete: First combobox experiments (6f7ed42)
  • module-autocomplete: Experimentation's with custom combobox (a935e57)
  • module-autocomplete: Fine-tune combobox behaviour. (e43be4d)
  • module-autocomplete: Fix selection behaviour (24fdb3a)
  • module-autocomplete: Fix value transfers between combobox and form (d59f006)
  • averages-view: Change sub averages width (dc94117)

🩹 Fixes

  • grades-store: Module averages now calculated with same rounding (9739cc3)

🏡 Chore

  • tooling: Install prettier with eslint integration (312cd5b)

v0.0.4

12 Jan 15:15
525047b
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • module-autocomplete: Add combobox component (ddbdb30)
  • grades: Add tooltip component (fc118dc)
  • grades: Add button to remove grade (4e8207c)
  • grades: Add tooltip to module grades (b511089)
  • grades: Add delete action on module grades (7889aa6)

🩹 Fixes

  • tooling: Add eslint ignore file (e113ba4)

💅 Refactors

  • reactivity: Move averages computations to individual memos (85d183a)

v0.0.3

11 Jan 19:38
a4ba922
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • tpi-grade: Add input to update tpi grade (2140258)
  • grades-store: Add possibility to reset the store (d740648)

v0.0.2

11 Jan 17:54
861e32b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

compare changes

🚀 Enhancements

  • grades-store: Add types for new global grade store (31beadb)
  • grades-store: Change user name type to avoid null (36006af)
  • grades-store: Form to update student name (56825a5)
  • grades-store: Module grades now stored in gradesStore (e62d1ae)
  • grades-store: General branch semester now stored in gradesStore (ee5a7e5)
  • grades-store: All averages are now calculated from grades store (d631662)

🏡 Chore

  • grades-store: Add solid primitive time (b30e956)

🎨 Styles

  • grades: Add minus prefix to negative notes (32b8750)

v0.0.1

08 Jan 14:20
12f9dc5
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

compare changes

🩹 Fixes

  • Missing round, and average style (10d5430)
  • Type mismatch on modules add function (15eda64)
  • Replace createEffect with a computed property in grades section. (f652917)
  • Index loop for better performances (66312f6)
  • Little style improvements (786e282)
  • Color on modules form (453e1a7)
  • Form reset on submission (594fb2f)

💅 Refactors

  • Extract component props to dedicated interface (56edc57)

❤️ Contributors