Skip to content

Commit

Permalink
fix: scrolling problem and typo (#29)
Browse files Browse the repository at this point in the history
* docs: remove docs folder

* docs: add README

* v0.4.0

* chore(release): 0.4.1

* > Gitignore updated at 2023-08-09 16:39:41

* chore(release): 0.4.2

* add exports-to-package-json and update scripts

* chore(release): 0.4.3

* fix: add-exports-to-package-json

* chore(release): 0.4.4

* fix: typo

* chore(release): 0.4.5

* fix: scrolling problem in layout by using afterNavigate()
  • Loading branch information
shinokada authored Aug 10, 2023
1 parent 9c11b34 commit 5227f4b
Show file tree
Hide file tree
Showing 74 changed files with 313 additions and 3,844 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// .env
VITE_APP_VERSION=$npm_package_version
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
/dist

.vercel
.vscode/

/src/routes/compotests
/src/routes/typechecktests

package-lock.json
yarn.lock

src/routes/testdir/*

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.5](https://github.com/themesberg/flowbite-svelte-blocks/compare/v0.4.4...v0.4.5) (2023-08-10)


### Bug Fixes

* typo ([165610f](https://github.com/themesberg/flowbite-svelte-blocks/commit/165610f91af921757ca7275f5879b7b397c7c5cb))

### [0.4.4](https://github.com/shinokada/flowbite-svelte-blocks/compare/v0.4.3...v0.4.4) (2023-08-09)


### Bug Fixes

* add-exports-to-package-json ([0adf29c](https://github.com/shinokada/flowbite-svelte-blocks/commit/0adf29c808e6daf897e8ff7c9fc1276a6000642d))

### [0.4.3](https://github.com/shinokada/flowbite-svelte-blocks/compare/v0.4.2...v0.4.3) (2023-08-09)

### [0.4.2](https://github.com/shinokada/flowbite-svelte-blocks/compare/v0.4.1...v0.4.2) (2023-08-09)

### [0.4.1](https://github.com/shinokada/flowbite-svelte-blocks/compare/v0.3.9...v0.4.1) (2023-08-09)


### Bug Fixes

* newsletter action url ([317d17e](https://github.com/shinokada/flowbite-svelte-blocks/commit/317d17e4ab44abfc5d644faa9771e8910833dab2))
* remove footer from example page ([045dd69](https://github.com/shinokada/flowbite-svelte-blocks/commit/045dd69355daa88a90fd07043f09b77b6288c991))

### [0.3.9](https://github.com/shinokada/flowbite-svelte-blocks/compare/v0.3.8...v0.3.9) (2023-06-15)


Expand Down
16 changes: 6 additions & 10 deletions docs/README.md → README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">Flowbite Svelte Blocks</h1>

<p align="center">
<a href="https://flowbite-svelte-blocks.pages.dev/" rel="nofollow">Flowbite Svelte Blocks</a>
<a href="https://flowbite-svelte-blocks.vercel.app/" rel="nofollow">Flowbite Svelte Blocks</a>
</p>

<p align="center">
<a href="https://www.npmjs.com/package/flowbite-svelte-blocks" rel="nofollow"><img src="https://img.shields.io/npm/v/flowbite-svelte-blocks" alt="npm"></a>
<a href="https://twitter.com/shinokada" rel="nofollow"><img src="https://img.shields.io/badge/created%[email protected]" alt="Created by Shin Okada"></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/shinokada/flowbite-svelte-blocks" alt="License"></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/themesberg/flowbite-svelte-blocks" alt="License"></a>
</p>

**⚠️ Flowbite-Svelte-Blocks is currently in early development and APIs and packages are likely to change quite often.**
Expand All @@ -16,13 +16,9 @@

[Flowbite Svelte Blocks](https://flowbite-svelte-blocks.vercel.app/)

## Docs

[Docs](https://flowbite-svelte-blocks.pages.dev/)

## Installation

Use this library on top of [Flowbite-Svelte](https://github.com/themesberg/flowbite-svelte). Flowbite-Svelte is an official Flowbite component library for Svelte.
Use this library on top of [Flowbite-Svelte](https://github.com/themesberg/flowbite-svelte) and [Flowbite-Svelte-Icons](https://flowbite-svelte-icons.vercel.app/). Flowbite-Svelte is an official Flowbite component library for Svelte.

Install SvelteKit:

Expand All @@ -42,13 +38,13 @@ pnpm i
Start a server:

```sh
npm run dev
pnpm run dev
```

Install flowbite flowbite-svelte classnames @popperjs/core, svelte-heros, and flowbite-svelte-blocks:

```sh
pnpm i flowbite flowbite-svelte classnames @popperjs/core flowbite-svelte-blocks svelte-heros
pnpm i flowbite flowbite-svelte tailwind-merge @floating-ui/dom flowbite-svelte-icons
```

Update tailwind.config.cjs:
Expand Down Expand Up @@ -120,4 +116,4 @@ theme: {
]
}
},
```
```
Empty file removed docs/.nojekyll
Empty file.
25 changes: 0 additions & 25 deletions docs/404.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/500.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

52 changes: 0 additions & 52 deletions docs/_sidebar.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/account-recovery.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/advanced-tables.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/banner.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/blog-templates.md

This file was deleted.

Loading

0 comments on commit 5227f4b

Please sign in to comment.