Releases: xlsft/ui
Releases · xlsft/ui
[email protected]
Release Notes - [email protected] (build16)
Features:
- Docs - added images to npm
- Docs - now all functions, components and types are documented fro beautiful DX
- Font - Now fonts are served by Google Fonts, because of problems with local fonts
- License - now this repo licensed under GNU GPLv3
npm create
- now you can use cli command to create template with pre-setuped ui-kit
Refactored:
- Structure - now in
lib
are 3 folders:ui
,core
,colors
, as exports names
Removed:
Image
- make no sense because of copying default<img/>
tag attributes
[email protected] (build16) - 13.07.2023 XL Software
[email protected]
Release Notes - [email protected] (build8)
Fixed:
- Fixed exports: package.json
- Changed
moduleResolution
tobundler
: tsconfig.json
[email protected] (build8) - 10.07.2023 XL Software
[email protected]
Release Notes - [email protected] (build7)
Features:
- Implemented UI Assets. Icons and many more in future: @xl-soft/ui-assets
- Integrated Svelte 4: @sveltejs/svelte
- NEW:
Noise
- Creates censor-like animated pattern: Noise.svelte Image
- Added multiple sources feature, MIME-types and media tags: Image.svelteIcon
- Now this component serve @xl-soft/ui-assets api: Image.svelte
Refactored:
- Modified exports. Now package divided by subcategory:
@xl-ui/ui
,@xl-ui/ui/core
,@xl-ui/ui/colors
Icon
- Completely refactored component, added docs. Linked UI Assets API: Icon.svelteImage
- Refactored, structured, added docs: Image.svelteFlex
- Refactored, structured, added docs: Flex.svelteMain
- Refactored, structured, transferred types for theme and accent color to@xl-ui/ui/colors
, added docs: Main.svelteInput
- Completely refactored component, added docs: Input.svelteButton
- Completely refactored component, added docs: Button.svelteSwitch
- Refactored, structured, added docs: Switch.svelte@xl-soft/ui/colors
- Refactored, structured, added docs: colors.ts@xl-soft/ui/core
- Refactored, structured, added docs: core.ts@xl-soft/ui
- Refactored, structured: index.ts
[email protected] (build7) - 10.07.2023 XL Software