redonkulus
524b998c9b
chore: release 3.0.0
2022-10-26 11:43:36 -07:00
redonkulus
146c3e8c36
doc: update history
2022-10-19 12:03:12 -07:00
redonkulus
9c9b6c9665
chore: v2.1.0
2022-03-14 17:00:32 -07:00
redonkulus
99d29194ac
chore: v2.0.6
2021-04-28 09:42:00 -07:00
redonkulus
aca77cad8d
chore: v2.0.5
2021-01-20 10:48:52 -08:00
redonkulus
bd6624f3ba
chore: v2.0.4
2021-01-19 20:26:20 -08:00
redonkulus
bdae1d8e43
chore: update history
2020-05-11 10:59:04 -07:00
redonkulus
b8bbd9798f
chore: update history
2020-05-11 09:15:23 -07:00
redonkulus
da2b34a95c
v2.0.1
2020-05-07 08:37:52 -07:00
redonkulus
c377801525
doc: add v2.0.0 notes
2020-05-05 08:20:55 -07:00
redonkulus
94cae667ae
v1.0.1
2019-07-10 09:25:48 -07:00
redonkulus
de4c3136cc
update github org references to pure-css/pure
2018-01-18 19:41:39 -08:00
sbertal
6cb2d32c46
v1.0.0
2017-06-05 08:00:01 -07:00
sbertal
5518fad16a
v0.6.2
2017-01-05 21:06:50 -08:00
sbertal
e97ee8fb69
pure-0.6.1
2016-12-12 14:27:42 -08:00
James Alley
8ec6edace7
updating the rc version in a couple more spots
2015-02-03 17:27:11 -08:00
James Alley
0ab622f378
updating the history file
2015-01-30 12:47:55 -08:00
Juga Paazmaya
db93c2168d
Merge remote-tracking branch 'upstream/master'
2014-09-01 23:20:28 +03:00
Eric Ferraiuolo
370d0d3218
Update URLs to point to Yahoo org on GitHub
...
Closes #366
2014-08-26 12:06:14 -04:00
Juga Paazmaya
f26a2a6eef
Upgrading to Normalize.css 3.0.1. Fixes #306
2014-08-21 16:07:59 +03:00
Eric Ferraiuolo
669182a166
Bump version to v0.5.0
2014-05-27 14:17:03 -07:00
Eric Ferraiuolo
59c347417c
Tweak README for 0.5.0-rc-1
2014-03-07 15:18:30 -05:00
Tilo Mitra
a3dd4a1019
fix formatting
2014-03-07 13:19:37 -05:00
Tilo Mitra
37f0eb1de5
update HISTORY with grids-responsive-old-ie.css
2014-03-07 13:17:50 -05:00
Tilo Mitra
6b353a1a6e
update HISTORY with related issues
2014-03-06 15:37:44 -05:00
Tilo Mitra
9f59f01dd3
add HISTORY.md for Grids and Base changes
2014-03-06 12:02:52 -05:00
Eric Ferraiuolo
25f3630542
Add HISTORY entry for table padding change
2014-02-18 18:02:12 -05:00
Eric Ferraiuolo
a5b258742b
Bump versions to pre
2014-02-13 18:28:48 -08:00
Eric Ferraiuolo
14cfcbdfc6
Bump version to v0.4.2
2014-02-13 18:18:13 -08:00
Eric Ferraiuolo
bb42106c80
Add HISTORY entry for adding main
to bower.json
2014-02-13 17:54:19 -08:00
Tilo Mitra
a2be135f62
update HISTORY.md
2014-02-13 10:37:27 -08:00
Tilo Mitra
bf4ceed586
add HISTORY.md entry for #265 fix
2014-02-09 23:45:53 -05:00
Tilo Mitra
ac50044dd7
add HISTORY.md entry for #283 fix
2014-02-09 23:29:56 -05:00
Eric Ferraiuolo
e393a521f8
Update HISTORY and README for 0.4.1, the new 0.4.0
2014-02-06 17:38:30 -05:00
Eric Ferraiuolo
a99ea2910c
Bump version to PRE
2014-02-06 15:34:30 -05:00
Eric Ferraiuolo
38598baa5c
Update and tweak HISTORY.md
2014-02-06 15:18:32 -05:00
Tilo Mitra
3149eb1079
update HISTORY.md with contents of 25bcbc43
2013-12-18 11:44:04 -05:00
Eric Ferraiuolo
ba39a319f3
Add [hidden]
selector to Base to counteract all display
declarations
...
Anytime a Pure style rule uses the `display` declaration with a value
other than `none`, using the `hidden` HTML attribute on that element
won't have the desired affect of hiding that element. To counteract
this, A new rule has been added to Base to force
`display: none !important;` on elements that use the `hidden` HTML
attribute.
The following button will be hidden from view with these changes:
<button class="pure-button" hidden>No showy</button>
Fixes #177
2013-12-07 15:40:32 -05:00
Eric Ferraiuolo
dbcc024732
Add credit to HISTORY entry
2013-11-26 02:09:32 -05:00
Eric Ferraiuolo
ce9b42848e
Add HISTORY entry for Grids units changes
2013-11-26 02:05:59 -05:00
Eric Ferraiuolo
30de24a70b
Merge branch 'achalv-master'
2013-11-25 16:02:06 -05:00
Eric Ferraiuolo
d644d16a7d
Update Buttons to use padding: 0.5em 1em
2013-11-25 16:01:28 -05:00
Tilo Mitra
f315344625
update HISTORY.md with #164 fix
2013-11-25 14:20:27 -05:00
Eric Ferraiuolo
e3127820b8
Merge branch 'master' of https://github.com/achalv/pure into achalv-master
...
Conflicts:
HISTORY.md
2013-11-24 19:58:43 -05:00
Eric Ferraiuolo
bdc76d6fd0
Merge branch 'textarea-vtop' of github.com:rictorres/pure into rictorres-textarea-vtop
...
Conflicts:
HISTORY.md
2013-11-06 15:02:59 -08:00
Eric Ferraiuolo
1fa9cf9001
Add HISTORY entry for normalized button heights
2013-11-06 14:42:37 -08:00
Aurelio De Rosa
f666eb74fa
Removed all the occurrences of -ms-linear-gradient() (issue #200 )
2013-10-09 00:12:47 +02:00
Eric Ferraiuolo
3e88deff10
Update HISTORY.md for base-context body
change
2013-09-25 00:38:19 -04:00
Achal Varma
c54e21c71e
Added PR number (195)
2013-09-13 14:00:50 -05:00
Achal Varma
2dcaa7fff2
Updated History.md in the correct format.
2013-09-13 13:57:20 -05:00