Source codeCHANGELOG
0.2.4
Patch Changes
- update
guide link for /figma page
0.2.3
Patch Changes
- add
guide link into /figma page
0.2.2
Patch Changes
- update extension
icons (draft) - fix
markPluginOnboarded method of developer controller - [2] complete
figma-bridge functionality for extension
0.2.1
Patch Changes
- optimize
color unit components - fix
overflow visual issue into TabData Header component - refine
Sonner UI component
0.2.0
Minor Changes
- complete
figma-bridge functionality for extension - init
/figma popup page - integrate
data into FigmaBridge Global component - init
FigmaBridge Global component
0.1.16
Patch Changes
- ~ fix
size of ImageCell UI component - improve
favouritesController with optimistic UI updates
0.1.15
Patch Changes
- update
privacy-policy link in Details popup view - ~ fix
colors into ImageCell UI component
0.1.14
Patch Changes
- fix
initialization of developer and user controllers - implement
download functionality for images unit - refine
fontsExtractor for improved parsing fonts data
0.1.13
Patch Changes
- ~ fix
size issue in TabData Header sub-component - init
userController to manage user data - init
developerController for dev features - ~ reinit
favoritesController to manage favorites - init
backend lib file for interaction requests
0.1.12
Patch Changes
- add
Controls into Images popup details module - make
Controls UI component instead of Controls colors block
0.1.11
Patch Changes
- fix
colors inside of tailwind config - refactor
ImageCell UI component
0.1.10
Patch Changes
- integrate
/api/session request for activeTab tracking - update
PRIVACY_POLICY due to tracking changes
0.1.9
Patch Changes
- integrate
Sonner into Header Global component - init
Sonner UI component using shadcn/ui
0.1.8
Patch Changes
- refactor
ImagesUnit details block - remodel
Header Global component - init
NotFound UI component - edit
size of Container Global component
0.1.7
Patch Changes
- add
hasFavorites method for favoritesManager - add
onRemove prop for TabData in favorites view - add
view prop for TabData Header sub-component - upgrade
ExpandButton UI sub-component - init
/favorites popup page - init
Dropdown UI component based on shadcn/ui - decompose
Header into Logo and TabInfo components
0.1.6
Patch Changes
- init
favoritesManager file for Header Global component - init
favorites button in Header Global component
0.1.5
Patch Changes
- upgrade
Header Global component
0.1.4
Patch Changes
- init
imagesExtractor and ImagesUnit for its data - init
Gallery images block - init
ExpandButton UI sub-component (Button) - init
ImageCell UI component - init
/images popup sub-page
0.1.3
Patch Changes
- make
Controls colors block - init
useCopy custom hook - disable
scrollbar in extension interface - init
ColorCell UI component - init
Palette colors block - init
/colors popup sub-page
0.1.2
Patch Changes
- enhance
Button with wouter routing - configure
routing using wouter
0.1.1
Patch Changes
- fix
zip gulp script due changed manifest
0.1.0
Minor Changes
- add custom
icons for extension - update extension
details for alpha release
0.0.7
Patch Changes
- init
Typography UI component (dynamic) - add
isContrasted param to colorExtractor content script - add
bullshitFonts handling to fontsExtractor content script
0.0.6
Patch Changes
- pass
GET_TAB_INFO data into Header Global component - init
getTabInfo background worker for parsing activeTab data
0.0.5
Patch Changes
- refactor
fontsExtractor and FontsUnit popup block - enhance
ColorsUnit module with tooltip and copy action
0.0.4
Patch Changes
- optimize
Popup state handling of Units - init
colorsExtractor and ColorsUnit for its data - integrate
fonts data into FontsUnit popup block - init
fontsExtractor for parsing font data - init
FontsUnit popup block - init
Unit UI component
0.0.3
Patch Changes
- init
Header Global component - init
Container Global component - init
Layout Global component - init
Button UI component
0.0.2
Patch Changes
- init
views and modules project divisions
0.0.1
Patch Changes
- project configuration completed: CI/CD, Tailwind, Vite & TS setup
0.0.0
- init
extension project using create-chrome-ext