Commit graph

237 commits

Author SHA1 Message Date
Marcos Moura
0296db0178 0.4.0
* Improve sidenav performance and expansion list performance

* Init dialog

* Add initial transition

* Add backdrop to md-menu

* Create dialog opening from and closing to

* Add example os basic and opening from and to

* Add todo

* Create alias for root element

* Fix dialog position

* Improve transitions

* Fix rules

* Fix dialog position on open

* Improve docs transitions

* Create styles for actions and content

* Create confirm dialog preset

* Create alert dialog preset

* Create prompt dialog preset

* Add example with HTML

* Improve close transition

* Create new documentation template for components

* Improve template for mobile

* Improve toolbar behaviour

* Format code-block and apply clipboard.js

* Move clipboard to devDependencies

* Show toast after copy

* Add function to toggle sidenav and add page title

* create avatar documentation with the new template

* Improve themes and codes

* Remove hover

* fix copied toast position

* add classes tab

* create bottom-bar documentation with the new template

* improve bottom bar docs

* create button documentation with the new template

* create button toggle documentation with the new template

* Fix backdrop styles

* Fix image color names

* create card documentation with the new template

* Update debug-lib.js (#106)

Fixes webpack missing module error when loading scss

* create checkboxes documentation with the new template

* Add more alignment options (#109)

* Create offset options
  - md-offset-y and md-offset-x

* Add option to align the menu to the trigger

* Create better examples

* fix bottom-right position

* create dialog documentation with the new template

* create icon documentation with the new template

* fix typo

* create input documentation with the new template

* create tooltip documentation with the new template

* create whiteframe documentation with the new template

* Fix unregisterMouseEvent not accepting the element as parameter (#118)

* create radio documentation with the new template

* create ripple documentation with the new template

* create switch documentation with the new template

* create subheader documentation with the new template

* fix text

* improvements over menu

* create menu documentation with the new template

* create sidenav documentation with the new template

* create toolbar documentation with the new template

* improve visibility of some code-blocks

* create select documentation with the new template

* create typography documentation with the new template

* create changelog page with the new template

* create about page with the new template

* create error page with the new template

* create introduction page with the new template

* create getting started page with the new template

* create getting started page with the new template

* add codepen examples

* create list documentation with the new template

* improve docs

* add old releases in a folder

* optimize build time

* remove unused code and rename components

* generate old versions

* redirect to old documentation versions

* [build] 0.4.0

* [build] 0.4.0

* restore dist

* get current version from url

* [build] 0.4.0

* restore old docs

* add correct branch to release script

* create table documentation with the new template

* add a better explanation of list classes

* improve docs

* create table documentation with the new template

* add code example for tabs

* remove directive example of ripple

* fix code example of typograph items

* general fixes and code cleanup

* create themes documentation

* start the creation of button "edit on codepen"

* group theme text and fix height of codepen example

* start creation of tabs

* recreate tabs

* fix shadow transition inside menus (#141 #129)

* add href support for mdBottomBar (#142 #121)

* fix table row not watching item #116 #113 (#143)

* Improvement/md tooltip (#144)

* fix stucked tooltips #103

* remove example

* update website url

* update libs

* fix vue version reference

* [build] 0.4.0
2016-12-05 01:57:58 -02:00
Marcos Moura
110a9ba1cf Improve tooltip styling 2016-11-21 04:03:02 -02:00
Marcos Moura
d5e9d2f4d8 Improve tooltip styling 2016-11-21 04:01:49 -02:00
Marcos Moura
9bf4e2f53d Force remove of all tooltips 2016-11-21 03:52:42 -02:00
Marcos Moura
2e66126de3 Fix regression on inputs getting wrong value after manual update #101 #100 #96 2016-11-21 03:29:21 -02:00
Marcos Moura
732ca6f925 Fix tooltips jumping when screen resize #85 2016-11-21 00:49:44 -02:00
Marcos Moura
a8071a2415 Fix input getting wrong value after manual update 2016-11-21 00:18:46 -02:00
Marcos Moura
c2d8e505f3 Fix regression on password review #95 2016-11-21 00:09:49 -02:00
Marcos Moura
5efddcca95 Fix input getting wrong value after manual update #100 #96 2016-11-21 00:05:44 -02:00
Marcos Moura
f489bb6ef5 Fix select not updating value 2016-11-16 02:14:46 -02:00
Marcos Moura
6d2cceb85f Merge pull request #71 from marcosmoura/bugfix/#67-input-number-not-accepting-numbers
Bugfix/#67 input number not accepting numbers
2016-11-15 23:29:32 -02:00
Marcos Moura
6ff240cac6 Merge pull request #72 from marcosmoura/bugfix/#64-md-container-crashing-when-value-is-null
Bugfix/#64 md container crashing when value is null
2016-11-15 23:29:24 -02:00
Marcos Moura
b132e934ad Fix components not being updated inside v-once #69 #70 2016-11-15 23:27:04 -02:00
Marcos Moura
e1c11555d6 Fix md-input-container crashing when the select value is null #64 2016-11-15 23:01:18 -02:00
Marcos Moura
640df24ffb Fix input number not accepting numbers #67 2016-11-15 22:50:16 -02:00
Marcos Moura
d382514373 Remove event 2016-11-14 19:01:28 -02:00
Marcos Moura
a37630184d Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  Add extra line between rules
  remove dotted outline around button
  pass on  DOM event for checkbox and radio
2016-11-14 19:00:54 -02:00
Marcos Moura
50d9bf0426 Finish table specs 2016-11-14 18:53:06 -02:00
Marcos Moura
eb8110a0c8 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Watch for input value and set parent class
  Fix pointer on checkbox label
  Make inputs and textareas more reactive
  Make scrollbars optional
2016-11-14 10:15:55 -02:00
Marcos Moura
90efa2196e Watch for input value and set parent class 2016-11-14 03:39:16 -02:00
Marcos Moura
e96c21d45a Fix pointer on checkbox label 2016-11-14 03:36:13 -02:00
Marcos Moura
9d9062c8fe Make inputs and textareas more reactive 2016-11-14 03:33:04 -02:00
Marcos Moura
a79b7feb74 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Remove users array
  Add highlight color and add code example
2016-11-13 16:57:01 -02:00
Marcos Moura
891be4115f Add highlight color and add code example 2016-11-13 01:40:31 -02:00
Marcos Moura
6f96f84b18 Fix scrollbar on table card 2016-11-13 01:29:17 -02:00
Marcos Moura
f5011bc8b7 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Create select with multiple
  Make md-select with md-menu
  Fix for issue #41 (md-button ignoring type prop)
  Finish md-menu spec
  Add keyboard shortcuts to menu
  Add close event on tab
  Close content on esc
  Drop transitionend dependency
  Keep menu content inside viewport
  Recalculate position on resize
  Add menu code in card example
  Add menu in a button text
  Add menu to card example
  Refactor huge method
  Make menu open in a correct position
  Add initial styles and detach and attach menu on click
  Force size of demo example
  Add page title
  Add menu tag
  Add empty md-menu files
2016-11-13 01:24:52 -02:00
Marcos Moura
5bdca60593 Create select with multiple 2016-11-13 01:17:39 -02:00
Marcos Moura
18da74e939 Make md-select with md-menu 2016-11-12 14:00:15 -02:00
Marcos Moura
dd8773f5ac Merge pull request #50 from kristianmandrup/master
pass on  DOM event for checkbox and radio
2016-11-11 17:35:30 -02:00
Marcos Moura
b55fbb54c1 Add extra line between rules 2016-11-11 17:32:23 -02:00
yeknava
de9b8d8765 remove dotted outline around button 2016-11-10 19:54:39 +03:30
Kristian Mandrup
390a8863b0 pass on DOM event for checkbox and radio 2016-11-09 20:26:54 +01:00
Marcos Moura
c7c0d0e231 Merge remote-tracking branch 'origin/develop' into components/mdSelect
* origin/develop:
  Finish md-menu spec
  Add keyboard shortcuts to menu
  Add close event on tab
  Close content on esc
  Drop transitionend dependency
  Keep menu content inside viewport
  Recalculate position on resize
  Add menu code in card example
  Add menu in a button text
  Add menu to card example
  Refactor huge method
  Make menu open in a correct position
  Add initial styles and detach and attach menu on click
  Force size of demo example
  Add page title
  Add menu tag
  Add empty md-menu files
2016-11-03 01:42:55 -02:00
Marcos Moura
45136239b2 Merge pull request #30 from marcosmoura/components/mdMenu
Components > md-menu
2016-11-03 01:42:36 -02:00
Marcos Moura
f217a2b7c0 Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  Fix for issue #41 (md-button ignoring type prop)
2016-11-03 01:39:01 -02:00
Marcos Moura
7e72fa5060 Create pagination HTML 2016-11-03 01:36:30 -02:00
Paulo dos Santos
3babdb8da4 Fix for issue #41 (md-button ignoring type prop) 2016-11-02 21:30:15 -02:00
Marcos Moura
e69c001e50 Finish alternate header 2016-11-01 02:44:30 -02:00
Marcos Moura
773c527eb3 Remove focus states (temporarily) 2016-11-01 02:43:27 -02:00
Marcos Moura
1b2cefebb1 Create empty alternative header 2016-10-31 02:17:13 -02:00
Marcos Moura
f10e60772b Cleanup 2016-10-31 02:17:02 -02:00
Marcos Moura
74e64072b0 Create empty pagination component 2016-10-31 01:41:56 -02:00
Marcos Moura
c220d92aa7 Add edit button and inline select 2016-10-31 01:38:29 -02:00
Marcos Moura
cc5a9a80ea Enable md-select outside a container 2016-10-31 01:38:15 -02:00
Marcos Moura
39aac62b59 Make checkboxes be controlled by keyboard 2016-10-31 01:37:24 -02:00
Marcos Moura
6110895a2e Improve event listeners 2016-10-27 21:46:13 -02:00
Marcos Moura
890a26009f Fix max-length count of initial values 2016-10-27 21:46:01 -02:00
Marcos Moura
67ac1b15ee Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  default 'type' value is now 'button'
  updated docs
  add 'type' props to switch button
2016-10-27 13:10:11 -02:00
Marcos Moura
740d15d37b Start creation of edit dialogs 2016-10-27 11:46:40 -02:00
Marcos Moura
b7ffe219e0 Enable auto select when clicking on the row 2016-10-27 04:48:13 -02:00