Uix Kit Versions Save

A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v5.

v4.7.0

2 years ago
  • New: Added command npm run preview to preview pages quickly.

  • Fix: Fixed a bug of property reading for Modal Dialog and Lightbox.

  • Tweak: Migrating to Bootstrap v5.

    1. change class no-gutters to g-0
    2. change class embed-responsive to ratio, and embed-responsive-21by9 to ratio-16x9
    3. add new style to avoid default scrollbar smooth effect @media (prefers-reduced-motion: no-preference) {:root {scroll-behavior: inherit;}}
    4. add new global file ratios.scss to ./src/components/_global
  • Remove: Removeed jQuery Migrate.

  • Tweak: Added TypeScript checks when packaging

  • Tweak: Modified the Development chapter of the documentation.

  • Tweak: Optimize webpack configuration.

  • Tweak: Upgrade Node dependencies.

4.5.0

2 years ago

improve compilation performance significantly.

v4.6.5

2 years ago

feat: scaffolding performance and TypeScript compatibility

4.6.4

2 years ago

4.5.7

2 years ago

v4.7.2

2 years ago
  • New: Upgrade webpack 5.49.0 to 5.75.0. Compilation speed and performance are greatly improved.

  • Tweak: Optimized the src/components/ directory, how to transition:

    1. change src/components/_global/js/index.js
    2. add new folder src/components/_global/js/utils
    3. Modify the JavaScript variable browser to UixBrowser of src/components/_global/js/index.js to prevent naming conflicts.
  • Tweak: Update Node's dependency package to enhance security.

  • Remove: Remove the muuri.min.js and template7.min.js plugins from the template, it will be imported separately from the module.

4.6.3

2 years ago

4.4.97

2 years ago

Stable version, provides a matching React version uix-kit-react (currently still under development)