Skip to content

Latest commit

 

History

History
509 lines (281 loc) · 33.6 KB

CHANGELOG.md

File metadata and controls

509 lines (281 loc) · 33.6 KB

0.0.1 (2021-03-06)

Bug Fixes

  • data-table: Fix max-line-length error (884e89c)
  • data-table-header: Delete unused param (8ce71e7)
  • dialog: Delete any (605ef75)
  • dialog: Fix deprecation warnings (b02a758)
  • dialog: Fix semicolon error (593d7c5)
  • navbar: Fix quotemark error (1269961)
  • notification: Fix deprecation warnings (7693d38)
  • tab: Fix no-inferrable-types error (6484faf)
  • toaster: Fix deprecation warnings (8f2c278)
  • tooltip: Delete any (281e4b5)

Bug Fixes

  • francette: Delete wasted export statements from publid-api (c457351)
  • FrancetteModule: Delete FrancetteComponent from declarations (e19717c)

Reverts

  • Revert "ci: Run yarn install only if cache is not found" (3e68b5c)

0.13.0-alpha.1 (2020-07-23)

0.13.0-alpha.0 (2020-07-23)

0.12.0-alpha.0 (2020-07-22)

0.11.0-alpha.0 (2020-07-22)

Bug Fixes

  • Fix to works with angular@8 (cf663c3)
  • demo: Fix checkbox indeterminate demo (7aa1f2b)

Features

  • checkbox: Add 'indeterminate' prop (7c18dc2)
  • data-table: Make selectAll checkbox work with 'indeterminate' property (33f8720)

0.9.0-RC.2 (2018-06-20)

Bug Fixes

  • data-table: Fix process in onDestroy (38d859b)

Performance Improvements

  • Use setTimeout instead of rxjs.timer and unsubscribe subscriptions in onDestroy (a607d7a)

0.9.0-RC.1 (2018-06-19)

Bug Fixes

0.9.0-RC.0 (2018-06-14)

0.9.0-beta.5 (2018-06-14)

Bug Fixes

  • checkbox: Fix box and checkmark style (aba2d02)
  • data-table: Fix ripple effects (c19d9e6)
  • forms-demo: Fix templates (787dc3b)
  • select/option: Add optgroup tag for smartphone a11y (5d1f418)
  • sidenav: Fix sidenav group collapse/expand animation (ad899e5)

0.9.0-beta.1 (2018-05-31)

Bug Fixes

  • checkbox: Fix checkbox style (40c6d7c)

0.9.0-beta.0 (2018-05-29)

0.9.0-alpha.2 (2018-05-24)

Bug Fixes

  • input-text-container: Fix textarea border-top style (6e3c545)

0.9.0-alpha.0 (2018-05-08)

Bug Fixes

  • input-text-container: Fix update logic of placeholder/label state (0e7f4ad)

Features

0.8.5 (2018-04-05)

Features

  • toaster: Add pop() and deprecate open() (9205ad1)

0.8.4 (2018-03-23)

Bug Fixes

  • tabs: Fix inactive tab style (9566fb2)

Features

  • progress: Make it possible to pass color (20e1267)

0.8.3 (2018-03-22)

Bug Fixes

  • data-table: Fix menu position (dda6e3d)
  • time-picker: Do not assign null or undefined to innerValue (93b514f)

0.8.2 (2018-03-21)

Bug Fixes

  • data-table: Fix data-table menu position (c07cc22)
  • time-picker: Do not assign null or undefined to innerValue (0cf5257)

0.8.1 (2018-03-15)

Bug Fixes

  • input-text-container: Fix scoped style (48bb5f8)

Features

  • buttons: Add button:active style (933023a)
  • tooltip: Add tooltip directive (752fbb7)

0.8.0 (2018-02-20)

0.8.0-rc.1 (2018-02-19)

Bug Fixes

  • style: Fix component host style (99bda7e)

