Skip to content

Releases: alexy-os/vue-shadcn-starter

v.1.0.5

03 Dec 09:39
Compare
Choose a tag to compare

The add to favorites component has been moved to a Vue component. Here are the improvements: README

v.1.0.4

02 Dec 17:26
Compare
Choose a tag to compare

The BuildY concept says: not a single extra line of code. And, following this doctrine, we get rid of setting buildy attributes in block sections and pure HTML export. Also, added logging of changes in the editor. Available in local storage: editLogs

v.1.0.3

02 Dec 09:52
Compare
Choose a tag to compare

Significantly improved favorites by not adding entire partitions to local storage. The responsibility is now shared. A separate storage is allocated for favorites, where only block IDs are stored. BuildY now retrieves ui blocks at the click of a button. Try it!

v.1.0.2

30 Nov 00:54
Compare
Choose a tag to compare

Added support for color schemes, radiuses and fonts

v.1.0.1

28 Nov 22:01
Compare
Choose a tag to compare

The interface has been worked out. Usability has been improved. Now everything is intuitive and clear. Use it!

v.0.3.5

28 Nov 12:40
Compare
Choose a tag to compare

Optimization of the main configuration files: vite.config.ts, tsconfig.json, etc. PageSpeed 100%. Update: darkMode BuildY. Bug fixed: export to html and use Prod or Dev mode.

v.0.3.3

25 Nov 18:51
Compare
Choose a tag to compare

This version adds an experimental feature to add sections to the builder

v.0.3.1

23 Nov 16:40
Compare
Choose a tag to compare

In this version, the approach to routing has been redesigned. Implemented a mega menu and the beginning of a new section of sections for blog, projects, etc.

v.0.2.3

22 Nov 23:05
Compare
Choose a tag to compare

All UI blocks and their components have been updated. Now, all indents, placeholders look organic and pretty

v.0.0.2

18 Nov 11:30
Compare
Choose a tag to compare

Starting with this version we start following the shadcn philosophy, which is based on the utility-first approach of Tailwind CSS, which contradicts the BEM methodology