Commit 6bdd338
chore: prepare 20.0.0 (#116)
* feat(pagination): implement basics based on flowbite (wip)
* feat(pagination): implement basics based on flowbite (wip)
* feat(pagination): move button design to its own directive
* fix(modal): remove `rxjs` dependency
use `@angular/core/rxjs-interop` instead
* feat(pagination): implement basics based on flowbite (wip)
* feat(pagination): move button design to its own directive
* feat(pagination): implement basics based on flowbite (wip)
# Conflicts:
# libs/flowbite-angular/core/flowbite.theme.init.ts
# libs/flowbite-angular/pagination/index.ts
# libs/flowbite-angular/pagination/pagination.component.ts
# libs/flowbite-angular/pagination/pagination.theme.service.ts
# libs/flowbite-angular/pagination/pagination.theme.ts
* fix: merge conflict
* feat(pagination): add icons, style active button, jsdoc comments
* docs(pagination): add NgDoc documentation
* fix(pagination): remove duplicated provider registrations
* fix(pagination): remove unused pageChange output
* fix(pagination): fix demo component selector
* chore: update modal function signature
* fix(pagination): correct first visible page
* feat(utils): add double chevron icon from `https://flowbite.com/icons/`
* feat(paginator): add customizable icons, size variables
* feat(pagination): add property providers
* feat(pagination): remove directive & use flowbite-button
* docs(lists): remove css & fix lists in md files
* chore(pagination): code style updates
* chore(pagination): use `model` instead of `input`
* refactor(pagination): remove `nav` element, use root and rootClass
* chore(pagination): code style
* feat(utils): add left/double left chevron icon
* feat(pagination): use left sided icons instead of `rotate-180`
* fix(pagination): place label before icon in next/last button
* refactor(pagination): update post update post comment
* refactor(pagination): fix doc attribute
* feat(pagination): possibility to use `totalPages` or `totalItems`
* refactor(pagination): use `Array.from` instead of for loop
* chore: fix vercel deploy servless function compiled to commonJS
* feat: 2.0 (#115)
* feat: make flowbite-button usable as directive
* docs: fix flex-wrap class
* docs: fix deprecated in button page
* feat: make flowbite-navbar-* usable as directive
* docs: add sidebar directive
* feat(sidebar): make flowbite-sidebar-* usable as directive
* docs(sidebar): fix z-40
* feat(accordion): make flowbite-accordion usable as directive
* feat(breadcrumb): make flowbite-breadcrumb usable as directive
* chore: add angular-primitive dependency
* refacto(button): migrate to angular-primitive (WIP)
* refacto(button): migrate to angular-primitive (WIP)
* refactor: add storybook for library
* refactor: button storybook add customStyle
* docs: add disabled to button storybook
* refactor: rename .css file
* refactor: lock file
* chore: add class import sort prettier plugin
* feat: switch to tailwindcss v4
* chore: add storybook to project
* chore: add dark mode in storybook
* refactor: path for 2.0.0 during dev phase
* feat: add injection of base theme for components
* refactor: rename root to host in theme
* refactor(button): add state
* refactor: remove v1 files
* refactor(button): outline (WIP)
* refactor: dependencies (WIP)
* refactor: dependencies (WIP)
* refactor: dependencies (WIP)
* refactor(button): adapt outline style
* refactor: dependencies (WIP)
* refactor(button): add styles
* refactor: move to css tailwind config
* refactor: clean config files
* refactor(accordion): migrate to v2
* refactor: fix token state creation
* refactor: change setting injection in components
* refactor: add exportAs for components
* refactor(alert): migrate to v2
* refactor(badge): migrate to v2
* refactor(breadcrumb): migrate to v2
* refactor(dropdown): migrate to v2
* refactor: add component generation tool
* refactor: add secondary entry point to generator
* refactor: move generator location
* refactor: catch error create entrypoint
* refactor: add host class
* refactor(indicator): migrate to v2
* refactor: add storybook generator
* refactor(modal): migrate to v2
* chore: pnpm-lock.json
* refactor: tailwindcss vscode settings
* chore: remove vercel config
* chore: update config for vercel deployments on v2
* chore: update config for vercel deployments on v2
* chore: update ng-primitive version
* refactor(icon): migrate to v2
* refactor(button): make abstract and create icon button
* refactor(button): make abstract and create icon button
* refactor(button): make styling abstract
* refactor(indicator): add colors
* refactor(): change modal button
* refactor(navbar): migrate to v2 (WIP)
* refactor(navbar): migrate to v2 (WIP)
* refactor(navbar): migrate to v2
* refactor: remove tests & tests libraries
* refactor: update ssr dependency
* refactor: add skeleton for v2
* refactor: make state internal
* refactor(sidebar): migrate to v2
* refactor(sidebar): migrate to v2
* refactor(theme-toggle): migrate to v2
* refactor(pagination): migrate to v2
* feat(tooltip): add new component #94
* feat(button-group): add new component
* feat(form-field): add new component
* feat(clipboard): add new component #92
* feat(card): add new component #91
* docs: to 2.0
* chore: update ng-primitives & ng-doc version
* docs: to 2.0
* chore: add documentation generator
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* docs: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor: to 2.0
* refactor(dropdown): to 2.0
* refactor(icon): to 2.0
* refactor(indicator): to 2.0
* refactor(navbar): to 2.0
* refactor(pagination): to 2.0
* refactor(sidebar): to 2.0
* refactor(sidebar): to 2.0
* refactor(tab): to 2.0
* refactor(tooltip): to 2.0
* refactor: tailwindcss dependencies
* refactor: ng-primitives dependencies
* chore: update to angular 20
* refactor: storybook dependencies
* refactor: pnpm-lock
* refactor: dependencies
* ci: simplify pnpm setup
* ci: re-setup
* ci: fix version
* docs: to 2.0
* ci: remove test ci
* chore: re-enable prerender
* fix: sidebar & navbar
* docs: fix display for some components
* docs(tab): create documentation
* chore: update ng-primitives
* docs: fix pagination behavior
* docs: fix sidebar toggle disapear
* docs: fix badge icons
* docs: fix global text color
* docs: update README
* docs: update README
* docs: update README
* docs: add page for ng-primitives
* docs: changes
* chore: remove CHANGELOG file
---------
Co-authored-by: Bence Lovász <[email protected]>1 parent dca933a commit 6bdd338
File tree
1,457 files changed
+27682
-26575
lines changed- .github
- actions/setup
- workflows
- .vscode
- api
- apps
- docs-e2e
- src
- fixtures
- integration
- support
- docs
- docs
- components
- accordion
- alert
- badge
- breadcrumb
- button
- card
- clipboard
- dropdown
- icon
- indicator
- input
- modal
- pagination
- sidebar
- tab
- tooltip
- customize
- dark-mode
- inherit-component
- override-base-style
- override-component-default-value
- theming
- use-custom-style
- getting-started
- ng-primitives
- quickstart
- versioning
- public
- css
- ng-doc
- tw
- fonts
- images
- github-card-example
- src
- app
- pages/landing
- assets
- fonts
- icons
- brand
- outline
- arrows
- e-commerce
- emoji
- files_folders
- general
- media
- text
- user
- weather
- solid
- arrows
- brands
- e-commerce
- emoji
- files_folders
- general
- media
- text
- user
- weather
- styles
- storybook
- .storybook
- public
- fonts
- images
- people
- src
- form
- libs
- flowbite-angular
- accordion
- src
- accordion-content
- accordion-item
- accordion-title
- accordion
- config
- alert
- src
- alert-button
- alert-content
- alert
- config
- badge
- src
- badge-button
- badge-link
- badge
- config
- breadcrumb
- src
- breadcrumb-content
- breadcrumb-item
- breadcrumb
- config
- button-group
- src
- button-group
- config
- button
- src
- base-button
- button
- config
- card
- src
- card-content
- card-header
- card
- config
- clipboard
- src
- clipboard
- config
- common
- type-definitions
- colors
- core
- src
- core
- utils
- dark-theme-toggle
- dropdown
- src
- config
- dropdown-content
- dropdown-item
- dropdown
- form
- src
- config
- form-control
- form-field
- helper
- label
- icon
- brand
- src
- outline
- arrows
- src
- e-commerce
- src
- emoji
- src
- files-folders
- src
- general
- src
- media
- src
- src
- text
- src
- user
- src
- weather
- src
- solid
- arrows
- src
- brands
- src
- e-commerce
- src
- emoji
- src
- files-folder
- src
- general
- src
- media
- src
- src
- text
- src
- user
- src
- weather
- src
- src
- config
- icon
- indicator
- src
- config
- indicator
- modal
- src
- config
- modal-content
- modal-header
- modal-overlay
- modal
- pagination
- src
- config
- pagination-button
- pagination-first
- pagination-last
- pagination-next
- pagination-previous
- pagination
- router-link-active
- router-link
- sanitize-html
- scroll-top
- sidebar
- src
- config
- sidebar-content
- sidebar-item
- sidebar-toggle
- sidebar
- styles
- part
- tab
- src
- config
- tab-button
- tab-content
- tab-list
- tab
- theme-toggle
- src
- config
- theme-toggle
- theme
- theme
- tooltip
- src
- config
- tooltip
- utils
- theme
- tools
- src
- generators
- component
- files
- component/__directoryName__/src
- __fileName__
- config
- directive/__directoryName__/src
- __fileName__
- config
- documentation
- files/__fileName__
- storybook
- files
- utils
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,457 files changed
+27682
-26575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | | - | |
17 | | - | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
20 | | - | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 28 | + | |
40 | 29 | | |
41 | 30 | | |
42 | | - | |
| 31 | + | |
| 32 | + | |
43 | 33 | | |
44 | | - | |
45 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
46 | 37 | | |
47 | | - | |
48 | | - | |
| 38 | + | |
| 39 | + | |
49 | 40 | | |
50 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
51 | 46 | | |
52 | 47 | | |
53 | 48 | | |
| |||
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
59 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| 30 | + | |
22 | 31 | | |
23 | 32 | | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
29 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
30 | 44 | | |
31 | 45 | | |
32 | | - | |
| 46 | + | |
| 47 | + | |
33 | 48 | | |
34 | | - | |
35 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
36 | 52 | | |
37 | 53 | | |
38 | | - | |
| 54 | + | |
39 | 55 | | |
40 | | - | |
41 | | - | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
0 commit comments