Skip to content

Releases: talon-one/offline-diff-viewer

v0.1.0

15 Dec 10:57
Compare
Choose a tag to compare

Bug Fixes

  • added a11y titles for all anchor tags (c8554ae)
  • added default labels to text blocks (8b94c0d)
  • added footer and corresponding css changes to avoid layout issues (35f8760)
  • added id to back button in navbar (0001e3f)
  • added missing titles in diffview of v2 (#138) (f8a6926)
  • added multiple canonical domains. and changed the title (4588056)
  • added nuxtjs and tailwind logo (9383f20)
  • added path to darkmode cookie (70ae6ef)
  • added shadow and border to subnav on diff page (de2b4e5)
  • added skip to main content button (0537ff2)
  • added theme for user tutorial too (74c0b21)
  • added typescript to lint staged (ddc10cd)
  • adding background to full modified lines (c695108)
  • adding icon.png for pwa (5004eed)
  • adding short description to title (8292e65)
  • back arrow color fix (2640984)
  • center aligning toast icon (71bdcc8)
  • changed height of page-contents grid rows (5bce081)
  • copy link short cut tutorial cookie was not injested (6460cce)
  • enabling eslint on typescript and fixing all eslint issues (a70412b)
  • enabling source map based on NODE_ENV (c62c351)
  • escaping all html/xml characters (66fb4d8)
  • fixed multiple toast issue (8f8629b)
  • fixed toast z index issue (fd1732d)
  • fixes for navbar back button vertical alignment and not showing diff if no data entered (6f3b701)
  • fixing copy content button in light mode (192ca4f)
  • fixing line number gutter height to have it edge to edge from top to bottom (1dfb437)
  • fixing release workflow (abf0166)
  • fixing text color in switching theme (dfbb73f)
  • fixing typescript missing type issue (1294d6e)
  • fixing vue prop binding issue (67d6de0)
  • footer,layout: moved footer to layout, and using sticky position for footer (4524a3c)
  • found mix-blend-mode chrome bug (40a5f04)
  • increasing z-index of toast (4c8a425)
  • major css layout fixes (99680b9)
  • major css layout fixes (44ea304)
  • making it mobile first (5dbbd91)
  • minor fix on toast style (f80c5cb)
  • not handelling ctrl + c if user has some text selected (aace8de)
  • not rendering dirver.js if no tutorials to show (1991883)
  • not vertically centering line number (08d13a0)
  • now comparing all text at once and showing diff (d1f8dc1)
  • removed FART Flash of replaced theme (a1afff2)
  • removed unwanted comments (b758e57)
  • removing flash of theme using nuxt plugins (d72533a)
  • removing sticky copy for now to fix hydration issue (fa82795)
  • several fixes (#134) (8eebc75)
  • showing apostophe symbol (10fb1f0)
  • showing error toast if no data on either side (8bafec2)
  • showing tick mark in all clipboard button on copy action (e0aadc6)
  • stretching flex item in diff view to show consistent UI (716e08a)
  • theme: dark mode toggle not working across refreshes (b2a838f)
  • toast: using fixed position toast (a29b331)
  • tutorial: tutorial is shown even after cookie is dropped (d085d84)
  • ui: fixed the line number alignment with text lines (2ef2ae7)
  • ui: keeping old diff as is with just new color changes (99d6b21)
  • ui: properly aligning the block labels (5c216f0)
  • ui: several minor fixes (955c30d)
  • updating user preference and cookie logic for theme detectioni (3beb8e3)
  • using correct file nemes in webapp manifest (82053c9)
  • using dark and light icons based on browser theme (78fa5cc)
  • using hash route for diff page so server can not read data (7846f18)
  • using info as default toast theme (5f17b74)
  • using invert filter for driver.js in dark mode only (2269d3b)
  • using little of...
Read more