0.8.0-rc.0 (2018-02-16)

0.8.0-beta.2 (2018-02-15)

Bug Fixes

  • input-text: Do not allow to resize textarea horizontally (8d12452)
  • input-text: Fix charcter count position (ac0a32a)
  • navbar: Fix cursor style of navbar menu item (0ef0886)
  • select: Fix ripple color of select options (f9a41cf)
  • side-nav: Remove shadow when side-nav is inactive (222561c)

0.8.0-beta.1 (2018-02-14)

Bug Fixes

  • Fix build_all (9402427)
  • build: Fix mkdir option (48f8b6a)
  • build: Remove src/package.json and add modify-package.json.ts (38125d3)
  • checkbox: Fix style for responsive web design (6664f4d)
  • data-table: Fix menu animation (c0fd507)
  • demo: Fix routerLink url of logo (249b986)
  • forms: Fix css class name (cbd86b1)
  • input-text-container: Fix placeholder and label animation (cb35f41)
  • input-text-container: Fix style (f4de3ba)
  • navbar: Add ripple effect on navbar item (05d9cc8)
  • navbar: Add ripple effect on navbar menu (93718d8)
  • navbar: Fix navbar style (6b257ed)
  • navbar: Remove unused providers (fbc8bef)
  • radio: Fix style for responsive web design (70eae0a)
  • select: Add ripple effect on select options (7d2da84)
  • select: Fix animation (2c7d592)
  • select: Fix hover, selected color (51aeff1)
  • side-nav: Add ripple effect on side nav item (bf472be)

0.8.0-beta.0 (2018-01-27)

Bug Fixes

  • data-table: Use HostBinding instead of directive metadata (d1b8e17)
  • lint: Fix lint configuration (49711c2)

0.8.0-alpha.2 (2018-01-25)

Bug Fixes

  • button: Fix deprecated notation (8aa57e2)
  • input-file: Fix behavior when disabled flag is set (5298cbd)
  • input-file: Fix drop area border style (433377f)
  • input-file: Fix list style (b4bfa06)
  • input-text-container: Fix character count position (f98b328)
  • input-text-container: Fix lint errors (7c5174a)
  • input-text-container: Fix underline animation (fd32e97)
  • input-text-container: Fix variable name (_input -> input) (b273152)
  • tabs: Fix ripple color on tab title (f021e17)
  • tabs: Fix tab sliding animation (0f63c3a)

Features

  • input-file: Add new component 'fr-input-file' (2c25ac2)
  • input-file: Add ripple effect on drop area (be30cea)
  • input-file: Make it possible to toggle drop area visibility (a897dc4)

0.7.0-rc.1 (2018-01-14)

0.7.0-rc.0 (2018-01-14)

Bug Fixes

  • date-picler: Fix height (ae27efe)
  • demo: Remove link to swtich-demo component (95f0acf)
  • forms: Move switch demo to forms-demo component (8059d2d)
  • forms-demo: Fix reset button action (daf89d4)
  • fr-ripple: Fix lint errors (1a431c7)
  • fr-switch: Fix cursor style (81fcc6a)
  • fr-switch: Fix switch size and transition (dc0f49a)
  • scss: Fix placeholder and border color (7f54bac)

Features

  • fr-switch: Add ripple effect on fr-switch (76bd988)

0.7.0-beta.4 (2018-01-09)

Bug Fixes

  • fr-kpi-table: Fix table color (36824a3)
  • fr-kpi-table: Throw error object instead of error string (70b7e4e)
  • fr-kpi-table: Use constants instead of magic number (002a3be)

0.7.0-beta.2 (2018-01-05)

Bug Fixes

  • checkbox: Fix checkbox animation (6b58d75)
  • fr-timepicker: Fix clock hand behavior (24ebd62)

Features

  • fr-data-table: Add ripple effect on icons (9a03b3e)

0.7.0-beta.1 (2018-01-01)

