Skip to content

Releases: xlsft/ui

[email protected]

13 Jul 00:27
Compare
Choose a tag to compare

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]

09 Jul 23:32
Compare
Choose a tag to compare

Release Notes - [email protected] (build8)

Fixed:

[email protected] (build8) - 10.07.2023 XL Software

[email protected]

09 Jul 22:59
Compare
Choose a tag to compare

Release Notes - [email protected] (build7)

Features:

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.svelte
  • Image - Refactored, structured, added docs: Image.svelte
  • Flex - Refactored, structured, added docs: Flex.svelte
  • Main - Refactored, structured, transferred types for theme and accent color to @xl-ui/ui/colors, added docs: Main.svelte
  • Input - Completely refactored component, added docs: Input.svelte
  • Button - Completely refactored component, added docs: Button.svelte
  • Switch - 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