UNPKG

alpha-grid

Version:

Simple 12 column grid system build on css grid and inspired by Bootstrap

75 lines (42 loc) 5.07 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.5.0](https://github.com/icanteven-code/alpha-grid/compare/v1.4.0...v1.5.0) (2022-09-13) ### Features * Add new lightweight grid syntax ([6d9195c](https://github.com/icanteven-code/alpha-grid/commit/6d9195c19d2859f47930d2b53b70bfe3219ccc0f)) * Closes [#4](https://github.com/icanteven-code/alpha-grid/issues/4); Enable customizing columns, gaps, breakpoints ([62978aa](https://github.com/icanteven-code/alpha-grid/commit/62978aa9c1cad3024b8dc50ee2ca5f4576803743)) * Closes [#8](https://github.com/icanteven-code/alpha-grid/issues/8); Shorter and cleaner classes; Remove where() ([8a5fcfe](https://github.com/icanteven-code/alpha-grid/commit/8a5fcfee050cc3982aeae43955fa17362a177146)) * Support gap utility classes closes [#7](https://github.com/icanteven-code/alpha-grid/issues/7) ([ce69241](https://github.com/icanteven-code/alpha-grid/commit/ce692418c8a8e270d539d209ad0a2774d1e61690)) ### Bug Fixes * Closes [#9](https://github.com/icanteven-code/alpha-grid/issues/9) don't ship uncompressed css files in /dist ([a9551d5](https://github.com/icanteven-code/alpha-grid/commit/a9551d509fd41493fbabeb59a28d83a30923ae63)) * Fallback responsive cases - columns and offset ([2ddf8af](https://github.com/icanteven-code/alpha-grid/commit/2ddf8af787b8385662192c4d70a40370f75aee1e)) * Gap and default gaps combination; Added gap docs; Re-build the lib ([8e82cbf](https://github.com/icanteven-code/alpha-grid/commit/8e82cbf4486b69013c6650e552dea7a9b980a4e3)) ## [1.4.0](https://github.com/icanteven-code/alpha-grid/compare/v1.3.1...v1.4.0) (2022-04-21) ### Features * Move docs to dedicated folder; Clean dist; Adjust variables; Update docs ([6182144](https://github.com/icanteven-code/alpha-grid/commit/61821449ddfc4fd43db9342be9b7addd0f207f75)) ### [1.3.1](https://github.com/icanteven-code/alpha-grid/compare/v1.3.0...v1.3.1) (2022-03-29) ## [1.3.0](https://github.com/icanteven-code/alpha-grid/compare/v1.2.1...v1.3.0) (2022-03-29) ### Features * Adjust gulp sass copy task; Upload latest dist ([f1533df](https://github.com/icanteven-code/alpha-grid/commit/f1533dfa06d2f0ad3aa0a9b80ec83e4a78424a9f)) * Break agrid into modules; Create different base groups ([758ba1e](https://github.com/icanteven-code/alpha-grid/commit/758ba1e6351fff088fe2e4228787b0c78887c3fb)) * Combine and sort media queries; Use CSSO for compression ([007e6d9](https://github.com/icanteven-code/alpha-grid/commit/007e6d96ad29035203c4a21f13a15a50778c70a1)) * Compress via Gulp tasks; Add local clean.js script ([a214e80](https://github.com/icanteven-code/alpha-grid/commit/a214e8012d652aa12362028775b5ce3585dad140)) * Move docs to /dist and handle urls; add :2here to base grid styles ([5d64b8f](https://github.com/icanteven-code/alpha-grid/commit/5d64b8fe77f938832cdf77f638f3803a43c6fc65)) ### [1.2.1](https://github.com/icanteven-code/alpha-grid/compare/v1.2.0...v1.2.1) (2022-03-27) ## [1.2.0](https://github.com/icanteven-code/alpha-grid/compare/v1.1.0...v1.2.0) (2022-03-27) ### Features * Add acol-order utils ([106d4e5](https://github.com/icanteven-code/alpha-grid/commit/106d4e54c7aacd0098064f4a432bc6a91bfee5ed)) * Add agrid-order; Update all docs; Add Prism code exaples ([9385c5d](https://github.com/icanteven-code/alpha-grid/commit/9385c5d470ca0a5807a399edb565b5f9213c818f)) * Added offset classes ([1b24c39](https://github.com/icanteven-code/alpha-grid/commit/1b24c39a450fb99a0d989388a05c54ccc1a19f1d)) * BREAKING CHANGE: Rework responsive prefixes to be like Tailwind's syntax ([4af0ccd](https://github.com/icanteven-code/alpha-grid/commit/4af0ccd1848952721d2e3cec824549413fa7a696)) ### Bug Fixes * Change index.html to load from src/agrid ([ea5d8ff](https://github.com/icanteven-code/alpha-grid/commit/ea5d8ffda9a843197989d439944f182b67733a2c)) * Rebuild src/agrid css files ([6960546](https://github.com/icanteven-code/alpha-grid/commit/696054628086171345e884d8bbca83a79cf8108d)) ## 1.1.0 (2022-02-20) ### Features * A-grid initial setup ([98aef42](https://github.com/icanteven-code/alpha-grid/commit/98aef42c9bf0e0fde6e33bce7332fe116b471b83)) * Add gzip & brotli via node zlib ([bd310f8](https://github.com/icanteven-code/alpha-grid/commit/bd310f8b5fa34fe760075f22f45d9128913f7537)) * Autoprefix w/ gulp task ([19ad4d5](https://github.com/icanteven-code/alpha-grid/commit/19ad4d5e5c12fd2f2a3949459bf54a2950e4a766)) * Support resp gap sizes; reorder project ([841748a](https://github.com/icanteven-code/alpha-grid/commit/841748aaa135aa186bd42e98f2d74c8f4f58a36f)) ### Bug Fixes * Change build to dist dir; update package info; copy scss to dist ([7187056](https://github.com/icanteven-code/alpha-grid/commit/718705616db9049a3d97e1c805444d683e0816c6)) * Change cdn link after dist rename ([d999ea3](https://github.com/icanteven-code/alpha-grid/commit/d999ea397b408ae133465dc0bdbe17c8a9f7d389))