0.7.0-alpha.1 (2017-12-31)

Bug Fixes

  • fr-navbar: Add missing outline:none (f89a374)
  • fr-navbar: outline: none (a256134)
  • services: Fix build warnings (6a54748)
  • specs: Fix test configurations (c69afa8)

Features

  • fr-checkbox: Add checkbox animation (bbdf140)

0.6.1 (2017-10-03)

0.6.0 (2017-10-03)

Bug Fixes

  • data-table: Fix variable name using in *ngFor (19e4721)
  • demo: Add buttons with secondary color (60d9928)
  • fr-data-table: Make columns and rows ReplaySubject (271baf6)
  • fr-data-table: Remove unused functions (0491d0f)
  • fr-dialog: Fix dialog service (05f2f94)
  • fr-navbar: Fix style (bffc604)
  • fr-notification: Export notification parameter types (07e1c25)
  • fr-notification: Fix notification panel color (8ba93c0)
  • gulpfile: Fix scss pre build script (fdf122d)
  • pickers: Fix pickers color (989a2b7)
  • style: Add missing color variables (de54b3a)
  • style: Use $secondary color instead of $magenta (952c1aa)
  • styles: Fix z-index (db645d9)

Features

  • forms: Make it possible to focus with tab key selection (279b8db)
  • fr-data-table: Add (dataTableAction) and deprecate some output events (b46569f)
  • fr-data-table: Add FrDataTableEvent class and emit it from every table action (7a53c3f)
  • fr-data-table: Add FrDataTableStripeDirective (8714bde)
  • fr-data-table: Make it possible to emit sort event (5e59464)
  • fr-notification: Add click event (906d0a8)
  • fr-notification: Add new service FrNotificationService (b591c3f)
  • fr-side-nav: Make it possible to collapse side nav menu group (f91670c)
  • fr-time-picker: Add clock hand on timepiker (9b75ebb)
  • style: Add some color variables (7effc91)

Reverts

  • Revert "BREAKING CHANGE(fr-navbar): Change usage of navbar components" (a61508b)

0.4.2 (2017-07-21)

Bug Fixes

  • fr-toaster: Change access modifier (private -> public) (c523e4e)

0.4.1 (2017-07-20)

Bug Fixes

  • fr-radio: Add null check (e8d7529)

0.4.0 (2017-07-20)

Bug Fixes

  • button-style: Fix button style (a4c5f3f)
  • calendar: Remove debug codes (5d125e0)
  • data-table-rows: Make it possible to propagate changes to parent component (abc9208)
  • date-picker: Fix calendar style (ab692bf)
  • forms: Fix cursor style (use 'default' instead of 'pointer' if disabled) (7b10307)
  • forms: Hide pickers when set them to 'disabled' (3d9aebf)
  • fr-checkbox: Fix '--disabled' style on fr-checkbox (33841cf)
  • fr-checkbox: Fix background and content color of fr-checkbox (709c038)
  • fr-checkbox: Fix checkbox alignment (385cde0)
  • fr-checkbox: Fix checkbox styles (a4f421d)
  • fr-data-table: Fix data table style (overflow) (9a398b3)
  • fr-data-table: Fix pagination info value selection (7e2f9a0)
  • fr-data-table: Remove unused styleUrls and stylesheet (8023e26)
  • fr-dialog: Fix dialog css and amination (eda7d47)
  • fr-dialog: Fix dialog position (4d96c4e)
  • fr-forms: Fix border colors of checkobx and input-text (f37fbf5)
  • fr-input-text-container: Fix behavior around max text length (8ec5d9d)
  • fr-input-text-container: Fix behavior when no ngModel is set (e92255d)
  • fr-input-text-container: Fix label state updation (993dbae)
  • fr-input-text-container: Fix placeholder/label behavior (72f1f16)
  • fr-radio: Fix radio button alignments (0ff06cd)
  • fr-radio: Fix value changing processes (2c66d39)
  • fr-radio-group: Fix '--disabled' styles on radio buttons (4acd5a0)
  • fr-select: Fix '--disabled' style on fr-select (4999c48)
  • fr-select: Fix label style (1fe5bfc)
  • fr-select: Fix pre-selected process (b640045)
  • fr-select: Make it possible to select value on init when 'browserNative' is true (3a4258d)
  • fr-time-picker: Fix am/pm determination method (e374f9e)
  • fr-toaster: Add type annotations (83655f6)
  • navbar: Fix navbar style (8ff8b57)
  • pickers: Fix pickers animation (8abfe57)
  • Add missing export statements (aa43238)
  • Add missing import statement (ebe1fbd)
  • fr-select: Use span insted of input[type=text] (79e82e2)
  • gulp-task: Exclude @angular/router from bundle file (71d7c53)
  • nav: Fix fr-navbar and fr-sidenav styles (fc4ef7a)
  • pickers: Fix z-index (84f63c7)
  • ripple: Fix coordinate caluclation (f8e2052)
  • styles: Use no styles in each component (5ad140c)
  • time-picker: Add background circle (1932ce4)
  • Remove unused component (a274b88)

