Skip to content

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digikid committed Aug 10, 2023
1 parent fa67c1c commit faf5eff
Show file tree
Hide file tree
Showing 6 changed files with 4,149 additions and 7,179 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

[1.1.2]: https://github.com/digikid/vite-vue-project/releases/tag/1.1.2

## [1.1.2] - 2023-08-10

### Updates

- Remove [line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp) plugin (deprecated in Tailwind v3.3)
- All dependencies updated to their latest versions

[1.1.1]: https://github.com/digikid/vite-vue-project/releases/tag/1.1.1

## [1.1.1] - 2022-08-28
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This template also includes first-party plugins needed for [Tailwind UI](https:/

- [forms](https://github.com/tailwindlabs/tailwindcss-forms)
- [typography](https://github.com/tailwindlabs/tailwindcss-typography)
- [line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp)
- [aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio)

[PostCSS](https://github.com/postcss/postcss) plugin to parse CSS and add vendor prefixes to CSS rules using values from [Can I Use](https://caniuse.com/). It is recommended by Google and used in Twitter and Alibaba.
Expand Down
5 changes: 2 additions & 3 deletions README.ru-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## О шаблоне

Этот шаблон позволяет без предварительной настройки начать разработку в [Vite]( https://vitejs.dev/) с использованием [Vue](https://vuejs.org/), [TypeScript](https://www.typescriptlang.org/) и набора современных UI инструментов.
Этот шаблон позволяет без предварительной настройки начать разработку в [Vite]( https://vitejs.dev/) с использованием [Vue](https://vuejs.org/), [TypeScript](https://www.typescriptlang.org/) и набора современных UI-инструментов.

## Что включено

Expand All @@ -27,7 +27,6 @@ CSS-фреймворк, предлагающий обширный каталог

- [forms](https://github.com/tailwindlabs/tailwindcss-forms)
- [typography](https://github.com/tailwindlabs/tailwindcss-typography)
- [line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp)
- [aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio)

Утилита нового поколения для добавления префиксов к экспериментальным свойствам из CSS 3 на основе [Can I Use](https://caniuse.com/).
Expand All @@ -46,7 +45,7 @@ CSS-фреймворк, предлагающий обширный каталог

- [Inter var](https://github.com/rsms/inter) (self-hosted)

### Проверка кода
### Качество кода

Линтер с открытым исходным кодом, который помогает находить и устранять проблемы с JavaScript кодом.

Expand Down
Loading

0 comments on commit faf5eff

Please sign in to comment.