Releases: alexy-os/vue-shadcn-starter
Releases · alexy-os/vue-shadcn-starter
v.1.0.5
The add to favorites component has been moved to a Vue component. Here are the improvements: README
v.1.0.4
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
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
Added support for color schemes, radiuses and fonts
v.1.0.1
The interface has been worked out. Usability has been improved. Now everything is intuitive and clear. Use it!
v.0.3.5
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
This version adds an experimental feature to add sections to the builder
v.0.3.1
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
All UI blocks and their components have been updated. Now, all indents, placeholders look organic and pretty
v.0.0.2
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