Features

  • calendar: Add fr-calendar (6d5b35a)
  • checkbox: Add fr-checkbox (5d998eb)
  • chips: Add fr-chip (6983828)
  • fr-button: Add button directives (a5ec33c)
  • fr-checkbox: Add ripple effect on checkbox (0ce3884)
  • fr-checkbox: Make it possible to emit FrCheckboxChange event (2390db6)
  • fr-data-table: Add fr-data-table (f1ae550)
  • fr-data-table: Make it possible to show image in table cell (9520f51)
  • fr-data-table: Make it possible to show other action list (9bbef9a)
  • fr-dialog: Add new component fr-dialog (24d3322)
  • fr-dialog: Make it possible to pass extra param to dialog component (92208fd)
  • fr-dialog: Make it possible to show dialog with Injectable service (16a424b)
  • fr-forms: Make it possible to emit change event (02b8a45)
  • fr-input-text: Add component fr-input-text (a3bd7ce)
  • fr-input-text: Add label and placeholder animation" (700ebeb)
  • fr-input-text-container: Add text form component (f7ba17a)
  • fr-input-text-container: Make it possible to show value length (574ba58)
  • fr-navbar-menu: Add fr-navbar-menu (08e41c6)
  • fr-progress-bar: Add new component fr-progress-bar (48db92d)
  • fr-radio: Add ripple effect on radio button (9540f9e)
  • fr-side-nav: Add side nav bar (d488621)
  • fr-spinner: Add new module FrProgressModule and new component fr-spinner (f78d452)
  • fr-switch: Add fr-switch component (cf86a23)
  • fr-toaster: Add FrToasterService (6af3358)
  • fr-toaster: Add new component fr-toaster (95c317d)
  • gulp-task: Make it possible to replace inline resources(templates and styles (db87fb8)
  • kpi-table: Add fr-kpi-table (ea1b70c)
  • navbar: Add fr-navbar and related components (7d923ac)
  • radio: Add fr-radio-group and fr-radio (358d9ea)
  • ripple: Add ripple effect directive (2a50474)
  • styles: Add some scss color themes (cfc2436)
  • styles: Make it possible to generate multiple css themes (688a6e2)
  • tabs: Make it possible to set 'selectedIndex' (2369695)
  • Add ripple effect on buttons (0446ca8)
  • select: Add fe-select and fr-option (360012c)
  • styles: Add stylesheets (b66e61e)
  • tab: Add animation (7f038da)
  • tabs: Add fr-tabs and fr-tab (b008db5)
  • textarea-style: Add style for input[textarea] (f8b61bc)
  • time-picker: Add fr-time-picker (4192241)