Releases: dominikfryc/diffix
Releases · dominikfryc/diffix
Release list
v1.0.0-next.1
1.0.0-next.1 (2024-02-04)
Features
- add library implementation (ee29fb0)
- add npm provenance (aa9d88a)
- button: move side effects to index, register custom element only if it is not defined already (a316123)
- change alias colors tokens, add form tokens (09fbe08)
- change color tokens, use
oklch, update documentation and default values in variables (d0c988b) - change imports from index instead of class file (fcdc909)
- ci: add deployment environment and remove netlify deploy action (566822a)
- demo: change demo to use typescript (9dd2f7c)
- initial commit (b1357b8)
- serve Inter font locally instead of Google Fonts (b1a8c6a)
Bug Fixes
- add
@fontsource-variable/interto dependencies (d31e0be) - button: change imports from index instead of class file (f8e4c72)
- button: change variant outlined background to transparent (2c7ffd9)
- button: component width fits content (e536230)
- change css variable
--dfx-form-border-activedefault value (e77e0ce) - change relative path for creation, imports include extensions (d4fd69b)
- fix branch name in links (b05a49a)
- fix grid columns in component styles (0d5c691)
- input: fix button disabled when using min and max and value is 0 (8fca60d)
- input: fix disabled state when focused (74cf753)
- input: fix keyboard control, remove pointer events from svg slotted in button (9417aeb)
- remove css
containproperty from component styles (c2ce2dc) - remove visibility hidden from not defined elements in default theme (f596248)
- update README and Getting started (#2) (a0e61e4)
Performance Improvements
- font: replace local import by using @fontsource package (5b64869)
- replace submit from @open-wc/form-helper by native requestSubmit (47d8393)
Documentation
- add form
novalidateusage, commitlint and commitzen attribution (fddee2b) - add pull request template (8a0b656)
- add SECURITY policy (2ce048d)
- change project description in README and Getting started page (bcd5a73)
- change README link to contributing guidelines (2b79a91)
- change validation attributes in README and Getting started (a6aef68)
- correct mistakes and rewrite sentences (b36e899)
- demo: add README with installation and usage (a849c82)
- exclude decorators from story source code (7eb82e1)
- fix button SVGs rendering (dbd8d83)
- fix formatting in source codes (a240bcf)
- fix welcome page icon color (cd2a0dd)
- move pull request template to
.githubfolder (104ab44) - move repo files to
.githubfolder (ef2e61c)
Miscellaneous Chores
- add husky, commitlint, commitzen and lint-staged (1257771)
- change format and lint rules (9ad1590)
- change script
generateto use typescript (3e1fa55) - demo: remove theme toggle button box shadow (7c3ec23)
- deps: storybook update (1c320f0)
- deps: update deps to the latest version (8661d20)
- fix eslint ignore pattern in lint-staged (354baa8)
- fix lint-staged path and remove type checking (89cdc4d)
- fix package.json
repositoryfield and add missing styles section in semantic release (0227089) - rename package to diffix (9235abd)
- storybook: move styles from html to separate css file (0020449)
- update .gitignore to only contain relevant options (fefe982)
- update storybook 7.6.8 (35d90e4)
Code Refactoring
- change component style import as raw instead of inline (d9adc8b)
- replace formResetCallback by resetFormControl (fb7f8bd)
- rewrite all components, template functions, class members order, imports with extensions (508596b)
Build System
- add
declarationMapin tsconfig.json to mapd.tsto.tsfiles (cbb58de) - add
srcfolder to build output (3a8d879) - change vite config to use typescript (e997446)
- demo: remove demo dist folder from git (bb6a96b)
- remove coverage from dist folder (1f901ed)
- rename chunks folder to assets (458d4e0)
- vite: exclude external dependencies from the build (cfc6958)
- vite: revert vite config back from typescript to javascript (303b0d0)
Continuous Integration
- add deploy message and github deployment description (48ca921), closes ...