Skip to content

Latest commit

 

History

History
274 lines (131 loc) · 12 KB

File metadata and controls

274 lines (131 loc) · 12 KB

Changelog

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

0.1.33 (2021-01-01)

Features

  • Obstacles: Add ability to draw obstacles (207d8f7)

Build System

  • eslint: Change react eslint config (480879e)
  • package.json: Change prettier command (c1aa335)

0.1.32 (2020-12-30)

Features

  • esc: Add ability to cancel tool using escape (fbff098)

Bug Fixes

  • imports: Remove redundant imports (11d1a96)

0.1.31 (2020-12-30)

Code Refactoring

  • imports : Refactor imports (9fbf9c1)
  • interfaces: Refactor all interface to have I prefix (1a7b818)

0.1.30 (2020-12-30)

Features

  • End node: Add end node color (7635b7f)
  • Keyboard: Add keyboard interaction (1320463)
  • src: Add block for tools when job is running (d4e3f91)
  • src: Add click detection (bf74bb0)
  • src: Add keyboard shortcuts and dynamic cursor (f98b08c)
  • store: Add tools to store (4147af0)

Build System

  • eslint: Add indent setting for switch case (398d871)

Code Refactoring

  • Adj list: Refactor adj list number to string (846b701)
  • Cursor: Refactor cursor to individual grids (09a24ce)

0.1.29 (2020-12-27)

Features

  • src: Add ability to reset grid (724e86e)

0.1.28 (2020-12-27)

Features

  • DFS: Add dfs algo (076e365)
  • src: Ability to select algo (6f19905)
  • store: Add selected algo to store (81d6367)

0.1.27 (2020-12-27)

Features

  • src: Add ability to start job (7504a3c)
  • store: Add job to redux (2671a0e)

Bug Fixes

Code Refactoring

  • dispatch: Refactor dispatch to useCallback (8a5dddd)

0.1.26 (2020-12-26)

Features

  • Grid: Link grid to store (3a35815)
  • store: Add grid size to store (0ccec90)

Build System

  • eslint: Exclude imports from line break (7ba5b3c)

Code Refactoring

  • Menu: Move menu to separate component (70f8c02)
  • Menu: Remove menu class (74107e1)

0.1.25 (2020-12-26)

0.1.24 (2020-12-26)

0.1.23 (2020-12-26)

0.1.22 (2020-12-26)

0.1.21 (2020-12-26)

0.1.20 (2020-12-26)

0.1.19 (2020-12-26)

0.1.18 (2020-12-26)

0.1.17 (2020-12-26)

0.1.16 (2020-12-26)

0.1.15 (2020-12-26)

Bug Fixes

  • cd: Fix missing git credentials (41da6ce)

0.1.14 (2020-12-26)

0.1.13 (2020-12-26)

CI

  • CD: Fix missing deploy script (230c90f)

0.1.12 (2020-12-26)

Features

  • index: Change html titile (a0314eb)
  • src: Add static UI elements (d1ea030)
  • src: Toggle Buttons (61dda26)

Bug Fixes

Styling

  • all: Lint codebase according to new rules (b9fbc56)
  • src: Fix App.tsx formatting (2055299)

Build System

  • eslint: Add eslint configs (f24c250)
  • eslint: Add Max Character Width (ef841d7)

Code Refactoring

  • src: Refactor inline styles to classname (395f00e)

Others

0.1.11 (2020-12-25)

Bug Fixes

  • src: Fix missing key in map (dd7eaa0)

Build System

  • deps: Install and configure husky, eslint, prettier (f35beb8)
  • deps: Install husky and lint staged (d7fb2ed)
  • Test: Test commit hook linter (8c90ec2)

Code Refactoring

  • Refactor: Refactor code styles (014d84b)

Styling

  • Line Break: Test line break of commit hook (605e312)
  • Refactor: Fix code print width (443fab6)

0.1.10 (2020-12-25)

Build System

  • tsconfig: Change base url (82f24e8)

Code Refactoring

  • src: Refactor imports to root (7fb1bf2), closes #11

0.1.9 (2020-12-25)

Build System

  • deps: bump node-notifier from 8.0.0 to 8.0.1 (79bedca)

0.1.8 (2020-12-25)

Build System

  • deps: bump ini from 1.3.5 to 1.3.8 (1e918a1)

0.1.7 (2020-12-25)

0.1.6 (2020-12-25)

0.1.5 (2020-12-25)

0.1.4 (2020-12-25)

0.1.3 (2020-12-25)

0.1.2 (2020-12-25)

Docs

  • readme: Add release documentation (fd8c9c8)

0.1.1 (2020-12-25)

Build System

  • dependencies: Add release scripts (61bd831)

0.1.0 (2020-12-25)

Features

  • store: Add obstacles selector, action, reducer (cfe5803)
  • store: Add obstacles state (07c73e1)
  • store: Add store setup (c8a7c7e)
  • types: Add GridItem interface (62bc5ec)

Build System

  • dependencies: Install semver dependencies (457a1be)