Skip to content

September 2020

Compare
Choose a tag to compare
@rtivital rtivital released this 28 Sep 07:36
· 108 commits to master since this release
e5408e1

New tools:

  • CSS cursors
  • JavaScript Events Codes

Improvements of existing applications:

  • Option to download unstyled svg file to page dividers
  • More symbols were added to most used symbols collection
  • Tints were added to color shades generator with variable amount of generated colors
  • New Tilt page divider available in page dividers application
  • Add more correct triangle styles generation for jss

Migrations:

  • Color picker in HexInput migrated from react-color to react-colorfull – improved bundle size and styles options
  • All hooks were migrated to separate package – xooks
  • ESLint and prettier configuration migrated to separate package – @rtivital/eslint-config

Optimization and performance:

  • Migrate Source Sans Pro font from from npm package to Google fonts -> reduce loading times with cache
  • Remove unsued faker locales from fake data generator app -> reduce bundle size in half (2.2mb -> 1.31mb)
  • Replace all images used in triangle generator with single react component -> 8 less requests to load page
  • Remove tinycolor2 depenency -> -20kb to bundle
  • Remove react-input-slider depenency -> -60kb to bundle