Skip to content

Commit

Permalink
Remove tag component
Browse files Browse the repository at this point in the history
  • Loading branch information
iSeremet-Reloadly committed Nov 23, 2023
1 parent 9c6e83d commit 4d85cb7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 56 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@
<a name="1.0.0-alpha.0"></a>
# [1.0.0-alpha.0](https://github.com/reloadly-ui/reloadly-ui/compare/9f8f37b...1.0.0-alpha.0) (2023-09-26)
<a name="1.0.0"></a>
# [1.0.0](https://github.com/reloadly-ui/reloadly-ui/compare/9f8f37b...1.0.0-alpha.0) (2023-09-26)

### Features

Initial release with the following directives:

* accordion
* badge
* breadcrumbs
* buttons
* button
* checkbox
* dropdown-select
* range-slider
* search-bar
* dropdown
* form-group
* input-group
* menu
* modal
* pagination
* preloader
* quick-action
* select
* sidebar
* svg
* icons
* switch
* stepper
* selection-grid
* table
* tag
* tooltip
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reloadly-ui",
"version": "0.0.1-beta.44",
"version": "0.0.1-beta.45",
"description": "Angular UI library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,4 +66,4 @@
"url": "https://github.com/Reloadly/reloadly-ui/issues"
},
"homepage": "https://ui.reloadly.com/"
}
}
3 changes: 0 additions & 3 deletions src/lib/components/components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { FormsModule } from '@angular/forms';
import { RouterModule } from '@angular/router';
import { CommonModule } from '@angular/common';
import { SvgComponent } from './svg/svg.component';
import { TagComponent } from './tag/tag.component';
import { SelectComponent } from './select/select.component';
import { SwitchComponent } from './switch/switch.component';
import { SidebarComponent } from './sidebar/sidebar.component';
Expand All @@ -28,7 +27,6 @@ import { MenuModule } from './menu/menu.module';
@NgModule({
declarations: [
SvgComponent,
TagComponent,
PaginationComponent,
SidebarComponent,
SwitchComponent,
Expand All @@ -55,7 +53,6 @@ import { MenuModule } from './menu/menu.module';
],
exports: [
SvgComponent,
TagComponent,
PaginationComponent,
SidebarComponent,
SwitchComponent,
Expand Down
9 changes: 0 additions & 9 deletions src/lib/components/tag/tag.component.html

This file was deleted.

Empty file.
23 changes: 0 additions & 23 deletions src/lib/components/tag/tag.component.spec.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/lib/components/tag/tag.component.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ import { SwitchComponent } from './lib/components/switch/switch.component';
import { SelectableViewStyle } from './lib/enums/selectable-view-style';
import { SelectableViewType } from './lib/enums/selectable-view-type';
import { MenuComponent } from './lib/components/menu/menu.component';
import { TagComponent } from './lib/components/tag/tag.component';
import { SvgComponent } from './lib/components/svg/svg.component';
import { TableDirective } from './lib/directives/table.directive';
export * from './lib/reloadly-ui.module';

export * from './lib/components/components.module';
export {
SvgComponent,
TagComponent,
PaginationComponent,
SidebarComponent,
SwitchComponent,
Expand Down

0 comments on commit 4d85cb7

Please sign in to comment.